efcore / EFCore.NamingConventions

Entity Framework Core plugin to apply naming conventions to table and column names (e.g. snake_case)
Apache License 2.0
738 stars 74 forks source link

.NET 8 nuget release #230

Closed lilinus closed 10 months ago

lilinus commented 11 months ago

Hi, I see changes for .NET 8 are merged and .NET RC2 is supported in latest nuget. When will .NET 8 GA support be available as a nuget package version?

roji commented 11 months ago

Soon. In the meantime use the rc.2 version.

mendozagit commented 11 months ago

Thanks @roji

botrot commented 11 months ago

Hi guys, where do you see that rc.2, there is one from 2022 but I believe that's not the one you are talking about.

botrot commented 11 months ago

nvm found it

RuslanMonar commented 11 months ago

any news?

roji commented 11 months ago

Still too busy with post-8.0 bug fixes and urgent tasks, please use rc.2 in the time being.

RuslanMonar commented 11 months ago

I'm sorry to bother you, but can you tell me approximately when the library update will be? Because this is the only library that blocks migration to .NET 8 and I would like to know if we will be in time for the release of our project

md-redwan-hossain commented 11 months ago

Any update for the new release? Migration to dotnet 8 is halted for me too for this library.

georg-jung commented 11 months ago

Maybe you're already aware, but might be interesting to note that there are more options than just waiting:

RzNmKX commented 10 months ago

Any ETA on the 8.0 release? RC.2 is working fine, just curious about the full release 8.0

roji commented 10 months ago

Almost there, should be released in the next couple of weeks.

roji commented 10 months ago

Everyone, 8.0.0 has just been released and is available on nuget.org; thank you for your patience. I did a big push to resolve as many bugs as I could - hopefully this plugin now works with many more modeling scenarios.