update readme #763
Annotations
10 warnings
build:
src/c#/GeneralUpdate.Common/FileBasic/StorageManager.cs#L241
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L32
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L33
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L60
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L61
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L74
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L74
Cannot convert null literal to non-nullable reference type.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L39
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
build:
src/c#/GeneralUpdate.Common/Shared/Service/VersionService.cs#L97
Possible null reference return.
|
build:
src/c#/GeneralUpdate.Common/Shared/Object/VersionOSS.cs#L22
Non-nullable property 'PacketName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|