Foxnouns.NET/Foxnouns.Backend/Services
sam d982342ab8
refactor: pass DbContextOptions into context directly
turns out efcore doesn't like it when we create a new options instance
(which includes a new data source *and* a new logger factory)
every single time we create a context. this commit extracts
OnConfiguring into static methods which are called when the context is
added to the service collection and when it's manually created for
migrations and the importer.
2024-10-30 15:35:23 +01:00
..
AuthService.cs feat(frontend): add, list email 2024-10-02 02:46:39 +02:00
FediverseAuthService.cs feat: add some fediverse authentication code 2024-10-06 15:34:31 +02:00
FediverseAuthService.Mastodon.cs refactor: pass DbContextOptions into context directly 2024-10-30 15:35:23 +01:00
KeyCacheService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
MailService.cs feat(backend): add add email address endpoint 2024-10-02 00:52:49 +02:00
MemberRendererService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
MetricsCollectionService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
ObjectStorageService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
PeriodicTasksService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
RemoteAuthService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00
UserRendererService.cs chore: add csharpier to husky, format backend with csharpier 2024-10-02 00:28:07 +02:00