Skip to content

Commit 347f7b7

Browse files
Update entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md
Co-authored-by: Copilot <[email protected]>
1 parent 6c87e27 commit 347f7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are several common situations when this exception can be thrown:
8282

8383
- **Mitigation**: To make sure that the options are applied consistently the app needs to be specified as the startup project when running the EF tools or, alternatively, `IDesignTimeDbContextFactory` needs to be implemented in the project containing the `DbContext`:
8484

85-
```C#
85+
```csharp
8686
public class DatabaseContextDesignTimeFactory : IDesignTimeDbContextFactory<DatabaseContext>
8787
{
8888
public DatabaseContext CreateDbContext(string[] args)

0 commit comments

Comments
 (0)