Skip to content
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

v2.1.2 #517

Closed
ericsink opened this issue Sep 16, 2022 · 3 comments
Closed

v2.1.2 #517

ericsink opened this issue Sep 16, 2022 · 3 comments

Comments

@ericsink
Copy link
Owner

A 2.1.2 release is imminent (any day now).

Since 2.1.1, the main change here is the inclusion of native code builds for Wasm that are compatible with .NET 7, because a specific version of emscripten is required. This work happened in #505.

The 2.1.2 release is also intended to fix a problem which was introduced in 2.1.1. Basically, from what I can tell, 2.1.1 is broken on net6.0-ios. This was reported at #516. The problem was introduced by the change to fix #506, and that change looked fine in principle, but it apparently triggers a bug in Mono's AOT code. That issue has been logged at dotnet/runtime#75700.

For the short term, since #506 was actually Windows-specific anyway, I have re-done that code change to take effect only for Windows builds. That change is commit 9adcbfc.

I have just published 2.1.2-pre20220916165053 up to nuget, so we can verify things. As soon as it looks okay, unless some other regression shows up, I will release 2.1.2.

FYI cc to @filipnavara @bricelam @ajcvickers

@bricelam
Copy link
Contributor

I ran the Microsoft.Data.Sqlite and EF Core tests locally on Lunix and Windows and they all passed, so everything looks good on our end.

@filipnavara
Copy link
Contributor

I tested the prerelease, and it passed our tests too.

@ericsink
Copy link
Owner Author

2.1.2 is now available on nuget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants