DEV Community

[Comment from a deleted post]
Collapse
 
jamesmh profile image
James Hickey

Nice! I'm using the smartsheet API for some work I do. One of the issues I've been having relate to the .NET SDKs are:

(a) The current .NET SDK doesn't support .NET Core - which is what all new .NET development is using.

(b) The current SDK is also not using asynchronous HTTP calls - so it presents issues around scalability and thread hogging during network I/O.

Both serious issues for the nature of the work I'm doing...

Anyways - congrats man!

Collapse
 
daveskull81 profile image
dAVE Inden

Thanks! That is awesome you are working with the Smartsheet API. I am glad to hear you have been working with one of the SDKs. Thanks for that feedback. Would you mind adding your name to this Github issue about .NET Core support? And would you be willing to add a new issue for using asynchronous HTTP calls? I'd like to bring these up with folks and see what we can do to address them. :)

Collapse
 
jamesmh profile image
James Hickey

Will do 👍

 
daveskull81 profile image
dAVE Inden

Awesome, thanks!