Breeze / breeze.server.net

Breeze support for .NET servers
MIT License
76 stars 62 forks source link

.net 5 #103

Closed graphicsxp closed 3 years ago

graphicsxp commented 3 years ago

Hello,

Is there any plans to migrate to .net 5 ?

steveschmitt commented 3 years ago

Yes! We will be working on it very soon.

graphicsxp commented 3 years ago

That's great! Do you have an estimated date of delivery already? Most importantly, could you include the pull request that I have created months ago? I've been using my own version of breeze .net core because there are some serious bugs in the current version.

steveschmitt commented 3 years ago

Yes, I should have some time in the next couple of weeks to tackle this. And thanks for your work on the PR.

ganySA commented 3 years ago

@steveschmitt this would be great!

ganySA commented 3 years ago

@steveschmitt Ho Ho ho merry Christmas any chance we will see a .net 5 version ? tsk tsk.

softronsts commented 3 years ago

@steveschmitt Any updates on this? We are eagerly waiting.

ganySA commented 3 years ago

Looks like ward published something now....

I didnt find a nuget package yet - but i can confirm that downloading compiling and copying the DLLs into a .net 5 core project works great.

jtraband commented 3 years ago

.NET 5 versions have been published.

All of the below now have a version 5.0.2... or later

Breeze.AspNetCore.NetCore Breeze.Core Breeze.Persistence Breeze.Persistence.EFCore

These are all based on .NET 5 and the EFCore is based on EFCore 5.

graphicsxp commented 3 years ago

@jtraband thank you for this new version, I am looking forward to try it out.

However I see my PR was not considered. I don't mind that my code gets written any other way, but I had a look at the new code and it seems the metadata builder is still lacking enums. They were included in metadata before migrating to .net core so I don't understand why they are missing again in this new version. I did not check yet if some of the other fixes I had made in the PR were considered in the new version, could you let us know please ?

steveschmitt commented 3 years ago

Enums in metadata in release 5.0.3