Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Bump postcss from 8.4.12 to 8.4.31 in /src/Spacetime/wwwroot #51

Bump postcss from 8.4.12 to 8.4.31 in /src/Spacetime/wwwroot

Bump postcss from 8.4.12 to 8.4.31 in /src/Spacetime/wwwroot #51

Status Success
Total duration 5m 15s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Mac Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Mac Build: src/Spacetime.Core.gRPC/Dynamic/DynamicGrpcWrapper.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/Dynamic/IDynamicGrpcWrapper.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/GrpcExplorer.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/GrpcExplorer.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/GrpcExplorer.cs#L161
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/GrpcExplorer.cs#L175
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/GrpcExplorer.cs#L175
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Mac Build: src/Spacetime.Core.gRPC/LiteDbProtobufService.cs#L48
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.
Mac Build: src/Spacetime.Core.gRPC/LiteDbProtobufService.cs#L55
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.
Mac Build: src/Spacetime.Blazor.Shared/Dialog.razor#L11
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.