-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Initial pass at enabling prebuilt detection #67645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
af4fda4
Initial pass at enabling prebuilt detection
mmitche 58cc856
Revert M.W32.Registry version
mmitche 6807396
Merge remote-tracking branch 'upstream/main' into enable-prebuilt-det…
mmitche 6132e0f
Comment out exclusions
mmitche ef0030d
Update SBRP
mmitche 9a766c2
Update SBRP
mmitche 100c3b0
Progress
mmitche 399367d
Update SBRPs
mmitche 6d3843b
Re-add 7-transport and update DemoLogger to have correct nullability …
mmitche 7e7a06c
Mark supported OS platforms
mmitche 3008769
Move around attrs
mmitche 2ebd4fe
Supported platform
mmitche 6b3fed5
Update SourceBuildPrebuiltBaseline.xml
mmitche 169e7a4
Merge remote-tracking branch 'upstream/main' into enable-prebuilt-det…
mmitche c715474
Gate ManagementObject use on IsOSPlatform(Windows)
mmitche 95b2fee
Merge remote-tracking branch 'origin/enable-prebuilt-detection' into …
mmitche 0e086a2
* out baseline
mmitche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,35 @@ | ||
| <UsageData> | ||
| <IgnorePatterns> | ||
| <UsagePattern IdentityGlob="*/*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" /> | ||
|
|
||
| <!-- Needs SBRPs --> | ||
| <UsagePattern IdentityGlob="Microsoft.Build*/*16.10.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.Analyzers/*3.3.4*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.CSharp.CodeStyle/*4.3.0-1.final*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.VisualBasic.CodeStyle/*4.3.0-1.final*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.NET.StringTools/*1.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Collections.Immutable/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition.AttributedModel/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition.Convention/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition.Hosting/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition.Runtime/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition.TypedParts/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.IO.Pipelines/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Reflection.Metadata/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encoding.CodePages/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encodings.Web/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Threading.Channels/*7.0.0*" /> | ||
|
|
||
| <!-- The ref pack versions should be updated to the p3 released versions, along with the SDK. At that | ||
| point the 8.0 ref pack prebuilts should go away --> | ||
| <UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/*8.0.0-preview.3.23164.14*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/*8.0.0-preview.3.23165.3*" /> | ||
| </IgnorePatterns> | ||
| </UsageData> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,8 +107,8 @@ | |
| <MicrosoftDiaSymReaderConverterXmlVersion>1.1.0-beta2-22302-02</MicrosoftDiaSymReaderConverterXmlVersion> | ||
| <MicrosoftDiaSymReaderNativeVersion>17.0.0-beta1.21524.1</MicrosoftDiaSymReaderNativeVersion> | ||
| <MicrosoftDiaSymReaderPortablePdbVersion>1.7.0-beta-21528-01</MicrosoftDiaSymReaderPortablePdbVersion> | ||
| <MicrosoftExtensionsLoggingVersion>5.0.0</MicrosoftExtensionsLoggingVersion> | ||
| <MicrosoftExtensionsLoggingConsoleVersion>5.0.0</MicrosoftExtensionsLoggingConsoleVersion> | ||
| <MicrosoftExtensionsLoggingVersion>6.0.0</MicrosoftExtensionsLoggingVersion> | ||
| <MicrosoftExtensionsLoggingConsoleVersion>6.0.0</MicrosoftExtensionsLoggingConsoleVersion> | ||
| <MicrosoftIdentityModelClientsActiveDirectoryVersion>3.13.8</MicrosoftIdentityModelClientsActiveDirectoryVersion> | ||
| <MicrosoftInternalPerformanceCodeMarkersDesignTimeVersion>15.8.27812-alpha</MicrosoftInternalPerformanceCodeMarkersDesignTimeVersion> | ||
| <MicrosoftInternalVisualStudioInteropVersion>$(MicrosoftVisualStudioShellPackagesVersion)</MicrosoftInternalVisualStudioInteropVersion> | ||
|
|
@@ -117,7 +117,6 @@ | |
| <MicrosoftMetadataVisualizerVersion>1.0.0-beta3.21075.2</MicrosoftMetadataVisualizerVersion> | ||
| <MicrosoftNETBuildExtensionsVersion>2.2.101</MicrosoftNETBuildExtensionsVersion> | ||
| <MicrosoftNETCorePlatformsVersion>2.1.2</MicrosoftNETCorePlatformsVersion> | ||
| <MicrosoftNETCoreAppRefVersion>5.0.0</MicrosoftNETCoreAppRefVersion> | ||
mmitche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <MicrosoftNETFrameworkReferenceAssembliesnet461Version>1.0.0</MicrosoftNETFrameworkReferenceAssembliesnet461Version> | ||
| <MicrosoftNETFrameworkReferenceAssembliesnet451Version>1.0.0</MicrosoftNETFrameworkReferenceAssembliesnet451Version> | ||
| <MicrosoftNETFrameworkReferenceAssembliesnet40Version>1.0.0</MicrosoftNETFrameworkReferenceAssembliesnet40Version> | ||
|
|
@@ -203,7 +202,7 @@ | |
| <MicrosoftVisualStudioWinFormsInterfacesVersion>17.0.0-previews-4-31709-430</MicrosoftVisualStudioWinFormsInterfacesVersion> | ||
| <MicrosoftVisualStudioWorkspaceVSIntegrationVersion>17.1.11-preview-0002</MicrosoftVisualStudioWorkspaceVSIntegrationVersion> | ||
| <MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion> | ||
| <MicrosoftWin32RegistryVersion>5.0.0</MicrosoftWin32RegistryVersion> | ||
| <MicrosoftWin32RegistryVersion>6.0.0</MicrosoftWin32RegistryVersion> | ||
|
||
| <MSBuildStructuredLoggerVersion>2.1.790</MSBuildStructuredLoggerVersion> | ||
| <MDbgVersion>0.1.0</MDbgVersion> | ||
| <MonoOptionsVersion>6.6.0.161</MonoOptionsVersion> | ||
|
|
@@ -243,7 +242,7 @@ | |
| <SystemIOFileSystemPrimitivesVersion>4.3.0</SystemIOFileSystemPrimitivesVersion> | ||
| <SystemIOPipesAccessControlVersion>5.0.0</SystemIOPipesAccessControlVersion> | ||
| <SystemIOPipelinesVersion>7.0.0</SystemIOPipelinesVersion> | ||
| <SystemManagementVersion>5.0.0-preview.8.20407.11</SystemManagementVersion> | ||
| <SystemManagementVersion>7.0.0</SystemManagementVersion> | ||
mmitche marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <SystemMemoryVersion>4.5.5</SystemMemoryVersion> | ||
| <SystemResourcesExtensionsVersion>7.0.0</SystemResourcesExtensionsVersion> | ||
| <SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion> | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.