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

KanbanBoard project file has both : EntityFrameworkCore and SQLitePCLRaw entries #90

Closed
davefxy opened this issue Sep 18, 2022 · 2 comments

Comments

@davefxy
Copy link

davefxy commented Sep 18, 2022

KanbanBoard project file has both : EntityFrameworkCore and SQLitePCLRaw entries. I dont know if this was on purpose with the intention of requiring the user to delete the SQLitePCLRaw entries because the project wont compile and run otherwise. The project files themselves reference Microsoft.EntityFrameworkCore.

@VladislavAntonyuk
Copy link
Owner

VladislavAntonyuk commented Sep 19, 2022

Please pay attention to iOS/MacCatalyst. EFCore has dependencies on that libs, the project compiles without errors. Could you provide more details?

@davefxy
Copy link
Author

davefxy commented Sep 26, 2022

You are right. I havent tried building an iOS app yet. I dont have a Mac so I build only PC and iOS. Thank you for pointing that out dependencies for iOS/MacCatalyst builds.
I have enjoyed perusing your code. I have learned about setting up the databases. I wasnt aware of builder.Services.AddDbContext.

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

2 participants