Skip to content

remove ping until it is supported in pluggable #22

remove ping until it is supported in pluggable

remove ping until it is supported in pluggable #22

Triggered via push July 29, 2023 21:37
Status Success
Total duration 2m 41s
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#L45
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L107
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L145
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L178
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L184
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L218
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L305
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#L25
Non-nullable field 'stateStore' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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)'.