Skip to content

Add disable HTTP metrics endpoint metadata

Build Analysis / Build Analysis failed Jun 3, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-ci / Build / Build: Windows x64/x86/arm64 / Build x64

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Http\Http.Abstractions\src\Metadata\IDisableHttpMetricsMetadata.cs(6,18): error CS1591: Missing XML comment for publicly visible type or member 'IDisableHttpMetricsMetadata'
    ❌src\Http\Http.Abstractions\src\Metadata\IDisableHttpMetricsMetadata.cs(6,18): error RS0016: Symbol 'IDisableHttpMetricsMetadata' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

aspnetcore-ci / Build / Build: macOS arm64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Http/Http.Abstractions/src/Metadata/IDisableHttpMetricsMetadata.cs(6,18): error CS1591: Missing XML comment for publicly visible type or member 'IDisableHttpMetricsMetadata'
    ❌src/Http/Http.Abstractions/src/Metadata/IDisableHttpMetricsMetadata.cs(6,18): error RS0016: Symbol 'IDisableHttpMetricsMetadata' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

aspnetcore-ci / Build / Build: macOS x64 / Run build.sh

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Http/Http.Abstractions/src/Metadata/IDisableHttpMetricsMetadata.cs(6,18): error CS1591: Missing XML comment for publicly visible type or member 'IDisableHttpMetricsMetadata'
    ❌src/Http/Http.Abstractions/src/Metadata/IDisableHttpMetricsMetadata.cs(6,18): error RS0016: Symbol 'IDisableHttpMetricsMetadata' is not part of the declared API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

16 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [aspnetcore-ci] [aspnetcore-quarantined-pr] [aspnetcore-components-e2e]

Was this helpful? Yes No