Serhii A. Hrytsenko
Serhii A. Hrytsenko
> @gritcsenko I synced the fork and fixed a few build errors. Everything now builds and all tests are passing. Can you take a look at my changes and verify...
Class with internal constructor causes issues when using with [NSubstitute](https://github.com/nsubstitute/NSubstitute)
Are we obligated to use `Log.Logger`? I've solved this problem like that: ```csharp using Serilog; using var log = new LoggerConfiguration() .WriteTo.Console() .CreateLogger(); try { var builder = WebApplication.CreateBuilder(args); builder.Host.UseSerilog((ctx,...
Something similar is present in OneOf library https://github.com/mcintyre321/OneOf/blob/6e02dbe75d0f20f198c640d4c04190a85c5ac9e6/OneOf/OneOfBaseT1.generated.cs#L47