some fixes #1164
Annotations
10 warnings
Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.Equals(object o)
|
Source/Backlang.Contracts/TypeSystem/UnitType.cs#L3
'UnitType' defines operator == or operator != but does not override Object.GetHashCode()
|
Source/Backlang.Contracts/Scoping/Scope.cs#L61
Converting null literal or possible null value to non-nullable type.
|
|
Source/Backlang.Core/Result.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/Miftokenizer.cs#L58
Dereference of a possibly null reference.
|
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L147
Converting null literal or possible null value to non-nullable type.
|
Source/Plugins/Backlang.ResourcePreprocessor.Mif/MifFormat/MifParser.cs#L170
Possible null reference return.
|
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.
|
|
The logs for this run have expired and are no longer available.
Loading