Merge pull request #98 from vedantmgoyal9/patch-1 #33
build-and-test.yml
on: push
build-and-test
1m 36s
package-and-release
0s
Annotations
11 warnings and 1 notice
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/Strem.Core/Services/Validation/Attributes/IsFloatAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-test:
src/Strem.Core/Services/Validation/Attributes/IsIntegerAttribute.cs#L7
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
126 tests found
There are 126 tests, see "Raw output" for the full list of tests.
|