Feedback from @danmosemsft:
Remove comments like:
///
///
///
from ResXResourceWriter.cs and other files.
A little unrelated but can Winforms repository make use of the same Dead Code analysis as CoreFX?
https://github.com/dotnet/corefx/issues/17905
cc @ericstj
I agree the dead code analysis would be good to get going on some of these new repositories. It's another good testcase for the ILLinker (WPF especially, since it relies on internals and reflection heavily).
Most helpful comment
A little unrelated but can Winforms repository make use of the same Dead Code analysis as CoreFX?
https://github.com/dotnet/corefx/issues/17905
cc @ericstj