Fix publish workflow #12
Merged
Annotations
10 warnings
|
Build solution:
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.
|
|
Build solution:
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.
|
|
Build solution:
src/War3App.MapAdapter/AppSettings.cs#L7
Non-nullable property 'TargetPatches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build solution:
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.
|
|
Build solution:
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.
|
|
Build solution:
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.
|
|
Build solution
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build solution
The target framework 'net6.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build solution
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
Build solution
The target framework 'net6.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
Loading