Yuriy
Results
1
comments of
Yuriy
I believe I bump into the same issue - custom service that needs `ILogger` dependency: # Sample ```csharp using Serilog; Log.Logger = new LoggerConfiguration() .WriteTo.Console() .CreateBootstrapLogger(); var builder = WebApplication.CreateBuilder(args);...