some fixes #1164
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.Equals(object o)
|
build:
Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
Source/Backlang.Contracts/Scoping/Scope.cs#L61
Converting null literal or possible null value to non-nullable type.
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.Runtime.Experimental
|
build:
Source/Backlang.Core/Result.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/Miftokenizer.cs#L58
Dereference of a possibly null reference.
|
build:
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L147
Converting null literal or possible null value to non-nullable type.
|
build:
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L170
Possible null reference return.
|
build:
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L12
Non-nullable field 'tokens' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.Runtime.Experimental
|