Skip to content

Commit

Permalink
Attempt to make links from single identifier module names. (dotnet#16550
Browse files Browse the repository at this point in the history
)

* Add scenarios where parentheses are around module name.

* Address problem tighter to nameof usage.

* Restore missing commit and inline nameof ident check.

* Add release note entry.
  • Loading branch information
vzarytovskii committed Aug 12, 2024
2 parents f726f25 + 81bccf0 commit 2df311c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions eng/SourceBuildPrebuiltBaseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@

<!-- Tracked in https://github.com/dotnet/source-build/issues/3438 -->
<UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/3.2.2146" />

<!-- MIBC -->
<UsagePattern IdentityGlob="optimization.*-*.mibc.runtime/*" />
</IgnorePatterns>

<!-- MIBC -->
<Usages>
<Usage Id="optimization.linux-x64.MIBC.Runtime" Version="1.0.0-prerelease.23614.4" />
</Usages>
</UsageData>

0 comments on commit 2df311c

Please sign in to comment.