Update map adapter to v1.5.2 #6
Merged
Annotations
10 warnings
|
src/War3App.MapAdapter/Diagnostics/Diagnostic.cs#L13
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/Diagnostics/Diagnostic.cs#L7
Non-nullable property 'Descriptor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/AdaptFileContext.cs#L18
Non-nullable property 'TargetPatch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/AdaptFileContext.cs#L18
Non-nullable property 'Archive' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/Diagnostics/DiagnosticDescriptor.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/TargetPatch.cs#L9
Non-nullable property 'GameDataPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/War3App.MapAdapter/Widget/MapDoodadsExtensions.cs#L66
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'War3Net.Build.Widget.MapWidgetsFormatVersion.v6' is not covered.
|
|
src/War3App.MapAdapter/Widget/MapUnitsExtensions.cs#L66
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'War3Net.Build.Widget.MapWidgetsFormatVersion.v6' is not covered.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading