We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa6f78 commit dc00422Copy full SHA for dc00422
src/OpenFeature/Providers/Memory/InMemoryProvider.cs
@@ -7,6 +7,7 @@
7
using OpenFeature.Error;
8
using OpenFeature.Model;
9
10
+#nullable enable
11
namespace OpenFeature.Providers.Memory
12
{
13
/// <summary>
0 commit comments