davisnw

Results 2 issues of davisnw

In version 0.12.0.0 installed from NuGet, I get a StackOverflowException when an object graph contains cycles. Sample below: ``` public class A { public List Bees { get; set; }...

# Version 3.0.0 breaks `directoryPath` on network paths I've been using https://www.nuget.org/packages/Microsoft.Configuration.ConfigurationBuilders.KeyPerFile/2.0.0 successfully for some time where `directoryPath` is set to a network path (e.g. `directoryPath="\\blah.blah.com\blah\AppSettings"`) However, upon updating to...