Saqib
Saqib
Hello, I'm late to the party ;) @RicoSuter I have read all comments and I was surprised that no one is really calling out what the fundamental problem here is...
Hi, the following example is for Illustration how maybe interface definition could be used to map EF structures. ``` csharp public class BloggingContext : DbContext { // Type mapping for...
Hi, to get the output yes, but i would like to redirect the logger output to the test output. This is in some complex cases needed to see how far...
Something like this: ```csharp public MyTest(ITestOutputHelper output, LogLevel logLevel = LogLevel.Debug) { Logger = output.BuildLogger(logLevel, GetType().Name); } ``` ITestOutputHelper is from xUnit. This redirects all ILogger messages to the output...
Thank you for your prompt response and for considering this feature request. Clarification on Requirements: - Target Platform: I am looking to have this feature implemented for Hetzner Cloud (HCloud)...