SpotifyAPI-NET
SpotifyAPI-NET copied to clipboard
:sound: A Client for the Spotify Web API, written in C#/.NET
This should resolve #786
Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. Changelog Sourced from Moq's changelog. 4.18.2 (2022-08-02) Changed Update package reference to Castle.Core (DynamicProxy) from version 5.0.0 to 5.1.0 (@stakx, #1275) Removed dependency on...
Hi guys I try to use the SpotifyApi-NET with C#. I'm having some problems, within the code authorization guide, the guide says that the method must be a non-asynchronous method...
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
See #470 and the fix in d73c87440038c463427e173265a36b0a839b769d As far as I can tell you cannot actually set the `Fields` property as it's read only. So it gets forced to an...
Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 6.0.5 to 6.0.7. Release notes Sourced from Microsoft.AspNetCore.Components.WebAssembly.DevServer's releases. .NET 6.0.7 Release .NET 6.0.6 Release Commits 773e8cc Merged PR 23388: [internal/release/6.0] Update dependencies from dnceng/inter... 154e31e Merge...
Bumps [NUnit.Console](https://github.com/nunit/nunit-console) from 3.15.0 to 3.15.2. Release notes Sourced from NUnit.Console's releases. NUnit Console and Engine 3.15.2 As part of this release we had 3 issues closed. This release fixes...
Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 6.2.13 to 6.2.14. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**tl;dr: + in search request turns into %2b, making spotify API not understand it properly.** Hello, I'm trying to use this library for a simple Discord RPC project, and I...
When using BrowserUtil.open for the authentication a System.AggregateException occurs. I'm using Xamarin.Forms and I'm testing on android. using TryOpenAsync is a work around.