atualizando repositório de HealthCheck #1
Annotations
1 error and 10 warnings
|
build-and-publish
Process completed with exit code 1.
|
|
build-and-publish:
src/Package.HealthCheck/Checks/StartupGate.cs#L5
Missing XML comment for publicly visible type or member 'StartupSignal'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/ServiceMeshHealthCheck.cs#L18
Missing XML comment for publicly visible type or member 'ServiceMeshHealthCheck.ServiceMeshHealthCheck(ILogger<ServiceMeshHealthCheck>, HttpClient, IOptions<ServiceMeshOptions>)'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/HttpDependencyHealthCheck.cs#L18
Missing XML comment for publicly visible type or member 'HttpDependencyHealthCheck.CheckHealthAsync(HealthCheckContext, CancellationToken)'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/HttpDependencyHealthCheck.cs#L11
Missing XML comment for publicly visible type or member 'HttpDependencyHealthCheck.HttpDependencyHealthCheck(HttpClient, string, int)'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/HttpDependencyHealthCheck.cs#L5
Missing XML comment for publicly visible type or member 'HttpDependencyHealthCheck'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/DiskSpaceHealthCheck.cs#L17
Missing XML comment for publicly visible type or member 'DiskSpaceHealthCheck.CheckHealthAsync(HealthCheckContext, CancellationToken)'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/DiskSpaceHealthCheck.cs#L11
Missing XML comment for publicly visible type or member 'DiskSpaceHealthCheck.DiskSpaceHealthCheck(double, string?)'
|
|
build-and-publish:
src/Package.HealthCheck/Checks/DiskSpaceHealthCheck.cs#L6
Missing XML comment for publicly visible type or member 'DiskSpaceHealthCheck'
|
|
build-and-publish:
src/Package.HealthCheck/Integration/HealthBackgroundWorker.cs#L82
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-and-publish:
src/Package.HealthCheck/ML/PredictiveHealthAnalysis.cs#L164
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.
|