fix: Set nullable types in operation classes/interfaces #74
+533
−416
Annotations
10 warnings
|
Build:
src/Docker.DotNet/QueryString.cs#L95
Dereference of a possibly null reference.
|
|
Build:
src/Docker.DotNet/JsonSerializer.cs#L56
Nullability of reference types in value of type 'Task<T?>' doesn't match target type 'Task<T>'.
|
|
Build:
src/Docker.DotNet/JsonSerializer.cs#L51
Possible null reference return.
|
|
Build:
src/Docker.DotNet/QueryString.cs#L51
Possible null reference argument for parameter 'value' in 'string[] QueryString<T>.ConvertValue(IQueryStringConverter converter, object value)'.
|
|
Build:
src/Docker.DotNet/QueryString.cs#L46
Nullability of reference types in value of type 'string?[]' doesn't match target type 'string[]'.
|
|
Build:
src/Docker.DotNet/QueryString.cs#L46
Dereference of a possibly null reference.
|
|
Build:
src/Docker.DotNet/QueryString.cs#L40
Possible null reference argument for parameter 'o' in 'bool QueryString<T>.IsDefaultOfType(object o)'.
|
|
Build:
src/Docker.DotNet/Models/ObjectExtensionData.cs#L6
Non-nullable property 'ExtensionData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Docker.DotNet/EnumerableQueryStringConverter.cs#L24
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
|
Build:
src/Docker.DotNet/Base64Converter.cs#L8
Possible null reference return.
|
Loading