-
Notifications
You must be signed in to change notification settings - Fork 696
/
SourceBuildPrebuiltBaseline.xml
105 lines (100 loc) · 5.99 KB
/
SourceBuildPrebuiltBaseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!-- Whenever altering this or other Source Build files, please include @NikolaMilosavljevic or @MichaelSimons as a reviewer. -->
<!-- See aka.ms/dotnet/prebuilts for guidance on what pre-builts are and how to eliminate them. -->
<UsageData>
<IgnorePatterns>
<!--
To ensure that source-building .NET is successful, prebuilt package detection is enabled
in all contributing repos.
This repo doesn't use Arcade infra and does not support dependency flow.
As a result, prebuilt detection and resolution is handled differently.
Repo owners or contributors:
If you get an error in source-build leg pointing at new prebuilt package being detected,
resolve the prebuilt issue before merging your PR.
If that is not possible, contact the source-build team: @dotnet/source-build.
-->
<!--
Packages not owned by .NET - exclusion of specific package version.
-->
<UsagePattern IdentityGlob="Newtonsoft.Json/13.0.3" />
<UsagePattern IdentityGlob="System.Windows.Extensions/6.0.0" />
<!--
Packages owned by .NET - exclusion of all versions.
-->
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/*" />
<UsagePattern IdentityGlob="Microsoft.Bcl.AsyncInterfaces/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Framework/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Tasks.Core/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Tasks.Git/*" />
<UsagePattern IdentityGlob="Microsoft.Build.Utilities.Core/*" />
<UsagePattern IdentityGlob="Microsoft.Build/*" />
<UsagePattern IdentityGlob="Microsoft.CSharp/*" />
<UsagePattern IdentityGlob="Microsoft.DotNet.Arcade.Sdk/*" />
<UsagePattern IdentityGlob="Microsoft.DotNet.Build.Tasks.Feed/*" />
<UsagePattern IdentityGlob="Microsoft.DotNet.SourceBuild.Tasks/*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.CommandLineUtils.Sources/*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.FileProviders.Abstractions/*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.FileSystemGlobbing/*" />
<UsagePattern IdentityGlob="Microsoft.Extensions.Primitives/*" />
<UsagePattern IdentityGlob="Microsoft.NET.StringTools/*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host*/*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.Platforms/*" />
<UsagePattern IdentityGlob="Microsoft.NETCore.Targets/*" />
<UsagePattern IdentityGlob="Microsoft.VisualStudio.Setup.Configuration.Interop/*" />
<UsagePattern IdentityGlob="Microsoft.Web.Xdt/*" />
<UsagePattern IdentityGlob="Microsoft.Win32.Registry/*" />
<UsagePattern IdentityGlob="Microsoft.Win32.SystemEvents/*" />
<UsagePattern IdentityGlob="NETStandard.Library/*" />
<UsagePattern IdentityGlob="System.Buffers/*" />
<UsagePattern IdentityGlob="System.CodeDom/*" />
<UsagePattern IdentityGlob="System.Collections.Immutable/*" />
<UsagePattern IdentityGlob="System.Collections/*" />
<UsagePattern IdentityGlob="System.CommandLine/*"/>
<UsagePattern IdentityGlob="System.ComponentModel.Composition/*" />
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/*" />
<UsagePattern IdentityGlob="System.Diagnostics.Debug/*" />
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/*" />
<UsagePattern IdentityGlob="System.Drawing.Common/*" />
<UsagePattern IdentityGlob="System.Dynamic.Runtime/*" />
<UsagePattern IdentityGlob="System.Formats.Asn1/*" />
<UsagePattern IdentityGlob="System.Globalization/*" />
<UsagePattern IdentityGlob="System.IO/*" />
<UsagePattern IdentityGlob="System.Linq.Expressions/*" />
<UsagePattern IdentityGlob="System.Linq/*" />
<UsagePattern IdentityGlob="System.Memory/*" />
<UsagePattern IdentityGlob="System.Numerics.Vectors/*" />
<UsagePattern IdentityGlob="System.ObjectModel/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit.ILGeneration/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit.Lightweight/*" />
<UsagePattern IdentityGlob="System.Reflection.Emit/*" />
<UsagePattern IdentityGlob="System.Reflection.Extensions/*" />
<UsagePattern IdentityGlob="System.Reflection.Metadata/*" />
<UsagePattern IdentityGlob="System.Reflection.MetadataLoadContext/*" />
<UsagePattern IdentityGlob="System.Reflection.Primitives/*" />
<UsagePattern IdentityGlob="System.Reflection.TypeExtensions/*" />
<UsagePattern IdentityGlob="System.Reflection/*" />
<UsagePattern IdentityGlob="System.Resources.Extensions/*" />
<UsagePattern IdentityGlob="System.Resources.ResourceManager/*" />
<UsagePattern IdentityGlob="System.Runtime.CompilerServices.Unsafe/*" />
<UsagePattern IdentityGlob="System.Runtime.Extensions/*" />
<UsagePattern IdentityGlob="System.Runtime.Handles/*" />
<UsagePattern IdentityGlob="System.Runtime.InteropServices/*" />
<UsagePattern IdentityGlob="System.Runtime/*" />
<UsagePattern IdentityGlob="System.Security.AccessControl/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Cng/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Pkcs/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/*" />
<UsagePattern IdentityGlob="System.Security.Cryptography.Xml/*" />
<UsagePattern IdentityGlob="System.Security.Permissions/*" />
<UsagePattern IdentityGlob="System.Security.Principal.Windows/*" />
<UsagePattern IdentityGlob="System.Text.Encoding.CodePages/*" />
<UsagePattern IdentityGlob="System.Text.Encoding/*" />
<UsagePattern IdentityGlob="System.Text.Encodings.Web/*" />
<UsagePattern IdentityGlob="System.Text.Json/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Dataflow/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks.Extensions/*" />
<UsagePattern IdentityGlob="System.Threading.Tasks/*" />
<UsagePattern IdentityGlob="System.Threading/*" />
<UsagePattern IdentityGlob="System.Windows.Extensions/*" />
</IgnorePatterns>
</UsageData>