winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Convert CommDlgExtendedError to CsWin32

Open elachlan opened this issue 3 years ago • 2 comments

Converted CommDlgExtendedError to CsWin32

Microsoft Reviewers: Open in CodeFlow

elachlan avatar Aug 05 '22 13:08 elachlan

build failures are caused by Using directive is unnecessary. They are very necessary and "remove and sort usings" doesn't remove any.

elachlan avatar Aug 12 '22 03:08 elachlan

The compiler can't lie :) VS is forgiving - i.e., it won't break the build, but if you build from cli the build will fail, if there are any issues.

D:\a\_work\1\s\src\System.Windows.Forms\src\System\Windows\Forms\SaveFileDialog.cs(7,1): error IDE0005: Using directive is unnecessary. [D:\a\_work\1\s\src\System.Windows.Forms\src\System.Windows.Forms.csproj]

RussKie avatar Aug 12 '22 03:08 RussKie