msbuild
msbuild copied to clipboard
Investigate possibility to address the SYSLIB0057
Moving to dotnet 9: https://github.com/dotnet/msbuild/pull/10484 brings new warning: https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib0057 In the original PR the warning is suppressed.
The scope of this issue is to:
- Investigate possibilities to address the warning, without breaking the API (if such exists).
- Move to only related projects if removing is not possible: https://github.com/dotnet/msbuild/pull/10484#discussion_r1733574001