Skip to content

feat(SlimData): alternative to redis for plug and play use #158

feat(SlimData): alternative to redis for plug and play use

feat(SlimData): alternative to redis for plug and play use #158

Re-run triggered November 11, 2023 15:57
Status Failure
Total duration 21s
Artifacts

slimfaas-ci.yaml

on: pull_request
Build and analyze
3m 57s
Build and analyze
build_slimfaas  /  build
10s
build_slimfaas / build
build_fibonacci  /  build
10s
build_fibonacci / build
Fit to window
Zoom out
Zoom in

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)