Skip to content

- update to include latest dependencies #28

- update to include latest dependencies

- update to include latest dependencies #28

Triggered via push February 19, 2024 16:04
Status Success
Total duration 2m 24s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: IntegrationTests/Tests.cs#L449
Non-nullable property 'TestStr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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#L386
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#L242
Cannot convert null literal to non-nullable reference type.
build: src/Pgsql.cs#L329
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/Services/Services.cs#L34
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.