更新CI #223
Annotations
10 warnings
src/Shimakaze.Sdk.Ini.Abstractions/IniDocument{TIniSection}.cs#L107
Nullability of reference types in type of parameter 'value' of 'bool IniDocument<TIniSection>.TryGetValue(string key, out TIniSection value)' doesn't match implicitly implemented member 'bool IDictionary<string, TIniSection>.TryGetValue(string key, out TIniSection value)' (possibly because of nullability attributes).
|
src/Shimakaze.Sdk.Preprocessor/Kernel/PreprocessorExtensions.cs#L27
Possible null reference argument for parameter 'match' in 'CommandParameter.CommandParameter(string match, ParameterInfo parameter)'.
|
src/Shimakaze.Sdk.Preprocessor/Kernel/Command.cs#L40
Possible null reference assignment.
|
src/Shimakaze.Sdk.Preprocessor/Kernel/Command.cs#L37
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Shimakaze.Sdk.Graphic.Shp/ShapeFrameHeader.cs#L41
Missing XML comment for publicly visible type or member 'ShapeFrameHeader.Color'
|
src/Shimakaze.Sdk.Graphic.Shp/ShapeFrameHeader.cs#L50
Missing XML comment for publicly visible type or member 'ShapeFrameHeader.BodyLength'
|
src/Shimakaze.Sdk.Graphic.Pcx/PcxDecoder.cs#L15
The field 'PcxDecoder._decodedHeader' is assigned but its value is never used
|
src/Shimakaze.Sdk.Vpl/VoxelPaletteReader.cs#L10
XML comment has a param tag for 'skipPostprocess', but there is no parameter by that name
|
src/Shimakaze.Sdk.Vpl/VoxelPaletteWriter.cs#L9
XML comment has a param tag for 'skipPreprocess', but there is no parameter by that name
|
src/Shimakaze.Sdk.Ini/IniSection.cs#L56
Nullability of reference types in type of parameter 'value' of 'bool IniSection.TryGetValue(string key, out string value)' doesn't match implicitly implemented member 'bool IDictionary<string, string>.TryGetValue(string key, out string value)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading