C
C#ā€¢3y ago
Bobby Bob

Unable to view exposed DataSet in Rider (EF Core 6.0) [Answered]

https://github.com/blueboy90780/EF-Core-6.0-Practice Please see the repo above. The code works perfectly as intended, adding extra records to the table "Author" works as intended. However, I can't see the table and all of the records on Rider (see picture). Does anyone know why this is the case and how to fix it?
GitHub
GitHub - blueboy90780/EF-Core-6.0-Practice
Contribute to blueboy90780/EF-Core-6.0-Practice development by creating an account on GitHub.
6 Replies
Bobby Bob
Bobby BobOPā€¢3y ago
For this code I'm using SQLite, you don't need to manually create a SQLite database yourself to run the code, the code itself should create a new one for you. Please take a look at the repo above
Kouhai
Kouhaiā€¢3y ago
Try copying the db to another folder and open it again, see if the tables show up or not.
Bobby Bob
Bobby BobOPā€¢3y ago
That doesn't work for some reason hmmmmm
Kouhai
Kouhaiā€¢3y ago
Have you got it working?
Bobby Bob
Bobby BobOPā€¢3y ago
@KouhaiYep I got it working now For me, the problem was apparently do with the Rider IDE itself rather than EF Core 6.0 My Material UI theme was bugging Rider out causing all kinds of mishap I uninstalled it and now it works like a charm šŸ˜„
Accord
Accordā€¢3y ago
āœ… This post has been marked as answered!

Did you find this page helpful?