Skip to content

Commit

Permalink
Fix analyzer warnings for CsWinRTAotWarningLevel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 17, 2024
1 parent d4d6f20 commit bf87b09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Ribbon/src/DoubleList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Controls;
/// A list of <see cref="double"/> values.
/// </summary>
[CreateFromString(MethodName = "CommunityToolkit.WinUI.Controls.DoubleList.CreateFromString")]
public class DoubleList : List<double>
public partial class DoubleList : List<double>
{
/// <summary>
/// Initializes a new instance of <see cref="DoubleList"/> that is empty and has the default
Expand Down
2 changes: 1 addition & 1 deletion tooling

0 comments on commit bf87b09

Please sign in to comment.