a88a26c248a72b14a2970e51d6eba766faefcccb
The `EGDbContextFactory` class, which implemented the `IDesignTimeDbContextFactory<EGDbContext>` interface, has been removed. This includes the `CreateDbContext` method, which handled design-time DbContext creation by loading configuration from `appsettings.migration.json`, setting up `DbContextOptions`, and constructing `DbTriggerParams`. Additionally, the `#if NET` preprocessor directive and its corresponding `#endif` have been removed, along with all associated `using` directives. This change suggests that the factory is no longer needed due to a shift in the application's architecture or design-time DbContext handling.
Description
No description provided
Languages
JavaScript
86%
C#
6.9%
HTML
2.8%
Visual Basic .NET
2.7%
CSS
1.2%
Other
0.4%