IL2121 being added needlessly to NoWarn and causing compiler errors on older netfx projects
Open
area-Integration: netcore
- Dominant language
- C#
- Stars
- 392
- Forks
- 128
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 2
Description
... because older compilers don't understand a NoWarn of "IL2121" e.g. older F# and WebSharper projects.
The workaround is to add to your project MSBuild file:
```xml
<_TrimmerShowRedundantSuppressions>true
```
But really this NoWarn modification shouldn't be happening at all on projects that aren't using the Linker:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.