feat(SlimData): alternative to redis for plug and play use #158
Annotations
10 warnings
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.
|
src/SlimData/SlimDataInterpreter.cs#L24
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.
|
src/SlimData/SlimDataInterpreter.cs#L44
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.
|
src/SlimData/SlimDataInterpreter.cs#L57
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.
|
src/SlimData/SlimDataInterpreter.cs#L63
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.
|
src/SlimData/SlimDataInterpreter.cs#L69
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.
|
src/SlimData/SimplePersistentState.cs#L85
Possible null reference argument for parameter 'path' in 'SimplePersistentState.SimplePersistentState(string path)'.
|
src/SlimData/DataModifier.cs#L23
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
src/SlimData/DataModifier.cs#L26
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
src/SlimData/Startup.cs#L282
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
The logs for this run have expired and are no longer available.
Loading