Skip to content

Commit 4711ef6

Browse files
committed
warning disable CS8618
1 parent bc867d3 commit 4711ef6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BlazorExpress.ChartJS/Models/ChartOptions/ChartOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ public class Interaction
5858

5959
#region Constructors
6060

61+
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
6162
public Interaction()
63+
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
6264
{
6365
Mode = InteractionMode.Nearest;
6466
}

0 commit comments

Comments
 (0)