https://github.com/fgheysels/functionapp_configurationmanagerissue
This repository is used to reproduce an issue with the System.Configuration.ConfigurationManager package in Azure Functions
https://github.com/fgheysels/functionapp_configurationmanagerissue
Last synced: about 2 months ago
JSON representation
This repository is used to reproduce an issue with the System.Configuration.ConfigurationManager package in Azure Functions
- Host: GitHub
- URL: https://github.com/fgheysels/functionapp_configurationmanagerissue
- Owner: fgheysels
- Created: 2021-09-01T07:08:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-01T07:17:37.000Z (over 3 years ago)
- Last Synced: 2025-01-30T00:45:58.312Z (4 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Introduction
This is a simple Azure Function project which sole purpose is to demonstrate an issue where the assemblies that are part of the `System.Configuration.ConfigurationManager` could not be loaded / found.
See issue https://github.com/dotnet/runtime/issues/54642