CLI Project w/ Authentication #26
ci.yaml
on: pull_request
build-dotnet
26s
build-angular-hq
27s
Annotations
10 warnings
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/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/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)'
|