Skip to content

Configured CLI assembly name, publish as self-contained single file e… #25

Configured CLI assembly name, publish as self-contained single file e…

Configured CLI assembly name, publish as self-contained single file e… #25

Triggered via push April 9, 2024 04:17
Status Success
Total duration 34s
Artifacts

ci.yaml

on: push
build-dotnet
25s
build-dotnet
build-angular-hq
21s
build-angular-hq
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-dotnet: src/dotnet/HQ.CLI/Commands/ConfigureCommand.cs#L21
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-dotnet: src/dotnet/HQ.CLI/HQApiMessageHandler.cs#L30
Possible null reference argument for parameter 'protectedData' in 'string DataProtectionCommonExtensions.Unprotect(IDataProtector protector, string protectedData)'.
build-dotnet: src/dotnet/HQ.CLI/HQApiMessageHandler.cs#L31
Possible null reference argument for parameter 'protectedData' in 'string DataProtectionCommonExtensions.Unprotect(IDataProtector protector, string protectedData)'.
build-dotnet: src/dotnet/HQ.CLI/HQApiMessageHandler.cs#L35
Dereference of a possibly null reference.
build-dotnet: src/dotnet/HQ.CLI/HQApiMessageHandler.cs#L55
Possible null reference return.
build-dotnet: src/dotnet/HQ.CLI/Commands/LoginCommand.cs#L82
Possible null reference assignment.
build-dotnet: src/dotnet/HQ.Server/Commands/APICommand.cs#L10
Missing XML comment for publicly visible type or member 'APICommand'
build-dotnet: src/dotnet/HQ.Server/Commands/APICommand.cs#L12
Missing XML comment for publicly visible type or member 'APICommand.ExecuteAsync(CommandContext)'
build-dotnet: src/dotnet/HQ.Server/Commands/WorkerCommand.cs#L5
Missing XML comment for publicly visible type or member 'WorkerCommand'
build-dotnet: src/dotnet/HQ.Server/Commands/WorkerCommand.cs#L7
Missing XML comment for publicly visible type or member 'WorkerCommand.ExecuteAsync(CommandContext)'