Skip to content

暂存

暂存 #124

Triggered via push December 8, 2023 16:50
Status Success
Total duration 1m 8s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: LemonLib/Helpers/HttpHelper.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build: LemonLib/Helpers/TextHelper.cs#L139
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: LemonLib/Helpers/TextHelper.cs#L139
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: LemonLib/MusicLib.cs#L403
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build: LemonLib/MusicLib.cs#L809
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LemonLib.InfoHelper.MusicQuality)3' is not covered.
build: LemonLib/Helpers/HttpHelper.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build: LemonLib/Helpers/TextHelper.cs#L139
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: LemonLib/Helpers/TextHelper.cs#L139
'MD5CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build: LemonLib/MusicLib.cs#L403
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
build: LemonLib/MusicLib.cs#L809
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(LemonLib.InfoHelper.MusicQuality)3' is not covered.