-
Notifications
You must be signed in to change notification settings - Fork 106
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 5 version #36
Comments
Update to target .NET 5.0 with this PR: #39 It might be better idea to split the Blazor functionality to it's own issue as there are still things that should be investigated (for example where to load the plugins). |
Hey there! First I would like to state my appreciation for the project. From what I can see, it looks solid :) Thus my questions would be, is there an ETA on the new version and is it going to fully support Webassembly? In our research we also stumbled over this project which appears to have a similar focus but is missing the NuGet feed option, you guys have. Maybe there are some ideas that can be found here, if that helps. Thanks in advance for the answer and for the project. Kind regards, |
Hey Chris, Thank you for the message. We've been doing some work with the .NET 5 support and actually there's a PR which adds a support for it. But, like @mikkou-adafy suggested, we decided to split things into two:
We have done some drafts related to WASM support but it is not the most straightforward thing to do properly. Compiling things on the fly or loading Nuget packages runtime are causing some issues at the moment. Currently the ETA is February but I hope that we can release the first beta in the next couple of weeks. Best regards, |
That sounds very promising. Thank you for the information. We are looking forward to the update :) |
Sorry that things are slow with this one. Things are progressing, but currently we are in a little crunch phase in getting these two released: https://weik.io/apiframework/ & https://weik.io/eventframework/ The good news is that it's mainly the documentation which is missing. |
Hi @mikoskinen any updates on the event framework? Not sure if this is the right place to ask, but I can't find a repo for the event framework. |
Configure the projects so that they target both the netcoreapp31/netstandard20 as they currently do and add support for .NET 5.
So all our project files in the future should target both the netcoreapp31/netstandard20 and .NET 5.
The text was updated successfully, but these errors were encountered: