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
1414 /// <param name="baselineAllErrors">If true, baselines all errors.</param>
1515 public class SuppressionEngine ( string ? noWarn = null , bool baselineAllErrors = false ) : ISuppressionEngine
1616 {
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 " ;
1818 private readonly HashSet < Suppression > _baselineSuppressions = [ ] ;
1919 private readonly HashSet < Suppression > _suppressions = [ ] ;
2020 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