Questions tagged [asp-net-config-builders]

Issues related to ASP.NET configuration builders toolset, capable of configuring app.config/web.config during runtime from various backing sources (environment variables, files, Azure KeyVault, etc). Overview: https://learn.microsoft.com/en-us/aspnet/config-builder Base repository: https://github.com/aspnet/MicrosoftConfigurationBuilders

17 questions
0
votes
1 answer

Building intermediate IServiceProvider for use in custom IConfigurationProvider

Problem Statement: I have a custom IConfigurationProvider that requires a complex service to function properly. This complex service would, naturally be registered to the applications IServiceProvider. I want to use…
0
votes
0 answers

Does any runtime scanning exist with ASP.NET Core (not covered by unit tests), to prepopulate ELMAH?

I'm a solo developer who has a big ASP Core site acting as a complex blog mind map. I need help with creating a basics checklist and a way to ensure that everything is running, aside from unit tests. Examples include Following links (Razor page…
TLDR
  • 1,198
  • 1
  • 12
  • 31
1
2