Sameer
Sameer
**Summary: What are you wanting to achieve?** I'm looking for inputs and hopefully some reference implementation to use Polly with EF Core 3.1. My AspNetCore application uses Azure SQL with...
**Bug description** A clear and concise description of what the bug is. **Repro steps** I'm trying to modify the your sample to pull user group membership in Startup.cs class file...
I'm using **Serilog.Extensions.Logging.File** nuget package **Version=2.0.0** in my AspNet Core 3.1 app. This is what I have in my Program.cs file: ``` public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args) .ConfigureLogging((hostingContext,...
**Operating System**: `Windows` **DocFX Version Used**: 2.58.9.0 **Template used**: `default` **Steps to Reproduce**: 1. I have Build Tools installed on my CI build server (Windows) with no full blown IDE....
I have used code as described in this article to clear all configuration providers and then add my own providers with order. However, when I deploy this AspNet Core 3.1...