Remove configuration constructor apis for .NET 8
Open
triaged
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 576
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 2
Description
We have many api's which take a configuration name left over from .NET Framework. These API's instructed WCF to load the config from app.config. These api's are left over as a legacy from when our api surface was inherited from Windows 8 app store contracts.
All these api's should already be attributes as obsolete. The .net 8 release is an opportunity to remove these api's.
Contributor guide
Assessment
This issue has not been assessed yet.