Skip to content

Commit 72a414a

Browse files
committed
Temporary updates to metada generator to use new runtime assemblies manifests
1 parent 0f4547c commit 72a414a

11 files changed

+1685
-23
lines changed

tools/ExtensionsMetadataGenerator/src/ExtensionsMetadataGenerator/BuildTasks/RemoveRuntimeDependencies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public override bool Execute()
3333
}
3434

3535
Assembly assembly = typeof(RemoveRuntimeDependencies).Assembly;
36-
using (Stream resource = assembly.GetManifestResourceStream(assembly.GetName().Name + ".runtimeassemblies.txt"))
36+
using (Stream resource = assembly.GetManifestResourceStream(assembly.GetName().Name + ".runtimeassemblies-net6.txt"))
3737
using (var reader = new StreamReader(resource))
3838
{
3939
string assemblyName = reader.ReadLine();

tools/ExtensionsMetadataGenerator/src/ExtensionsMetadataGenerator/ExtensionsMetadataGenerator.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
</Target>
5050

5151
<ItemGroup>
52-
<None Remove="runtimeassemblies.txt" />
52+
<None Remove="runtimeassemblies*.txt" />
5353
</ItemGroup>
5454

5555
<ItemGroup>
56-
<EmbeddedResource Include="runtimeassemblies.txt">
56+
<EmbeddedResource Include="runtimeassemblies-*.txt">
5757
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
5858
</EmbeddedResource>
5959
</ItemGroup>
Lines changed: 326 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,326 @@
1+
Microsoft.ApplicationInsights.dll
2+
Microsoft.AspNetCore.dll
3+
Microsoft.AspNetCore.Antiforgery.dll
4+
Microsoft.AspNetCore.Authentication.dll
5+
Microsoft.AspNetCore.Authentication.Abstractions.dll
6+
Microsoft.AspNetCore.Authentication.Cookies.dll
7+
Microsoft.AspNetCore.Authentication.Core.dll
8+
Microsoft.AspNetCore.Authentication.JwtBearer.dll
9+
Microsoft.AspNetCore.Authentication.OAuth.dll
10+
Microsoft.AspNetCore.Authorization.dll
11+
Microsoft.AspNetCore.Authorization.Policy.dll
12+
Microsoft.AspNetCore.Components.dll
13+
Microsoft.AspNetCore.Components.Authorization.dll
14+
Microsoft.AspNetCore.Components.Forms.dll
15+
Microsoft.AspNetCore.Components.Server.dll
16+
Microsoft.AspNetCore.Components.Web.dll
17+
Microsoft.AspNetCore.Connections.Abstractions.dll
18+
Microsoft.AspNetCore.CookiePolicy.dll
19+
Microsoft.AspNetCore.Cors.dll
20+
Microsoft.AspNetCore.Cryptography.Internal.dll
21+
Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
22+
Microsoft.AspNetCore.DataProtection.dll
23+
Microsoft.AspNetCore.DataProtection.Abstractions.dll
24+
Microsoft.AspNetCore.DataProtection.Extensions.dll
25+
Microsoft.AspNetCore.Diagnostics.dll
26+
Microsoft.AspNetCore.Diagnostics.Abstractions.dll
27+
Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
28+
Microsoft.AspNetCore.HostFiltering.dll
29+
Microsoft.AspNetCore.Hosting.dll
30+
Microsoft.AspNetCore.Hosting.Abstractions.dll
31+
Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
32+
Microsoft.AspNetCore.Html.Abstractions.dll
33+
Microsoft.AspNetCore.Http.dll
34+
Microsoft.AspNetCore.Http.Abstractions.dll
35+
Microsoft.AspNetCore.Http.Connections.dll
36+
Microsoft.AspNetCore.Http.Connections.Common.dll
37+
Microsoft.AspNetCore.Http.Extensions.dll
38+
Microsoft.AspNetCore.Http.Features.dll
39+
Microsoft.AspNetCore.Http.Results.dll
40+
Microsoft.AspNetCore.HttpLogging.dll
41+
Microsoft.AspNetCore.HttpOverrides.dll
42+
Microsoft.AspNetCore.HttpsPolicy.dll
43+
Microsoft.AspNetCore.Identity.dll
44+
Microsoft.AspNetCore.JsonPatch.dll
45+
Microsoft.AspNetCore.Localization.dll
46+
Microsoft.AspNetCore.Localization.Routing.dll
47+
Microsoft.AspNetCore.Metadata.dll
48+
Microsoft.AspNetCore.Mvc.dll
49+
Microsoft.AspNetCore.Mvc.Abstractions.dll
50+
Microsoft.AspNetCore.Mvc.ApiExplorer.dll
51+
Microsoft.AspNetCore.Mvc.Core.dll
52+
Microsoft.AspNetCore.Mvc.Cors.dll
53+
Microsoft.AspNetCore.Mvc.DataAnnotations.dll
54+
Microsoft.AspNetCore.Mvc.Formatters.Json.dll
55+
Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
56+
Microsoft.AspNetCore.Mvc.Localization.dll
57+
Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
58+
Microsoft.AspNetCore.Mvc.Razor.dll
59+
Microsoft.AspNetCore.Mvc.RazorPages.dll
60+
Microsoft.AspNetCore.Mvc.TagHelpers.dll
61+
Microsoft.AspNetCore.Mvc.ViewFeatures.dll
62+
Microsoft.AspNetCore.Mvc.WebApiCompatShim.dll
63+
Microsoft.AspNetCore.Razor.dll
64+
Microsoft.AspNetCore.Razor.Runtime.dll
65+
Microsoft.AspNetCore.ResponseCaching.dll
66+
Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
67+
Microsoft.AspNetCore.ResponseCompression.dll
68+
Microsoft.AspNetCore.Rewrite.dll
69+
Microsoft.AspNetCore.Routing.dll
70+
Microsoft.AspNetCore.Routing.Abstractions.dll
71+
Microsoft.AspNetCore.Server.HttpSys.dll
72+
Microsoft.AspNetCore.Server.Kestrel.dll
73+
Microsoft.AspNetCore.Server.Kestrel.Core.dll
74+
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
75+
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
76+
Microsoft.AspNetCore.Session.dll
77+
Microsoft.AspNetCore.SignalR.dll
78+
Microsoft.AspNetCore.SignalR.Common.dll
79+
Microsoft.AspNetCore.SignalR.Core.dll
80+
Microsoft.AspNetCore.SignalR.Protocols.Json.dll
81+
Microsoft.AspNetCore.StaticFiles.dll
82+
Microsoft.AspNetCore.WebSockets.dll
83+
Microsoft.AspNetCore.WebUtilities.dll
84+
Microsoft.Azure.AppService.Middleware.Modules.dll
85+
Microsoft.Azure.AppService.Middleware.NetCore.dll
86+
Microsoft.Azure.KeyVault.Core.dll
87+
Microsoft.Azure.WebJobs.dll
88+
Microsoft.Azure.WebJobs.Extensions.dll
89+
Microsoft.Azure.WebJobs.Extensions.Http.dll
90+
Microsoft.Azure.WebJobs.Host.dll
91+
Microsoft.Azure.WebJobs.Rpc.Core.dll
92+
Microsoft.Azure.WebJobs.Script.dll
93+
Microsoft.Azure.WebJobs.Script.Abstractions.dll
94+
Microsoft.Azure.WebJobs.Script.Grpc.dll
95+
Microsoft.Azure.WebJobs.Script.WebHost.dll
96+
Microsoft.Azure.WebSites.DataProtection.dll
97+
Microsoft.CSharp.dll
98+
Microsoft.DotNet.PlatformAbstractions.dll
99+
Microsoft.Extensions.Caching.Abstractions.dll
100+
Microsoft.Extensions.Caching.Memory.dll
101+
Microsoft.Extensions.Configuration.dll
102+
Microsoft.Extensions.Configuration.Abstractions.dll
103+
Microsoft.Extensions.Configuration.Binder.dll
104+
Microsoft.Extensions.Configuration.CommandLine.dll
105+
Microsoft.Extensions.Configuration.EnvironmentVariables.dll
106+
Microsoft.Extensions.Configuration.FileExtensions.dll
107+
Microsoft.Extensions.Configuration.Ini.dll
108+
Microsoft.Extensions.Configuration.Json.dll
109+
Microsoft.Extensions.Configuration.KeyPerFile.dll
110+
Microsoft.Extensions.Configuration.UserSecrets.dll
111+
Microsoft.Extensions.Configuration.Xml.dll
112+
Microsoft.Extensions.DependencyInjection.dll
113+
Microsoft.Extensions.DependencyInjection.Abstractions.dll
114+
Microsoft.Extensions.DependencyModel.dll
115+
Microsoft.Extensions.Diagnostics.HealthChecks.dll
116+
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
117+
Microsoft.Extensions.Features.dll
118+
Microsoft.Extensions.FileProviders.Abstractions.dll
119+
Microsoft.Extensions.FileProviders.Composite.dll
120+
Microsoft.Extensions.FileProviders.Embedded.dll
121+
Microsoft.Extensions.FileProviders.Physical.dll
122+
Microsoft.Extensions.FileSystemGlobbing.dll
123+
Microsoft.Extensions.Hosting.dll
124+
Microsoft.Extensions.Hosting.Abstractions.dll
125+
Microsoft.Extensions.Http.dll
126+
Microsoft.Extensions.Identity.Core.dll
127+
Microsoft.Extensions.Identity.Stores.dll
128+
Microsoft.Extensions.Localization.dll
129+
Microsoft.Extensions.Localization.Abstractions.dll
130+
Microsoft.Extensions.Logging.dll
131+
Microsoft.Extensions.Logging.Abstractions.dll
132+
Microsoft.Extensions.Logging.Configuration.dll
133+
Microsoft.Extensions.Logging.Console.dll
134+
Microsoft.Extensions.Logging.Debug.dll
135+
Microsoft.Extensions.Logging.EventLog.dll
136+
Microsoft.Extensions.Logging.EventSource.dll
137+
Microsoft.Extensions.Logging.TraceSource.dll
138+
Microsoft.Extensions.ObjectPool.dll
139+
Microsoft.Extensions.Options.dll
140+
Microsoft.Extensions.Options.ConfigurationExtensions.dll
141+
Microsoft.Extensions.Options.DataAnnotations.dll
142+
Microsoft.Extensions.Primitives.dll
143+
Microsoft.Extensions.WebEncoders.dll
144+
Microsoft.IdentityModel.Logging.dll
145+
Microsoft.IdentityModel.Protocols.dll
146+
Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
147+
Microsoft.IdentityModel.Tokens.dll
148+
Microsoft.JSInterop.dll
149+
Microsoft.Net.Http.Headers.dll
150+
Microsoft.VisualBasic.dll
151+
Microsoft.VisualBasic.Core.dll
152+
Microsoft.Win32.Primitives.dll
153+
Microsoft.Win32.Registry.dll
154+
mscorlib.dll
155+
NCrontab.Signed.dll
156+
netstandard.dll
157+
Newtonsoft.Json.dll
158+
Newtonsoft.Json.Bson.dll
159+
System.dll
160+
System.AppContext.dll
161+
System.Buffers.dll
162+
System.Collections.dll
163+
System.Collections.Concurrent.dll
164+
System.Collections.Immutable.dll
165+
System.Collections.NonGeneric.dll
166+
System.Collections.Specialized.dll
167+
System.ComponentModel.dll
168+
System.ComponentModel.Annotations.dll
169+
System.ComponentModel.DataAnnotations.dll
170+
System.ComponentModel.EventBasedAsync.dll
171+
System.ComponentModel.Primitives.dll
172+
System.ComponentModel.TypeConverter.dll
173+
System.Configuration.dll
174+
System.Console.dll
175+
System.Core.dll
176+
System.Data.dll
177+
System.Data.Common.dll
178+
System.Data.DataSetExtensions.dll
179+
System.Diagnostics.Contracts.dll
180+
System.Diagnostics.Debug.dll
181+
System.Diagnostics.DiagnosticSource.dll
182+
System.Diagnostics.EventLog.dll
183+
System.Diagnostics.EventLog.Messages.dll
184+
System.Diagnostics.FileVersionInfo.dll
185+
System.Diagnostics.Process.dll
186+
System.Diagnostics.StackTrace.dll
187+
System.Diagnostics.TextWriterTraceListener.dll
188+
System.Diagnostics.Tools.dll
189+
System.Diagnostics.TraceSource.dll
190+
System.Diagnostics.Tracing.dll
191+
System.Drawing.dll
192+
System.Drawing.Primitives.dll
193+
System.Dynamic.Runtime.dll
194+
System.Formats.Asn1.dll
195+
System.Globalization.dll
196+
System.Globalization.Calendars.dll
197+
System.Globalization.Extensions.dll
198+
System.IdentityModel.Tokens.Jwt.dll
199+
System.IO.dll
200+
System.IO.Abstractions.dll
201+
System.IO.Compression.dll
202+
System.IO.Compression.Brotli.dll
203+
System.IO.Compression.FileSystem.dll
204+
System.IO.Compression.ZipFile.dll
205+
System.IO.FileSystem.dll
206+
System.IO.FileSystem.AccessControl.dll
207+
System.IO.FileSystem.DriveInfo.dll
208+
System.IO.FileSystem.Primitives.dll
209+
System.IO.FileSystem.Watcher.dll
210+
System.IO.IsolatedStorage.dll
211+
System.IO.MemoryMappedFiles.dll
212+
System.IO.Pipelines.dll
213+
System.IO.Pipes.dll
214+
System.IO.Pipes.AccessControl.dll
215+
System.IO.UnmanagedMemoryStream.dll
216+
System.Linq.dll
217+
System.Linq.Expressions.dll
218+
System.Linq.Parallel.dll
219+
System.Linq.Queryable.dll
220+
System.Memory.dll
221+
System.Memory.Data.dll
222+
System.Net.dll
223+
System.Net.Http.dll
224+
System.Net.Http.Formatting.dll
225+
System.Net.Http.Json.dll
226+
System.Net.HttpListener.dll
227+
System.Net.Mail.dll
228+
System.Net.NameResolution.dll
229+
System.Net.NetworkInformation.dll
230+
System.Net.Ping.dll
231+
System.Net.Primitives.dll
232+
System.Net.Quic.dll
233+
System.Net.Requests.dll
234+
System.Net.Security.dll
235+
System.Net.ServicePoint.dll
236+
System.Net.Sockets.dll
237+
System.Net.WebClient.dll
238+
System.Net.WebHeaderCollection.dll
239+
System.Net.WebProxy.dll
240+
System.Net.WebSockets.dll
241+
System.Net.WebSockets.Client.dll
242+
System.Numerics.dll
243+
System.Numerics.Vectors.dll
244+
System.ObjectModel.dll
245+
System.Private.CoreLib.dll
246+
System.Private.DataContractSerialization.dll
247+
System.Private.Uri.dll
248+
System.Private.Xml.dll
249+
System.Private.Xml.Linq.dll
250+
System.Reflection.dll
251+
System.Reflection.DispatchProxy.dll
252+
System.Reflection.Emit.dll
253+
System.Reflection.Emit.ILGeneration.dll
254+
System.Reflection.Emit.Lightweight.dll
255+
System.Reflection.Extensions.dll
256+
System.Reflection.Metadata.dll
257+
System.Reflection.Primitives.dll
258+
System.Reflection.TypeExtensions.dll
259+
System.Resources.Reader.dll
260+
System.Resources.ResourceManager.dll
261+
System.Resources.Writer.dll
262+
System.Runtime.dll
263+
System.Runtime.CompilerServices.Unsafe.dll
264+
System.Runtime.CompilerServices.VisualC.dll
265+
System.Runtime.Extensions.dll
266+
System.Runtime.Handles.dll
267+
System.Runtime.InteropServices.dll
268+
System.Runtime.InteropServices.RuntimeInformation.dll
269+
System.Runtime.Intrinsics.dll
270+
System.Runtime.Loader.dll
271+
System.Runtime.Numerics.dll
272+
System.Runtime.Serialization.dll
273+
System.Runtime.Serialization.Formatters.dll
274+
System.Runtime.Serialization.Json.dll
275+
System.Runtime.Serialization.Primitives.dll
276+
System.Runtime.Serialization.Xml.dll
277+
System.Security.dll
278+
System.Security.AccessControl.dll
279+
System.Security.Claims.dll
280+
System.Security.Cryptography.Algorithms.dll
281+
System.Security.Cryptography.Cng.dll
282+
System.Security.Cryptography.Csp.dll
283+
System.Security.Cryptography.Encoding.dll
284+
System.Security.Cryptography.OpenSsl.dll
285+
System.Security.Cryptography.Pkcs.dll
286+
System.Security.Cryptography.Primitives.dll
287+
System.Security.Cryptography.ProtectedData.dll
288+
System.Security.Cryptography.X509Certificates.dll
289+
System.Security.Cryptography.Xml.dll
290+
System.Security.Principal.dll
291+
System.Security.Principal.Windows.dll
292+
System.Security.SecureString.dll
293+
System.ServiceModel.Web.dll
294+
System.ServiceProcess.dll
295+
System.Text.Encoding.dll
296+
System.Text.Encoding.CodePages.dll
297+
System.Text.Encoding.Extensions.dll
298+
System.Text.Encodings.Web.dll
299+
System.Text.Json.dll
300+
System.Text.RegularExpressions.dll
301+
System.Threading.dll
302+
System.Threading.Channels.dll
303+
System.Threading.Overlapped.dll
304+
System.Threading.Tasks.dll
305+
System.Threading.Tasks.Dataflow.dll
306+
System.Threading.Tasks.Extensions.dll
307+
System.Threading.Tasks.Parallel.dll
308+
System.Threading.Thread.dll
309+
System.Threading.ThreadPool.dll
310+
System.Threading.Timer.dll
311+
System.Transactions.dll
312+
System.Transactions.Local.dll
313+
System.ValueTuple.dll
314+
System.Web.dll
315+
System.Web.HttpUtility.dll
316+
System.Windows.dll
317+
System.Xml.dll
318+
System.Xml.Linq.dll
319+
System.Xml.ReaderWriter.dll
320+
System.Xml.Serialization.dll
321+
System.Xml.XDocument.dll
322+
System.Xml.XmlDocument.dll
323+
System.Xml.XmlSerializer.dll
324+
System.Xml.XPath.dll
325+
System.Xml.XPath.XDocument.dll
326+
WindowsBase.dll

0 commit comments

Comments
 (0)