Version 6.1.0 prerelease 22070602 online #3011
rockfordlhotka
started this conversation in
Announcements
Replies: 2 comments 2 replies
-
Please add supporting parameters for |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think there is a small bug in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I put a prerelease of v6.1.0 online in NuGet.
You can track the release progress in issue #3009
Version 6.1.0 adds support for Maui and also includes several enhancements and bug fixes.
The most important bug fix is that
LocalProxy
now properly disposes scoped services (like your database connection) as expected.The one potential breaking change is that Blazor wasm no longer requires text serialization, and so the default behavior has been changed to not use text serialization. This means that your data portal server needs to be updated to no longer require text serialization.
Please let me know if you encounter any issues with this new version. I expect it to go live in about a week if no issues are reported.
Beta Was this translation helpful? Give feedback.
All reactions