-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from Krypton-Suite/alpha
Build 2111 Too many to view.. Letting it through
- Loading branch information
Showing
1,232 changed files
with
94,846 additions
and
170,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
[*.cs] | ||
[*Assembly*.cs] | ||
#Warning CS0105 The using directive for 'System' appeared previously in this namespace Krypton.Toolkit 2019 (net5.0-windows) | ||
dotnet_diagnostic.CS0105.severity = None | ||
|
||
[PlatformInvoke.cs] | ||
#Message CA1069 The enum member 'LINELEFT' has the same constant value '0' as member 'LINEUP' | ||
dotnet_diagnostic.CA1069.severity = None | ||
|
||
[*.cs] | ||
# Sort System.* using directives alphabetically, and place them before other using directives | ||
dotnet_sort_system_directives_first = true | ||
#Place a blank line between using directive groups. | ||
dotnet_separate_import_directive_groups = true | ||
dotnet_code_quality.enable_platform_analyzer_on_pre_net5_target=true | ||
|
||
# CS1591: Missing XML comment for publicly visible type or member | ||
dotnet_diagnostic.CS1591.severity = silent | ||
|
||
|
||
#warning CA1416: This call site is reachable on all platforms. 'KryptonRibbonGroupButton.Checked' is only supported on: 'Windows' 7.0 and later. | ||
dotnet_diagnostic.CA1416.severity = None |
23 changes: 11 additions & 12 deletions
23
Source/Krypton Docking Examples/Docking Customized/ContentDocument.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 11 additions & 12 deletions
23
Source/Krypton Docking Examples/Docking Customized/ContentInput.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 11 additions & 12 deletions
23
Source/Krypton Docking Examples/Docking Customized/ContentPropertyGrid.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.