[release] 2.1.0 - Better Handling for Array Custom Fields (#178) #739
Annotations
11 warnings
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
dotnet-statsig/src/Statsig/StatsigOptions.cs#L47
Non-nullable field 'DataStore' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet-statsig/src/Statsig/StatsigOptions.cs#L47
Non-nullable field 'UserPersistentStorage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/StickyValue.cs#L17
Non-nullable property 'JsonValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/StickyValue.cs#L20
Non-nullable property 'RuleID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/StickyValue.cs#L26
Non-nullable property 'SecondaryExposures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/StatsigServer.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
dotnet-statsig/src/Statsig/Server/ServerDriver.cs#L35
Non-nullable field '_requestDispatcher' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/ServerDriver.cs#L35
Non-nullable field '_eventLogger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/ServerDriver.cs#L35
Non-nullable field 'evaluator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
dotnet-statsig/src/Statsig/Server/Evaluation/SpecStore.cs#L45
Non-nullable property 'ExperimentToLayer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|