Skip to content

[WIP] Adding Tidal API auth workflow. #64

[WIP] Adding Tidal API auth workflow.

[WIP] Adding Tidal API auth workflow. #64

Triggered via push December 2, 2024 22:03
Status Failure
Total duration 3m 17s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: VXMusic/Connections/Tidal/Authentication/TidalOAuthClient.cs#L39
The name 'TidalAuthentication' does not exist in the current context
build: VXMusic/Connections/Tidal/Authentication/TidalOAuthClient.cs#L39
The name 'TidalAuthentication' does not exist in the current context
build
Process completed with exit code 1.
build
The target framework 'net7.0-windows' 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 'net7.0-windows' 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: VXMusic/Recognition/AudD/AudDHttpClient.cs#L13
Nullability of reference types in return type of 'Result? AudDResponse.Result.get' doesn't match implicitly implemented member 'Result IRecognitionApiClientResponse.Result.get' (possibly because of nullability attributes).
build: VXMusic/LogParser/Helpers/TailSubscription.cs#L20
Cannot convert null literal to non-nullable reference type.
build: VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L5
Non-nullable property 'matches' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L14
Non-nullable property 'trackInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L7
Non-nullable property 'timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L8
Non-nullable property 'tagid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VXMusic/Recognition/Shazam/ShazamModel/ShazamResponse.cs#L9
Non-nullable property 'track' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L10
Non-nullable property 'album' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
The target framework 'net7.0-windows' 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 'net7.0-windows' 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.