Confusing warning when Extensions are used with .NET Framework TFM
Open
area-infrastructure
bug
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 894
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
When one of Extensions package is referenced in a .NET FX application, there will be a warning emitted:
```
warning : Microsoft.Extensions.Compliance.Abstractions 8.2.0 doesn't support net462 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk.
```
This is really confusing for users and we need to consider rephrasing or maybe removing it.
cc @joperezr @danmoseley @reyang
Contributor guide
Assessment
This issue has not been assessed yet.