Merge pull request #91 from strem-app/feature/dotnet-8 #260
Annotations
10 warnings
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L21
Non-nullable property 'OutputDir' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Strem.Build/Extensions/BuildContextTestingExtensions.cs#L36
Non-nullable property 'EnvironmentalVars' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
src/Strem.Core/Services/Browsers/File/IFileBrowser.cs#L6
Cannot convert null literal to non-nullable reference type.
|
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).
|
src/Strem.Core/Variables/Variables.cs#L17
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading