Skip to content

Commit 157c2ca

Browse files
emyllerclaude
andcommitted
Fix nullable reference type warnings in FlagsmithConfiguration
Co-authored-by: Claude <noreply@anthropic.com>
1 parent cb6b5a0 commit 157c2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flagsmith.FlagsmithClient/FlagsmithConfiguration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using Microsoft.Extensions.Logging;
1+
#nullable enable
2+
using Microsoft.Extensions.Logging;
23
using System;
34
using System.Collections.Generic;
45
using OfflineHandler;

0 commit comments

Comments
 (0)