telstra / MessagingAPI-SDK-dotnet

Telstra Messaging SDK - .Net LIbrary

Home Page:https://dev.telstra.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work

azimuthdeveloper opened this issue · comments

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.

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.