Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable CS1591: Missing XML comment for publicly visible type or member #4356

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Doc progress

1f1c485
Select commit
Loading
Failed to load commit list.
Draft

Enable CS1591: Missing XML comment for publicly visible type or member #4356

Doc progress
1f1c485
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.testfx (Build Linux Release) failed Dec 18, 2024 in 2m 52s

Build Linux Release failed

Annotations

Check failure on line 27 in src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs#L27

src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs(27,59): error CS1591: (NETCORE_ENGINEERING_TELEMETRY=Build) Missing XML comment for publicly visible type or member 'MSTestObsoleteTypesSuppressor.SupportedSuppressions'

Check failure on line 29 in src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs#L29

src/Analyzers/MSTest.Internal.Analyzers/MSTestObsoleteTypesSuppressor.cs(29,26): error CS1591: (NETCORE_ENGINEERING_TELEMETRY=Build) Missing XML comment for publicly visible type or member 'MSTestObsoleteTypesSuppressor.ReportSuppressions(SuppressionAnalysisContext)'

Check failure on line 30 in src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs#L30

src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs(30,58): error CS1591: (NETCORE_ENGINEERING_TELEMETRY=Build) Missing XML comment for publicly visible type or member 'AssemblyCleanupShouldBeValidAnalyzer.SupportedDiagnostics'

Check failure on line 32 in src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs#L32

src/Analyzers/MSTest.Analyzers/AssemblyCleanupShouldBeValidAnalyzer.cs(32,26): error CS1591: (NETCORE_ENGINEERING_TELEMETRY=Build) Missing XML comment for publicly visible type or member 'AssemblyCleanupShouldBeValidAnalyzer.Initialize(AnalysisContext)'

Check failure on line 30 in src/Analyzers/MSTest.Analyzers/AssemblyInitializeShouldBeValidAnalyzer.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.testfx (Build Linux Release)

src/Analyzers/MSTest.Analyzers/AssemblyInitializeShouldBeValidAnalyzer.cs#L30

src/Analyzers/MSTest.Analyzers/AssemblyInitializeShouldBeValidAnalyzer.cs(30,58): error CS1591: (NETCORE_ENGINEERING_TELEMETRY=Build) Missing XML comment for publicly visible type or member 'AssemblyInitializeShouldBeValidAnalyzer.SupportedDiagnostics'