Skip to content

updated test containers dependency #26

updated test containers dependency

updated test containers dependency #26

Triggered via push September 19, 2023 21:39
Status Success
Total duration 3m 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 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/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: IntegrationTests/TestContainers.cs#L26
Non-nullable field '_daprClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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#L238
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L325
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)'.
build: src/Program.cs#L11
Possible null reference argument for parameter 'logger' in 'ExpiredDataCleanUpService.ExpiredDataCleanUpService(ILogger<ExpiredDataCleanUpService> logger)'.