[macOS] macOS build doesn't support Entity Framework #8192
Unanswered
bstrother1
asked this question in
Q&A
Replies: 1 comment 10 replies
-
Thanks for the question. Xamarin.mac is indeed supporting If you want to run packages above this version, you'll need to go with the |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
MacOS build is stuck on Net Framework 2 which is so old that Entity Framework does not support it even at its earliest NuGet stable build https://www.nuget.org/packages/EntityFramework/4.2.0 which requires minimum Net Framework 4.0 nor does Net Framework Core which earliest build requires minimum 4.5.1.
Expected behavior
Expected macOS build to support Entity Framework usage like UWP and WPF builds do.
How to reproduce it (as minimally and precisely as possible)
Follow https://docs.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=netcore-cli
MyApp01.zip
Workaround
None
Works on UWP/WinUI
Yes
Environment
No response
NuGet package version(s)
PackageReference Include="Uno.UI" Version="4.0.13"
PackageReference Include="Uno.UI.RemoteControl" Version="4.0.13" Condition="'$(Configuration)'=='Debug'"
PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" Version="4.0.13"
PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0"
PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0"
PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0"
PackageReference Include="Microsoft.Data.Sqlite.Core" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.14"
PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.14"
PackageReference Include="System.Data.SQLite.Core"
Affected platforms
macOS
IDE
Visual Studio 2019
IDE version
8.10
Relevant plugins
No response
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions