You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should install [Identifiers.EntityFrameworkCore.SqlServer with NuGet](https://www.nuget.org/packages/Identifiers.EntityFrameworkCore.SqlServer):
@@ -82,3 +81,20 @@ public class YourDbContext : DbContext
82
81
}
83
82
...
84
83
```
84
+
85
+
### Debugging
86
+
87
+
If you want to debug the sourcecode, thatspossible. [SourceLink](https://github.com/dotnet/sourcelink) is enabled. To use it, you have to change Visual Studio Debugging options:
0 commit comments