James Murphy
Results
1
issues of
James Murphy
I have a .NET lambda function containing the following code: ``` this.config = new ConfigurationBuilder() .AddJsonFile("appSettings.json", optional: false, reloadOnChange: true) .Build(); ``` And a file appSettings.json that is copied to...