Skip to content

Commit 45a0833

Browse files
committed
Fix analyzer warnings for CsWinRTAotWarningLevel 2
1 parent d95775d commit 45a0833

32 files changed

+33
-33
lines changed

components/Animations/src/Expressions/ExpressionNodes/BooleanNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1010
/// Class BooleanNode. This class cannot be inherited.
1111
/// </summary>
1212
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
13-
public sealed class BooleanNode : ExpressionNode
13+
public sealed partial class BooleanNode : ExpressionNode
1414
{
1515
/// <summary>
1616
/// Initializes a new instance of the <see cref="BooleanNode"/> class.

components/Animations/src/Expressions/ExpressionNodes/ColorNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1212
/// Class ColorNode. This class cannot be inherited.
1313
/// </summary>
1414
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
15-
public sealed class ColorNode : ExpressionNode
15+
public sealed partial class ColorNode : ExpressionNode
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="ColorNode"/> class.

components/Animations/src/Expressions/ExpressionNodes/Matrix3x2Node.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1313
/// Class Matrix3x2Node. This class cannot be inherited.
1414
/// </summary>
1515
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
16-
public sealed class Matrix3x2Node : ExpressionNode
16+
public sealed partial class Matrix3x2Node : ExpressionNode
1717
{
1818
/// <summary>
1919
/// Initializes a new instance of the <see cref="Matrix3x2Node"/> class.

components/Animations/src/Expressions/ExpressionNodes/QuaternionNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1212
/// Class QuaternionNode. This class cannot be inherited.
1313
/// </summary>
1414
/// <seealso cref=CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
15-
public sealed class QuaternionNode : ExpressionNode
15+
public sealed partial class QuaternionNode : ExpressionNode
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="QuaternionNode"/> class.

components/Animations/src/Expressions/ExpressionNodes/ScalarNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1010
/// Class ScalarNode. This class cannot be inherited.
1111
/// </summary>
1212
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
13-
public sealed class ScalarNode : ExpressionNode
13+
public sealed partial class ScalarNode : ExpressionNode
1414
{
1515
/// <summary>
1616
/// Initializes a new instance of the <see cref="ScalarNode"/> class.

components/Animations/src/Expressions/ExpressionNodes/Vector2Node.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1212
/// Class Vector2Node. This class cannot be inherited.
1313
/// </summary>
1414
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
15-
public sealed class Vector2Node : ExpressionNode
15+
public sealed partial class Vector2Node : ExpressionNode
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="Vector2Node"/> class.

components/Animations/src/Expressions/ExpressionNodes/Vector3Node.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1212
/// Class Vector3Node. This class cannot be inherited.
1313
/// </summary>
1414
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
15-
public sealed class Vector3Node : ExpressionNode
15+
public sealed partial class Vector3Node : ExpressionNode
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="Vector3Node"/> class.

components/Animations/src/Expressions/ExpressionNodes/Vector4Node.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1212
/// Class Vector4Node. This class cannot be inherited.
1313
/// </summary>
1414
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ExpressionNode" />
15-
public sealed class Vector4Node : ExpressionNode
15+
public sealed partial class Vector4Node : ExpressionNode
1616
{
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="Vector4Node"/> class.

components/Animations/src/Expressions/ReferenceNodes/AmbientLightReferenceNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1414
/// Class AmbientLightReferenceNode. This class cannot be inherited.
1515
/// </summary>
1616
/// <seealso cref="ReferenceNode" />
17-
public sealed class AmbientLightReferenceNode : ReferenceNode
17+
public sealed partial class AmbientLightReferenceNode : ReferenceNode
1818
{
1919
/// <summary>
2020
/// Initializes a new instance of the <see cref="AmbientLightReferenceNode"/> class.

components/Animations/src/Expressions/ReferenceNodes/ColorBrushReferenceNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace CommunityToolkit.WinUI.Animations.Expressions;
1414
/// Class ColorBrushReferenceNode. This class cannot be inherited.
1515
/// </summary>
1616
/// <seealso cref="CommunityToolkit.WinUI.Animations.Expressions.ReferenceNode" />
17-
public sealed class ColorBrushReferenceNode : ReferenceNode
17+
public sealed partial class ColorBrushReferenceNode : ReferenceNode
1818
{
1919
/// <summary>
2020
/// Initializes a new instance of the <see cref="ColorBrushReferenceNode"/> class.

0 commit comments

Comments
 (0)