-
-
Notifications
You must be signed in to change notification settings - Fork 947
Release a new version #872
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
Comments
push |
Is there an update on when we might get a new release? The projects I'm using this with require features that are not released yet so I have to bring the project into my own project and reference it that way. |
@drieseng could you publish a preview NuGet package? This way users will be able to access the latest features and bug fixes from the development branch and we would gain feedback if the code is stable enough. |
@IgorMilavec I'll try to find time in the next days. Releasing a new version is a pain (until we remove support for legacy target frameworks). |
I know, that's why I'm trying to push towards vNext so we can release the final legacy version and then remove legacy frameworks. :) |
Any chance of getting a new release of what's currently in the develop branch? |
Completed by #1201 |
Is it just possible to make another repo with .NET core 6 and push out a nuget package? Isolating .NET and .NET framework from one another is probably best. |
In what way? I see no reason to do that. |
Ah... Let me explain a little more clearly. .NET Framework and .NET core are vastly different frameworks with different lifecycle support policies by Microsoft. Microsoft is phasing out support for .NET framework, but will continue to support 4.7.2- 4.8.1 under their OS support policies. They have agreed to stop developing features for .NET framework. Details in below links: https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-framework From a high level perspective the team would have to support 2 different versions of this package anyway. Where .NET Core will be more frequently updated. My suggestion would be to have 2 separate repos, one for .NET Core (updated frequently) and .NET framework (updated only for security issues). Splitting the codebase will result in less work to develop .NET core codebase as Nuget packages, less work to regression test, and faster deployments for .NET core (majority of users will switch over to). |
Thanks. I understand the difference between Framework and Core, but 99% of the code base for this project is shared between the targets, so in reality it would be twice as much work to maintain two repos. It is very common (and well supported) for a library project to target both. Long term, I expect the project to simply drop Framework and Standard targets. But there is plenty of modernizing and bug-fixing to be done with the current targets before that point. |
I agree with @Rob-Hague. |
I think there are multiple bug fix. Maybe is good to tag a new release? 😕
The text was updated successfully, but these errors were encountered: