Disable DebugSymbols and DebugType for Release configuration #162
Annotations
10 warnings
|
build-master:
tests/FlowCtl.UnitTests/Services/Version/VersionHandlerTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Serialization/JsonDeserializerTests.cs#L88
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Serialization/JsonSerializerTests.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Services/Extractor/ArchiveExtractorTests.cs#L50
Dereference of a possibly null reference.
|
|
build-master:
src/FlowCtl.Infrastructure/Serialization/JsonDeserializer.cs#L35
Possible null reference return.
|
|
build-master:
tests/FlowCtl.UnitTests/Services/Version/VersionHandlerTests.cs#L23
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Serialization/JsonDeserializerTests.cs#L88
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Serialization/JsonSerializerTests.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-master:
tests/FlowCtl.Infrastructure.UnitTests/Services/Extractor/ArchiveExtractorTests.cs#L50
Dereference of a possibly null reference.
|
|
build-master:
src/FlowCtl.Infrastructure/Serialization/JsonDeserializer.cs#L35
Possible null reference return.
|