feat(slimfaas): scale down statefulset #302
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/Endpoints.cs#L54
Dereference of a possibly null reference.
|
Build and analyze:
src/SlimData/Endpoints.cs#L83
Dereference of a possibly null reference.
|
Build and analyze:
src/SlimData/Endpoints.cs#L126
Dereference of a possibly null reference.
|
Build and analyze:
src/SlimData/Endpoints.cs#L164
Dereference of a possibly null reference.
|
Build and analyze:
src/SlimFaas/SlimProxyMiddleware.cs#L60
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build and analyze:
src/SlimFaas/SlimProxyMiddleware.cs#L103
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/SlimFaas/EnvironmentVariables.cs#L14
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
|
Build and analyze:
src/SlimFaas/EnvironmentVariables.cs#L14
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
The logs for this run have expired and are no longer available.
Loading