Winforms: Remove unwanted comments from System.Windows.Forms code

Created on 16 Nov 2018  路  2Comments  路  Source: dotnet/winforms

Feedback from @danmosemsft:

Remove comments like:
///
/// [To be supplied.]
///

from ResXResourceWriter.cs and other files.

enhancement

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

All 2 comments

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).

Was this page helpful?
0 / 5 - 0 ratings