(#3) security: remove extensions #7
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Paralax/src/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
|
src/Paralax/src/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/src/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/src/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/src/Core/AppOptions.cs#L13
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/tests/StartupInitializerTests.cs#L32
Cannot convert null literal to non-nullable reference type.
|
src/Paralax/src/ParalaxBuilder.cs#L28
Cannot convert null literal to non-nullable reference type.
|
src/Paralax/src/Core/AppOptions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/src/Core/AppOptions.cs#L11
Non-nullable property 'Service' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Paralax/src/Core/AppOptions.cs#L12
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "CoverageReport", "TestResults".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading