Skip to content

made the state store registration async (thanks phil hoff!) #17

made the state store registration async (thanks phil hoff!)

made the state store registration async (thanks phil hoff!) #17

Triggered via push July 27, 2023 10:50
Status Success
Total duration 2m 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build: IntegrationTests/Tests.cs#L406
Non-nullable property 'TestStr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: IntegrationTests/TestContainers.cs#L47
'ContainerBuilder<ContainerBuilder, IContainer, IContainerConfiguration>.WithResourceMapping(string, string, UnixFileModes)' is obsolete: 'The next release will change how this member behaves. The target argument, which used to be a file path, will be a directory path where the file will be copied to, similar to WithResourceMapping(DirectoryInfo, string) and WithResourceMapping(FileInfo, string).
build: IntegrationTests/TestContainers.cs#L47
'ContainerBuilder<ContainerBuilder, IContainer, IContainerConfiguration>.WithResourceMapping(string, string, UnixFileModes)' is obsolete: 'The next release will change how this member behaves. The target argument, which used to be a file path, will be a directory path where the file will be copied to, similar to WithResourceMapping(DirectoryInfo, string) and WithResourceMapping(FileInfo, string).
build: IntegrationTests/TestContainers.cs#L47
'ContainerBuilder<ContainerBuilder, IContainer, IContainerConfiguration>.WithResourceMapping(string, string, UnixFileModes)' is obsolete: 'The next release will change how this member behaves. The target argument, which used to be a file path, will be a directory path where the file will be copied to, similar to WithResourceMapping(DirectoryInfo, string) and WithResourceMapping(FileInfo, string).
build: IntegrationTests/TestContainers.cs#L26
Non-nullable field '_daprClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: IntegrationTests/Tests.cs#L343
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: src/Pgsql.cs#L73
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L135
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L173
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L206
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L212
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L246
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L333
Cannot convert null literal to non-nullable reference type.
build: src/ExpiredDataCleanUpService.cs#L163
'ExpiredDataCleanUpService.StopAsync(CancellationToken)' hides inherited member 'BackgroundService.StopAsync(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: src/DeferredStateStore.cs#L13
Possible null reference argument for parameter 'instanceId' in 'DeferredStateStore<TStateStore>.DeferredStateStore(IServiceProvider serviceProvider, Func<DeferredContext, Task<TStateStore>> componentFactory, string instanceId)'.
build: src/DeferredStateStore.cs#L26
Non-nullable field 'stateStore' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.