Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Framework 4.5+ not supported #57

Open
FenceDad opened this issue Nov 10, 2022 · 5 comments
Open

.NET Framework 4.5+ not supported #57

FenceDad opened this issue Nov 10, 2022 · 5 comments

Comments

@FenceDad
Copy link

FenceDad commented Nov 10, 2022

With the new SDK, is the plan going forward to not support .NET Framework 4, 4.5+ and to only support .NET Standard?

@sushithegreat
Copy link
Contributor

Yes, we only plan to support .NET 5.0 and above since the SDK has moved to async methods. Since you're running an earlier version of .NET you can make calls directly to the ShipEngine API instead, I'm happy to help out with questions you may have on that

@FenceDad
Copy link
Author

.NET 5 is a SIGNIFICANT upgrade for most large systems. ASYNC methods have been available to .NET 4 and 4.5 for some time. Making calls directly to the API can be difficult as that is one more piece of code we maintain. We use and pay for ShipEngine because of the SDK support and integration.

@AnneOReilly
Copy link
Member

Hey @FenceDad! We'll be reaching out to setup a call to talk through your questions.

@FenceDad
Copy link
Author

Has this project been abandoned / retired? I am noticing that there has been no movement on it.

@sushithegreat
Copy link
Contributor

My initial response to this issue had incorrect information. .NET Framework 4.6.1 is the first to support .NET Standard 2.0, so we can only support .NET Framework 4.6.1 and above.

If you want to read more about this, I recommend this article. The tl;dr is that Standard allows us to support a wider range of features for more versions of Framework.

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

No branches or pull requests

3 participants