/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
NET-SDK-9.0.315
eng/SourceBuildPrebuiltBaseline.xml
69 строк
5 KB
Joey Robichaud
Merge branch 'main' into dev/jorobich/move-roslyn-analyzers
29 мар 2025, 01:08
Не верифицирован
29 мар 2025, 01:08
eea186a
Код
Авторство
О чём код?
<!-- When altering this file or making other Source Build related changes, include @dotnet/source-build as a reviewer. --> <!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. --> <UsageData> <IgnorePatterns> <!-- These are cases where the component chooses, when built in isolation, to remain dependent on stable versions. These versions may not have source build intermediates associated with them. They cannot be source build reference packages because they actually provide functionality. In full source build, these versions are overridden by previous repo outputs or come from previously source-built artifacts. --> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.CodeStyle/*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.VisualBasic.CodeStyle/*" /> <UsagePattern IdentityGlob="Microsoft.Net.Compilers.Toolset/*" /> <!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 8.0 ref pack shows up as prebuilt only for the repo CI build but not full source-build. --> <UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0*" /> <!-- Roslyn's source-build CI builds both NetPrevious and NetCurrent. This 8.0 ref pack shows up as prebuilt only for the repo CI build but not full source-build. --> <UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/8.0*" /> <!-- This is upgraded to latest version in full source-build and can be baselined for repo build --> <UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.DependencyInjection.Abstractions/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.Logging/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.Logging.Abstractions/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.Options/9.0*" /> <UsagePattern IdentityGlob="Microsoft.Extensions.Primitives/9.0*" /> <UsagePattern IdentityGlob="System.Collections.Immutable/9.0*" /> <UsagePattern IdentityGlob="System.Composition/9.0*" /> <UsagePattern IdentityGlob="System.Composition.AttributedModel/9.0*" /> <UsagePattern IdentityGlob="System.Composition.Convention/9.0*" /> <UsagePattern IdentityGlob="System.Composition.Hosting/9.0*" /> <UsagePattern IdentityGlob="System.Composition.Runtime/9.0*" /> <UsagePattern IdentityGlob="System.Composition.TypedParts/9.0*" /> <UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/9.0*" /> <UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/9.0*" /> <UsagePattern IdentityGlob="System.Diagnostics.EventLog/9.0*" /> <UsagePattern IdentityGlob="System.Formats.Nrbf/9.0*" /> <UsagePattern IdentityGlob="System.IO.Pipelines/9.0*" /> <UsagePattern IdentityGlob="System.Reflection.Metadata/9.0*" /> <UsagePattern IdentityGlob="System.Resources.Extensions/9.0*" /> <UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/9.0*" /> <UsagePattern IdentityGlob="System.Security.Permissions/9.0*" /> <UsagePattern IdentityGlob="System.Text.Encodings.Web/9.0*" /> <UsagePattern IdentityGlob="System.Text.Json/9.0*" /> <UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/9.0*" /> <UsagePattern IdentityGlob="System.Windows.Extensions/9.0*" /> <!-- This is the version of Microsoft.CodeAnalysis used by RoslynAnalyzers for tooling executed in repo source-build, as well as unit tests. --> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*3.11.0*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.0.1*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.1.0*" /> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis*/*4.6.0-1.final*" /> <!-- Dependency of Microsoft.CodeAnalysis.Common 4.6.0-1.final --> <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*3.3.4*" /> </IgnorePatterns> <Usages> <Usage Id="Microsoft.Build" Version="17.3.4" IsDirectDependency="true" /> <Usage Id="Microsoft.Build.Framework" Version="17.3.4" IsDirectDependency="true" /> <Usage Id="Microsoft.Build.Tasks.Core" Version="17.3.4" IsDirectDependency="true" /> <Usage Id="Microsoft.Build.Utilities.Core" Version="17.3.4" /> <Usage Id="Microsoft.NET.StringTools" Version="17.3.4" /> </Usages> </UsageData>