Refactor BaseUnitTest to improve dependency injection setup #3
Annotations
4 warnings
|
FeatureMasterX.XUnitTest/BaseUnitTest.cs#L30
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.
|
|
FeatureMasterX/Filters/ListCheckFeatureFilter.cs#L21
Possible null reference argument for parameter 'json' in 'List<string>? JsonSerializer.Deserialize<List<string>>(string json, JsonSerializerOptions? options = null)'.
|
|
FeatureMasterX/Filters/ListCheckFeatureFilter.cs#L21
Possible null reference argument for parameter 'json' in 'List<string>? JsonSerializer.Deserialize<List<string>>(string json, JsonSerializerOptions? options = null)'.
|
|
FeatureMasterX/Filters/ListCheckFeatureFilter.cs#L21
Possible null reference argument for parameter 'json' in 'List<string>? JsonSerializer.Deserialize<List<string>>(string json, JsonSerializerOptions? options = null)'.
|
The logs for this run have expired and are no longer available.
Loading