This project is used to demonstrate EF Core logging strategies, covering Query Tags and Log Scopes to maximize logging potential.
- Visual Studio 2022+
- .NET 6+
The project will by default create a new DB named TwitterSample
on .
server.
You can optionally comment the code for Sql Server and use SQLite instead in Startup.cs file in ConfigureServices
method.
Check the GitHub tags for different .NET Core versions from .NET Core 2.2 onwards.