Skip to content

Merge branch 'main' of https://github.com/Soapwood/VXMusic #61

Merge branch 'main' of https://github.com/Soapwood/VXMusic

Merge branch 'main' of https://github.com/Soapwood/VXMusic #61

Triggered via push June 4, 2024 22:13
Status Failure
Total duration 4m 52s
Billable time 5m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: VXMusicDesktop/MainWindow.xaml.cs#L7
The type or namespace name 'Windows' does not exist in the namespace 'VXMusic' (are you missing an assembly reference?)
build: VXMusicDesktop/MainWindow.xaml.cs#L7
The type or namespace name 'Windows' does not exist in the namespace 'VXMusic' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/AudD/AudDModel/Spotify.cs#L10
Non-nullable property 'album' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L11
Non-nullable property 'artists' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L12
Non-nullable property 'available_markets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L16
Non-nullable property 'external_ids' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L17
Non-nullable property 'external_urls' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L18
Non-nullable property 'href' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L19
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: VXMusic/Recognition/AudD/AudDModel/Spotify.cs#L21
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.