Skip to content

Commit

Permalink
Merge pull request #1426 from microsoft/manodasanw/namespacediagnostics
Browse files Browse the repository at this point in the history
Fix diagnostics for namespaces with internal partial types
  • Loading branch information
manodasanW authored Jan 8, 2024
2 parents a3e1698 + e8aa2cf commit eb066e4
Show file tree
Hide file tree
Showing 6 changed files with 343 additions and 259 deletions.
2 changes: 1 addition & 1 deletion src/Authoring/WinRT.SourceGenerator/DiagnosticUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void CheckNamespaces()
{
WinRTSyntaxReceiver syntaxReceiver = (WinRTSyntaxReceiver)_context.SyntaxReceiver;

// Used to check for conflicitng namespace names
// Used to check for conflicting namespace names
HashSet<string> namespaceNames = new();

foreach (var @namespace in syntaxReceiver.Namespaces)
Expand Down
Loading

0 comments on commit eb066e4

Please sign in to comment.