修复测试 #170
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.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).
|
src/Shimakaze.Sdk.Ini/IniDocumentBinder.cs#L105
Possible null reference argument for parameter 'key' in 'string IniSection.this[string key]'.
|
src/Shimakaze.Sdk.Ini/IniDocumentBinder.cs#L111
Possible null reference argument for parameter 'key' in 'string IniSection.this[string key]'.
|
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.Ini.Ares/AresIniDocumentBinder.cs#L133
Possible null reference argument for parameter 'key' in 'string AresIniSection.this[string key]'.
|
src/Shimakaze.Sdk.Ini.Ares/AresIniDocumentBinder.cs#L139
Possible null reference argument for parameter 'key' in 'string AresIniSection.this[string key]'.
|
src/Shimakaze.Sdk.Ini.Ares/AresIniDocumentBinder.cs#L159
Possible null reference argument for parameter 'key' in 'bool IniDocument<AresIniSection>.TryGetSection(string key, out AresIniSection section)'.
|
The logs for this run have expired and are no longer available.
Loading