Skip to content

action fix 2

action fix 2 #29

Triggered via push September 12, 2024 14:24
Status Success
Total duration 7m 7s
Artifacts 2
version
1s
version
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

46 warnings
build (Release, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/upload-artifact@v3.1.2, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Release, x64): NonsPlayer.Core/Models/LocalAlbum.cs#L21
'LocalAlbum.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, x64): NonsPlayer.Core/Models/LocalAlbum.cs#L26
'LocalAlbum.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, x64): NonsPlayer.Core/Models/LocalArtist.cs#L19
'LocalArtist.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, x64): NonsPlayer.Core/Models/LocalArtist.cs#L24
'LocalArtist.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, x64): NonsPlayer.Core/Models/LocalMusic.cs#L144
Nullability of reference types in return type of 'Task<Lyric?> LocalMusic.GetLyric()' doesn't match implicitly implemented member 'Task<Lyric> IMusic.GetLyric()'.
build (Release, x64): NonsPlayer.Core/Utils/HttpUtils.cs#L23
Cannot convert null literal to non-nullable reference type.
build (Release, x64): NonsPlayer.Core/Contracts/Models/Music/IMusic.cs#L17
'IMusic.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Release, x64): NonsPlayer.Core/Contracts/Models/Nons/IAccount.cs#L7
'IAccount.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Release, x64): NonsPlayer.Core/AMLL/Models/LyricWord.cs#L10
Non-nullable property 'Pure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/upload-artifact@v3.1.2, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Debug, x64): NonsPlayer.Core/Models/LocalAlbum.cs#L21
'LocalAlbum.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, x64): NonsPlayer.Core/Models/LocalAlbum.cs#L26
'LocalAlbum.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, x64): NonsPlayer.Core/Models/LocalArtist.cs#L19
'LocalArtist.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, x64): NonsPlayer.Core/Models/LocalArtist.cs#L24
'LocalArtist.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, x64): NonsPlayer.Core/Models/LocalMusic.cs#L144
Nullability of reference types in return type of 'Task<Lyric?> LocalMusic.GetLyric()' doesn't match implicitly implemented member 'Task<Lyric> IMusic.GetLyric()'.
build (Debug, x64): NonsPlayer.Core/Utils/HttpUtils.cs#L23
Cannot convert null literal to non-nullable reference type.
build (Debug, x64): NonsPlayer.Core/Contracts/Models/Music/IMusic.cs#L17
'IMusic.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Debug, x64): NonsPlayer.Core/Contracts/Models/Nons/IAccount.cs#L7
'IAccount.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Debug, x64): NonsPlayer.Core/AMLL/Models/LyricWord.cs#L10
Non-nullable property 'Pure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, x64): NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/upload-artifact@v3.1.2, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Debug, arm64): NonsPlayer.Core/Models/LocalAlbum.cs#L21
'LocalAlbum.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, arm64): NonsPlayer.Core/Models/LocalAlbum.cs#L26
'LocalAlbum.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, arm64): NonsPlayer.Core/Models/LocalArtist.cs#L19
'LocalArtist.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, arm64): NonsPlayer.Core/Models/LocalArtist.cs#L24
'LocalArtist.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Debug, arm64): NonsPlayer.Core/Utils/HttpUtils.cs#L23
Cannot convert null literal to non-nullable reference type.
build (Debug, arm64): NonsPlayer.Core/Models/LocalMusic.cs#L144
Nullability of reference types in return type of 'Task<Lyric?> LocalMusic.GetLyric()' doesn't match implicitly implemented member 'Task<Lyric> IMusic.GetLyric()'.
build (Debug, arm64): NonsPlayer.Core/Contracts/Models/Music/IMusic.cs#L17
'IMusic.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Debug, arm64): NonsPlayer.Core/Contracts/Models/Nons/IAccount.cs#L7
'IAccount.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Debug, arm64): NonsPlayer.Core/AMLL/Models/LyricWord.cs#L10
Non-nullable property 'Pure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, arm64): NonsPlayer.Core/Contracts/Plugins/IPlugin.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, arm64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1, actions/upload-artifact@v3.1.2, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (Release, arm64): NonsPlayer.Core/Models/LocalAlbum.cs#L21
'LocalAlbum.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, arm64): NonsPlayer.Core/Models/LocalAlbum.cs#L26
'LocalAlbum.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, arm64): NonsPlayer.Core/Models/LocalArtist.cs#L19
'LocalArtist.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, arm64): NonsPlayer.Core/Models/LocalArtist.cs#L24
'LocalArtist.Equals(object)' hides inherited member 'object.Equals(object?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build (Release, arm64): NonsPlayer.Core/Models/LocalMusic.cs#L144
Nullability of reference types in return type of 'Task<Lyric?> LocalMusic.GetLyric()' doesn't match implicitly implemented member 'Task<Lyric> IMusic.GetLyric()'.
build (Release, arm64): NonsPlayer.Core/Utils/HttpUtils.cs#L23
Cannot convert null literal to non-nullable reference type.
build (Release, arm64): NonsPlayer.Core/Contracts/Models/Music/IMusic.cs#L17
'IMusic.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Release, arm64): NonsPlayer.Core/Contracts/Models/Nons/IAccount.cs#L7
'IAccount.Name' hides inherited member 'INonsModel.Name'. Use the new keyword if hiding was intended.
build (Release, arm64): NonsPlayer.Core/AMLL/Models/LyricWord.cs#L10
Non-nullable property 'Pure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, arm64): NonsPlayer.Core/Contracts/Adapters/IAdapter.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
metadata
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3.0.2, peter-evans/create-pull-request@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "metadata_arm64", "metadata_x64". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
metadata_arm64
820 Bytes
metadata_x64
812 Bytes