优化更新脚本逻辑;修改Dev版本默认更新分支 #197
Annotations
2 errors and 20 warnings
|
Archive production artifacts
The operation was canceled.
|
Build Server:
Core/Account/Linq/ByQRCode.cs#L191
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Account/Linq/ByQRCode.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Network/Get.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Config.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Config.cs#L399
Nullability of reference types in type of 'event PropertyChangedEventHandler RunConfig.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Build Server:
Core/Config.cs#L400
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Network/Post.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/Network/Post.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Build Server:
Core/LogModule/OperationQueue.cs#L29
The type name 'pack' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Build Server:
Core/Tools/Transcode.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Build Update:
Update/GetFileSchemaJSON.cs#L30
Non-nullable property 'Ver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/GetFileSchemaJSON.cs#L32
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/GetFileSchemaJSON.cs#L33
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/GetFileSchemaJSON.cs#L36
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/GetFileSchemaJSON.cs#L38
Non-nullable property 'FileMd5' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/GetFileSchemaJSON.cs#L39
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build Update:
Update/MD5Hash.cs#L22
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|
Build Update:
Update/Program.cs#L110
Converting null literal or possible null value to non-nullable type.
|
Build Update:
Update/Program.cs#L113
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Build Update:
Update/Program.cs#L290
The variable 'ex' is declared but never used
|
Loading