mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 01:50:53 +09:00

* Use Roslyn interceptors feature in binder gen * Fix polymorphic issue and address feedback * Fix source build issue * Revert changes to options gen * Fix
27 lines
No EOL
1.5 KiB
XML
27 lines
No EOL
1.5 KiB
XML
<!-- Whenever altering this or other SourceBuild* files, please include @dotnet/source-build-internal as a reviewer. -->
|
|
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
|
|
|
|
<UsageData>
|
|
<IgnorePatterns>
|
|
<UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*" />
|
|
|
|
<!-- Allowed due to https://github.com/dotnet/source-build-reference-packages/pull/721 -->
|
|
<UsagePattern IdentityGlob="System.Composition*/*6.*" />
|
|
<UsagePattern IdentityGlob="System.Composition*/*7.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.4.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.5.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.7.*" />
|
|
|
|
<!-- Allowed and pinned to major version due to https://github.com/dotnet/source-build/issues/3228 -->
|
|
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Crossgen2.linux-x64/*8.*" />
|
|
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Runtime.linux-x64/*8.*" />
|
|
<UsagePattern IdentityGlob="*Microsoft.DotNet.ILCompiler/*8.*" />
|
|
|
|
<!-- Will be removed once https://github.com/NuGet/Home/issues/11059 is resolved -->
|
|
<UsagePattern IdentityGlob="Nuget.*/*" />
|
|
|
|
<!-- Analyzers cannot be SBRPed + an older release version is being used, meaning there is no intermediate for it
|
|
In full source build, this version is overridden by previous repo outputs or come from previously source-built artifacts. -->
|
|
<UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*" />
|
|
</IgnorePatterns>
|
|
</UsageData> |