We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EfCore 7 crash on iOS MAUI app. Please you can reproduce this erro on this demo : https://github.com/RobertoGFilho/EFCore
Windows ok Android ok iOS crash
Visual studio 17.3.1 Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.7.22376.2"
6.0.486 (current)
Unknown/Other
iOS
iOS 15
No response
The text was updated successfully, but these errors were encountered:
hi folks! the trouble is string properties on Model! see:
WORKS:
public class Person : ObservableObject { [Key] public Guid Id { get; set; } public int Age { get; set; } //public string Name { get; set; } }
DOESN'T WORK
public class Person : ObservableObject { [Key] public Guid Id { get; set; } public int Age { get; set; } public string Name { get; set; } }
Sorry, something went wrong.
Hi @jsuarezruiz
I have envolved EFCore team see : dotnet/efcore#28773 on this issue! Maybe you can share your opinion, about this
Looks like this is an issue in iOS and moved here: xamarin/xamarin-macios#16228
Please track it there for the latest info.
No branches or pull requests
Description
EfCore 7 crash on iOS MAUI app. Please you can reproduce this erro on this demo : https://github.com/RobertoGFilho/EFCore
Windows ok
Android ok
iOS crash
Visual studio 17.3.1
Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-preview.7.22376.2"
2022_08_19_09_02_50.mp4
Steps to Reproduce
EfCore 7 crash on iOS MAUI app. Please you can reproduce this erro on this demo : https://github.com/RobertoGFilho/EFCore
Version with bug
6.0.486 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 15
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: