SpotifyAPI-NET
SpotifyAPI-NET copied to clipboard
:sound: A Client for the Spotify Web API, written in C#/.NET
Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.17.0 to 3.18.1. Release notes Sourced from NUnit.Console's releases. NUnit Console and Engine 3.18.1 As part of this release we had 3 issues closed. Bugs [#1446](nunit/nunit-console#1446) Unable...
Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.18.2 to 3.18.3. Release notes Sourced from NUnit.Console's releases. NUnit Console and Engine 3.18.3 As part of this release we had 10 issues closed. Bugs [#1325](nunit/nunit-console#1325) v4.4.0...
Bumps [System.Net.Http.Json](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. Release notes Sourced from System.Net.Http.Json's releases. .NET 8.0.1 Release Commits bf5e279 Merge in 'release/8.0' changes a6e4834 [release/8.0] Free the tls memory on thread termination...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 8.0.8 to 8.0.10. Release notes Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases. .NET 8.0.10 Release Commits c2a4429 Merged PR 42968: [internal/release/8.0] Update dependencies from dnceng/inter... e213713 Merged PR 42964: [internal/release/8.0]...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...
Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.2.2. Release notes Sourced from NUnit's releases. NUnit 4.2.2 Hotfix for fixing regression bug #4802 What's Changed Use default blocking strategy for valuetasks by @stevenaw...
Bumps [Moq](https://github.com/moq/moq) from 4.20.70 to 4.20.72. Release notes Sourced from Moq's releases. v4.20.72 What's Changed 🔨 Other Remove unused attribute by @kzu in devlooped/moq#1515 Full Changelog: https://github.com/devlooped/moq/compare/v4.20.71...v4.20.72 v4.20.71 What's Changed...
I am making a calls to GetRelatedArtists(artistId): ``` var relatedArtistsTask = spotify.Artists.GetRelatedArtists(artist.Id); var relatedArtists = relatedArtistsTask.Result.Artists; ``` Previously this worked, but now every call results in an exception: ``` System.AggregateException:...
Personalization.GetTopArtists and Personalization.GetTopTracks are redundant with UserProfile.GetTopArtists and UserProfile.GetTopTracks. Related PR: Add Users Top Tracks / Users Top Artists to UserClient (#938).