Skip to content

Commit bf87b09

Browse files
committed
Fix analyzer warnings for CsWinRTAotWarningLevel 2
1 parent d4d6f20 commit bf87b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/Ribbon/src/DoubleList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Controls;
1010
/// A list of <see cref="double"/> values.
1111
/// </summary>
1212
[CreateFromString(MethodName = "CommunityToolkit.WinUI.Controls.DoubleList.CreateFromString")]
13-
public class DoubleList : List<double>
13+
public partial class DoubleList : List<double>
1414
{
1515
/// <summary>
1616
/// Initializes a new instance of <see cref="DoubleList"/> that is empty and has the default

tooling

0 commit comments

Comments
 (0)