File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Compatibility/ApiCompat/Microsoft.DotNet.ApiCompatibility/Logging Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace Microsoft.DotNet.ApiCompatibility.Logging
14
14
/// <param name="baselineAllErrors">If true, baselines all errors.</param>
15
15
public class SuppressionEngine ( string ? noWarn = null , bool baselineAllErrors = false ) : ISuppressionEngine
16
16
{
17
- protected const string DiagnosticIdDocumentationComment = " https://learn.microsoft.com/en-us/ dotnet/fundamentals/package-validation/diagnostic-ids " ;
17
+ protected const string DiagnosticIdDocumentationComment = " https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids " ;
18
18
private readonly HashSet < Suppression > _baselineSuppressions = [ ] ;
19
19
private readonly HashSet < Suppression > _suppressions = [ ] ;
20
20
private readonly HashSet < string > _noWarn = string . IsNullOrEmpty ( noWarn ) ? [ ] : new HashSet < string > ( noWarn ! . Split ( ';' ) ) ;
You can’t perform that action at this time.
0 commit comments