-
Notifications
You must be signed in to change notification settings - Fork 102
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
Working with LocalizationModelContext #14
Comments
Hi @inexuscore Seed should be possible as you have the DbContext in your project. If changes are required to the DbContext itself, then I would use the Localization.SqlLocalizer directly instead of the NuGet package and change it. We could then add this to the package if it helps others. Here's the context Greetings Damien |
Hi @damienbod Thanks for the repo! |
I'll add an interface for the LocalizationModelContext : ILocalizationModelContext |
interface won't work, need to think of a better solution. |
Hi again @damienbod
I'm curious, how would I work with the underlying DbContext in my app?
Suppose I want to seed localization data at Startup (populating the LocalizationRecords table).
Or maybe I want to create a web console in my app, where I can query the records, do CRUD operations etc.
Thanks in advance 🌞
The text was updated successfully, but these errors were encountered: