radimitrov / CSharpShellApp

77 stars 18 forks source link

Ef core(tried with 7 and 8 also) net maui bug with your app #368

Closed sedoLevi609 closed 3 months ago

sedoLevi609 commented 3 months ago

I tried using ef core(7 and 8 also) in net maui with your app(inside solution)(installed microsoft.entitytframeworkcore.sqlite nuget package). Something is wrong with the dependencies I think. Looks these exception(when exported APK): Screenshot_2024-03-06-13-26-29-363_com companyname timetable

Screenshot_2024-03-06-13-26-37-385_com companyname timetable

Screenshot_2024-03-06-13-26-45-872_com companyname timetable

How can it be solved? Maybe it is a problem that it is inside a solution?@radimitrov

radimitrov commented 3 months ago

Yes, the IDE is only adding the top layer of references - the startup project. I will release a hotfix today. Both C# Shell and the APK plugin will need to be updated for it to work.

radimitrov commented 3 months ago

Should be fixed so I'm closing this. Haven't really tested with EF Core, however the IDE does now include references/packages from referenced projects so it should work.