update #8
Annotations
20 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Core/Account/Linq/ByQRCode.cs#L191
Cannot convert null literal to non-nullable reference type.
|
Core/Account/Linq/ByQRCode.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Core/Network/Get.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Core/Config.cs#L75
Cannot convert null literal to non-nullable reference type.
|
Core/Config.cs#L387
Nullability of reference types in type of 'event PropertyChangedEventHandler RunConfig.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Core/Config.cs#L388
Cannot convert null literal to non-nullable reference type.
|
Core/LogModule/OperationQueue.cs#L29
The type name 'pack' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Core/Tools/Transcode.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Core/Network/Post.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Core/Account/Linq/ByQRCode.cs#L44
Non-nullable event 'QrCodeRefresh' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
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)
|
Update/GetFileSchemaJSON.cs#L30
Non-nullable property 'Ver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/GetFileSchemaJSON.cs#L32
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/GetFileSchemaJSON.cs#L33
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/GetFileSchemaJSON.cs#L36
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/GetFileSchemaJSON.cs#L38
Non-nullable property 'FileMd5' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/GetFileSchemaJSON.cs#L39
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Update/Program.cs#L87
Converting null literal or possible null value to non-nullable type.
|
Update/Program.cs#L90
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
This job succeeded
Loading