Skip to content

Commit

Permalink
Update src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/ApiDesig…
Browse files Browse the repository at this point in the history
…nGuidelines/TypeNamesShouldNotMatchNamespaces.cs
  • Loading branch information
mavasani authored Jan 4, 2021
1 parent d3a012b commit defe592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private static void InitializeWellKnownSystemNamespaceTable()
{
#pragma warning disable CA1508 // Avoid dead conditional code - https://github.com/dotnet/roslyn-analyzers/issues/3861
if (s_wellKnownSystemNamespaceTable == null)
#pragma warning restore CA1508
#pragma warning restore CA1508 // Avoid dead conditional code
{
#region List of Well known System Namespaces
var wellKnownSystemNamespaces = new List<string>
Expand Down

0 comments on commit defe592

Please sign in to comment.