System.Configuration.Abstractions icon indicating copy to clipboard operation
System.Configuration.Abstractions copied to clipboard

Injectable, mockable, extensible, configuration for .NET

Results 3 System.Configuration.Abstractions issues
Sort by recently updated
recently updated
newest added

InnerException {"Could not load file or assembly 'System.Configuration.Abstractions.NetStandard, Version=2.0.2.45, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.":"System.Configuration.Abstractions.NetStandard, Version=2.0.2.45, Culture=neutral, PublicKeyToken=null"} System.Exception {System.IO.FileNotFoundException} Tried adding...

I use IConfigurationManager to mock configuration, but I found no easy way to mock values stored in configuration sections. For example, I want to change session timeout during test. I...

When using a mix of the .NET `System.Configuration.ConfigurationManager` and `System.Configuration.Abstractions.ConfigurationManager` to retrieve and update appSettings, the returned results aren't consistent. **Here are the full steps to reproduce the problem:** Setup...