Steve Powell

Results 4 issues of Steve Powell

When I import a .json file, sometimes I will get a "Failed Importing XX keys". And when I import again, it succeeds. Related: when I import a file that doesn't...

enhancement
portal
Import & Export

I am wondering how to import our web.config/app.config files particularly appSettings and connectionString sections. Thanks,

enhancement
portal
cli
Import & Export

Microsoft.Extensions.Configuration.AzureAppConfiguration, Version=3.0.0.0, Culture=neutral, When I use a '*' wild card in any `AzureAppConfigurationOptions.Select()` with multiple comma delimited segments, I get an error. ```` options.Select("dummy-selector,dummy-selector","\0"); // (succeeds) no wild cards, multiple...

docs

I am running .Net 4.8 Web Forms application and getting InvalidOperationException. Any help would be appreciated. ``` internal static void PreStart() { System.Diagnostics.Debug.WriteLine(nameof(RegisterServices) + "." + nameof(PreStart) + "() called.");...

debugging-details-needed