Skip to content

Added SpotifyAPI.Core - .NET Core version of SpotifyAPI#237

Closed
ibebbs wants to merge 1 commit intoJohnnyCrazy:masterfrom
ibebbs:master
Closed

Added SpotifyAPI.Core - .NET Core version of SpotifyAPI#237
ibebbs wants to merge 1 commit intoJohnnyCrazy:masterfrom
ibebbs:master

Conversation

@ibebbs
Copy link
Copy Markdown

@ibebbs ibebbs commented Apr 18, 2018

Hi,

I don't really expect you to pull this as is, it's more of a FYI.

I wanted to use your (super awesome) library from a .NET Core 2.0 console application. The .NET Portability Analyzer suggested the majority of SpotifyAPI would natively run .NET Core so I quickly added a .NET Core 2.0 library project (SpotifyAPI.Core) and copied all the files from SpotifyAPI into the new project.

Nearly everything compiled first time but I had to put in an additional workaround for the Process.Start call in AutorizationCodeAuth. Anyway, with these changes in place, I was successfully able to use the API from .NET Core 2.0.

So, you know, that's cool.

Let me know what you think and/or whether you'd like me to make further changes.

Cheers, Ian

@ibebbs
Copy link
Copy Markdown
Author

ibebbs commented Apr 18, 2018

Also, FYI, I just saw your 'core' branch :0(

@JohnnyCrazy
Copy link
Copy Markdown
Owner

Hi,

.NET Standard support has landed in 3.0.0

Please use the following NuGet Packages:
SpotifyAPI.Web - The API Client
SpotifyAPI.Web.Auth - The Auth flows

Docs will be updated soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants