-
Notifications
You must be signed in to change notification settings - Fork 1.2k
First pass at source build pre-built detection #31341
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 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
47bad06
First pass at source build pre-built detection
mmitche 02621e0
Merge branch 'main' into enable-prebuilt-detection
mmitche 32aa8ac
Revert changes
mmitche a3030b2
Merge remote-tracking branch 'origin/enable-prebuilt-detection' into …
mmitche 5ab2654
Re-add source link deps
mmitche 2e3ee38
Resolve conflicts and add issue links
mmitche 1697e47
Update coherency
mmitche c942623
Disable ref pack exclusion
mmitche 793a1f6
Re-enable ref pack exclusion
mmitche fe1c658
Re-enable razor exclusion
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,67 @@ | ||
| <UsageData> | ||
| <IgnorePatterns> | ||
| <UsagePattern IdentityGlob="*/*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.SourceBuild.Intermediate.*/*" /> | ||
|
|
||
| <!-- TODO: Ignore needed until https://github.com/NuGet/Home/issues/11059 is addressed. --> | ||
| <UsagePattern IdentityGlob="Nuget.*/*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Build.NuGetSdkResolver/*" /> | ||
|
|
||
| <!-- TODO: Ignore needed until vstest gets a source build leg. --> | ||
| <UsagePattern IdentityGlob="Microsoft.TestPlatform.*/*" /> | ||
|
|
||
| <!-- TODO: Ignore needed until razor merges main into the 17.6 branch --> | ||
| <UsagePattern IdentityGlob="Microsoft*Razor.*/*" /> | ||
|
|
||
| <!-- TODO: Figure out what to do about the netcoreapp ref packages (these are probably being pulled | ||
| in via implicit versions and net6 targeting projects (e.g. tests) --> | ||
| <UsagePattern IdentityGlob="Microsoft.*.App.Ref/*6.0*" /> | ||
|
|
||
| <!-- TODO: SBRPs or updates --> | ||
mmitche marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <UsagePattern IdentityGlob="Microsoft.ApplicationInsights/*2.19.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Build*/*16.11.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Build.Locator/*1.5.3*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.CodeAnalysis.AnalyzerUtilities/*3.3.0*" />\ | ||
| <UsagePattern IdentityGlob="Microsoft.Css.Parser/*1.0.0-20200708.1*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.DiaSymReader/*1.4.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Extensions.*/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.NET.StringTools/*1.0.0*" /> | ||
| <UsagePattern IdentityGlob="Microsoft.Win32.SystemEvents/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.CodeDom/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Collections.Immutable/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Composition*/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Collections.Immutable.*/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Diagnostics.DiagnosticSource/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Diagnostics.EventLog/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Drawing.Common/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Formats.Asn1/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.IO.Pipelines/*6.0.3*" /> | ||
| <UsagePattern IdentityGlob="System.Reflection.Metadata*/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Resources.Extensions/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*4.7.0*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*7.0.1*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Permissions/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.ServiceProcess.ServiceController/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encoding.CodePages/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encoding.CodePages/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encodings.Web/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encodings.Web/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*7.0.1*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*7.0.2*" /> | ||
| <UsagePattern IdentityGlob="System.Security.Permissions/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Threading.Channels/*6.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*7.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Windows.Extensions/*7.0.0*" /> | ||
|
|
||
| <!-- This may be coming in transitively from aspnetcore. Needs evaluation --> | ||
| <UsagePattern IdentityGlob="System.Text.Json/*8.0.0*" /> | ||
| <UsagePattern IdentityGlob="System.Text.Encodings.Web/*8.0.0*" /> | ||
| </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
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.