feat(SlimData): alternative to redis for plug and play use #259
Annotations
10 warnings
Build and analyze:
src/SlimData/SlimPersistentState.cs#L22
Possible null reference argument for parameter 'path' in 'SlimPersistentState.SlimPersistentState(string path)'.
|
Build and analyze:
src/SlimData/Starter.cs#L38
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
Build and analyze:
src/SlimData/SlimDataInterpreter.cs#L13
Remove the unused private field 'prefix'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Build and analyze:
src/SlimData/SlimDataInterpreter.cs#L18
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Build and analyze:
src/SlimData/SlimDataInterpreter.cs#L15
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Build and analyze:
src/SlimData/SlimDataInterpreter.cs#L19
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Build and analyze:
src/SlimData/Startup.cs#L12
Use an immutable collection or reduce the accessibility of the non-private readonly field 'ClusterMembers'. (https://rules.sonarsource.com/csharp/RSPEC-3887)
|
Build and analyze:
src/SlimData/Startup.cs#L12
Use an immutable collection or reduce the accessibility of the public static field 'ClusterMembers'. (https://rules.sonarsource.com/csharp/RSPEC-2386)
|
Build and analyze:
src/SlimData/Starter.cs#L6
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build and analyze:
src/SlimData/SlimPersistentState.cs#L13
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
The logs for this run have expired and are no longer available.
Loading