-
Notifications
You must be signed in to change notification settings - Fork 7
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 Standard Version #5
Comments
@jag43 thanks for the suggestion. After some brief research, it certainly sounds like a good idea. However, we don't have any |
I know this is old, but I can look into doing this. I don't think I'd be able to devote a ton of time, but if I get the implementation over to a NetStandard project, I'm sure it can be easily maintained. |
@aareaux That would be much appreciated. My biggest concern is introducing backwards compatibility issues for existing users of the library. In regards to write access, that shouldn't be necessary. You should be able to fork the project, commit your changes to your fork and then create a PR back to this project when you're done. |
@mmollick I would think you'd want to have a separate nuget for the .NetStandard version altogether. Could just name it something with 'AspNetCore' in it or something similar to distinguish between the two. If you want to create a new Git Repo for it, that would probably work better. I'll start working on porting it over. |
Rather than calling the NetStandard version AspNetCore, which implies AspNetCore projects only and does not include other NetCore projects, might I suggest a name along the lines of NetCore version or Net5 version? NetCore is becoming Net5. |
Fix submitted in #16 |
5 years later standard and core have merged since .NET 5 Current version of .NET is 7, PR #20 is a complete update to 7 along with lots of other fixes and .NET compatibility changes. |
It would be great to have a
.NetStandard
version/target for theNeverBounceSDK
project so we can consume this from ourASP.NetCore
web applications.The text was updated successfully, but these errors were encountered: