feat(slimfaas): scale down statefulset #28
Merged
Annotations
10 warnings
Run unit tests:
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.
|
Run unit tests:
src/SlimData/SlimPersistentState.cs#L22
Possible null reference argument for parameter 'path' in 'SlimPersistentState.SlimPersistentState(string path)'.
|
Run unit tests:
src/SlimData/Endpoints.cs#L54
Dereference of a possibly null reference.
|
Run unit tests:
src/SlimData/Endpoints.cs#L83
Dereference of a possibly null reference.
|
Run unit tests:
src/SlimData/Endpoints.cs#L126
Dereference of a possibly null reference.
|
Run unit tests:
src/SlimData/Endpoints.cs#L164
Dereference of a possibly null reference.
|
Run unit tests:
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.
|
Run unit tests:
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.
|
Run unit tests:
src/SlimFaas/Program.cs#L180
Suggest using WebApplicationBuilder.Configuration instead of ConfigureAppConfiguration (https://aka.ms/aspnet/analyzers)
|
Run unit tests:
src/SlimFaas/Program.cs#L48
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
|
The logs for this run have expired and are no longer available.
Loading