Fix issue with NPE on start #10
Annotations
38 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
TelegramMusicStatus/Services/TasksService.cs#L15
Cannot convert null literal to non-nullable reference type.
|
TelegramMusicStatus/Services/TasksService.cs#L16
Cannot convert null literal to non-nullable reference type.
|
TelegramMusicStatus/Program.cs#L68
Dereference of a possibly null reference.
|
TelegramMusicStatus/Program.cs#L69
Dereference of a possibly null reference.
|
TelegramMusicStatus/Program.cs#L77
Dereference of a possibly null reference.
|
TelegramMusicStatus/Models/TrackInfoMessage.cs#L5
Non-nullable property 'TrackTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TelegramMusicStatus/Models/TrackInfoMessage.cs#L6
Non-nullable property 'Artist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TelegramMusicStatus/Services/AIMPMusicService.cs#L23
Non-nullable field '_wssv' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
TelegramMusicStatus/Services/TasksService.cs#L15
Cannot convert null literal to non-nullable reference type.
|
TelegramMusicStatus/Services/TasksService.cs#L16
Cannot convert null literal to non-nullable reference type.
|
TelegramMusicStatus/Models/TrackInfoMessage.cs#L5
Non-nullable property 'TrackTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TelegramMusicStatus/Models/TrackInfoMessage.cs#L6
Non-nullable property 'Artist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
TelegramMusicStatus/Program.cs#L68
Dereference of a possibly null reference.
|
TelegramMusicStatus/Program.cs#L69
Dereference of a possibly null reference.
|
TelegramMusicStatus/Program.cs#L77
Dereference of a possibly null reference.
|
TelegramMusicStatus/Services/AIMPMusicService.cs#L23
Non-nullable field '_wssv' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
SpotifyBearerTokenGetter/Program.cs#L25
Dereference of a possibly null reference.
|
SpotifyBearerTokenGetter/Program.cs#L28
Possible null reference assignment.
|
SpotifyBearerTokenGetter/Program.cs#L30
Possible null reference assignment.
|
SpotifyBearerTokenGetter/Program.cs#L52
Possible null reference argument for parameter 'clientId' in 'LoginRequest.LoginRequest(Uri redirectUri, string clientId, ResponseType responseType)'.
|
SpotifyBearerTokenGetter/Program.cs#L63
Dereference of a possibly null reference.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L25
Dereference of a possibly null reference.
|
SpotifyBearerTokenGetter/Program.cs#L28
Possible null reference assignment.
|
SpotifyBearerTokenGetter/Program.cs#L30
Possible null reference assignment.
|
SpotifyBearerTokenGetter/Program.cs#L52
Possible null reference argument for parameter 'clientId' in 'LoginRequest.LoginRequest(Uri redirectUri, string clientId, ResponseType responseType)'.
|
SpotifyBearerTokenGetter/Program.cs#L63
Dereference of a possibly null reference.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
SpotifyBearerTokenGetter/Program.cs#L76
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading