You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get this to work with my .NET Core 2 project for about an hour now and am close to giving up. The dependency on RestSharp is what is making the implementation fall apart (I think the referenced version of RestSharp doesn't support NET Core).
Can I ask, why does this library depend on an implementation of a RESTful service(RestSharp)? These transactions are trivial nowadays and pointless dependencies make these kind of packages extremely hard to use.
The text was updated successfully, but these errors were encountered:
Also, why is this referenced as a .NET2 SDK on the docs page? It's completely not - it depends on .NET 4.5.1. ".NET 2" is a misnomer and makes people like me believe that it's designed to work with .NET Core (which is at version 2).
I'm sorry if I'm coming off as aggro, this is just a really complicated issue that doesn't need to be.
I've been trying to get this to work with my .NET Core 2 project for about an hour now and am close to giving up. The dependency on RestSharp is what is making the implementation fall apart (I think the referenced version of RestSharp doesn't support NET Core).
Can I ask, why does this library depend on an implementation of a RESTful service(RestSharp)? These transactions are trivial nowadays and pointless dependencies make these kind of packages extremely hard to use.
The text was updated successfully, but these errors were encountered: