diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3b3d280a3..69c13801e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "uno.check": { - "version": "1.20.2", + "version": "1.27.4", "commands": [ "uno-check" ] diff --git a/Directory.Build.props b/Directory.Build.props index 72e05671d..7f02eacdb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,7 +15,13 @@ $(NoWarn);Uno0001 - NU1901;NU1902;NU1903;NU1904 + NU1901;NU1902;NU1903;NU1904; + + + $(WarningsNotAsErrors);CS1591;CS1574; + + + $(WarningsNotAsErrors);CS0419;CS1570; diff --git a/components/MarkdownTextBlock/src/TextElements/MyList.cs b/components/MarkdownTextBlock/src/TextElements/MyList.cs index 46b15e1a8..8fcd67dfa 100644 --- a/components/MarkdownTextBlock/src/TextElements/MyList.cs +++ b/components/MarkdownTextBlock/src/TextElements/MyList.cs @@ -96,7 +96,7 @@ public void AddChild(IAddChild child) private BulletType ToBulletType(char bullet) { - /// Gets or sets the type of the bullet (e.g: '1', 'a', 'A', 'i', 'I'). + // Gets or sets the type of the bullet (e.g: '1', 'a', 'A', 'i', 'I'). switch (bullet) { case '1': diff --git a/components/RivePlayer/src/StateMachineInputCollection.cs b/components/RivePlayer/src/StateMachineInputCollection.cs index bbd93c229..eac9f8bb7 100644 --- a/components/RivePlayer/src/StateMachineInputCollection.cs +++ b/components/RivePlayer/src/StateMachineInputCollection.cs @@ -11,7 +11,7 @@ namespace CommunityToolkit.Labs.WinUI.Rive; /// /// /// -/// +/// /// /// /// diff --git a/tooling b/tooling index 725c1b575..1ac9b8094 160000 --- a/tooling +++ b/tooling @@ -1 +1 @@ -Subproject commit 725c1b575a06ab5c68ea457cfaac15f7d2f638e7 +Subproject commit 1ac9b8094bc263c29f7a883b564371eecb8ff152