feat(SlimData): alternative to redis for plug and play use #158
Annotations
2 errors and 10 warnings
build_fibonacci / build
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
|
build_slimfaas / build
Error response from daemon: Get "https://registry-1.docker.io/v2/": EOF
|
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#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.
|
Build and analyze:
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.
|
Build and analyze:
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.
|
Build and analyze:
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.
|
Build and analyze:
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.
|
Build and analyze:
src/SlimData/SimplePersistentState.cs#L85
Possible null reference argument for parameter 'path' in 'SimplePersistentState.SimplePersistentState(string path)'.
|
Build and analyze:
src/SlimData/DataModifier.cs#L23
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/SlimData/DataModifier.cs#L26
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze:
src/SlimData/Startup.cs#L282
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|