Fix YandexIdConverter #100
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
YandexMusicResolver/Responses/MetaPlaylistSignature.cs#L12
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
YandexMusicResolver/Responses/MetaPlaylistSignature.cs#L14
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
YandexMusicResolver/Responses/MetaPlaylistSignature.cs#L16
Non-nullable property 'Cover' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
YandexMusicResolver/Responses/MetaAlbumSignature.cs#L23
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
YandexMusicResolver/Responses/MetaAlbum.cs#L12
Non-nullable property 'OgImage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
YandexMusicResolver/Config/YandexTokenChangedEventArgs.cs#L13
Missing XML comment for publicly visible type or member 'YandexTokenChangedEventArgs.Token'
|
build:
YandexMusicResolver/IYandexMusicAuthService.cs#L7
Missing XML comment for publicly visible type or member 'IYandexMusicAuthService'
|
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
YandexMusicResolver/Responses/MetaPlaylistSignature.cs#L12
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|