Is EFCore not compatible with Uno Mobile? #9113
Answered
by
jeromelaban
bstrother1
asked this question in
Q&A
-
/usr/local/share/dotnet/packs/Microsoft.MacCatalyst.Sdk/15.4.311/targets/Xamarin.Shared.Sdk.targets(1219,3) error: clang++ exited with code 1. This occurs even using EFCore 6 which supports net6.0-macatalyst Also by default Uno generates with Microsoft.Extensions.Logging 5.0.0 and Microsoft.Extensions.Logging.Console while EFCore for compatibility requires 6.0.0. Are there plans to increase this default template setting? |
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Jun 23, 2022
Replies: 1 comment 2 replies
-
EF Core needs support for .NET 6 Mobile, and dotnet/efcore#28117 looks like a similar issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bstrother1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EF Core needs support for .NET 6 Mobile, and dotnet/efcore#28117 looks like a similar issue.