We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff5d49 commit 5f1d5cdCopy full SHA for 5f1d5cd
docs/WriteUnitTests.md
@@ -57,7 +57,7 @@ public class CustomerRepository
57
58
Which use the following `DbContext` implementation:
59
60
-```json
+```csharp
61
public class DemoAppDbContext : DbContext
62
{
63
public DemoAppDbContext(DbContextOptions<DemoAppDbContext> options)
0 commit comments