Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2018-01-04 01:16:44 +0300
committerJan Kotas <jkotas@microsoft.com>2018-01-04 01:16:44 +0300
commit0352e4d772ba59344df45afce9a3c4e6bd7c3ad1 (patch)
treeb20af7263a358e623441b0a31c3e9c6d6e93d2ce /samples/WebApi
parent434c6f50437ee6e647673ba47dad40417607ed2e (diff)
Put the WebApi sample RD.XML on a diet (#5194)
These were leftovers from when we didn't have a type loader. I confirmed the app still works with these lines removed.
Diffstat (limited to 'samples/WebApi')
-rw-r--r--samples/WebApi/rd.xml50
1 files changed, 1 insertions, 49 deletions
diff --git a/samples/WebApi/rd.xml b/samples/WebApi/rd.xml
index 58d837216..c491837b1 100644
--- a/samples/WebApi/rd.xml
+++ b/samples/WebApi/rd.xml
@@ -1,26 +1,6 @@
<Directives>
<Application>
<Assembly Name="SampleWebApi" Dynamic="Required All" />
- <Assembly Name="System.Private.CoreLib">
- <Type Name="System.Diagnostics.StackTrace" Dynamic="Required All" />
- <Type Name="System.AttributeUsageAttribute" Dynamic="Required All" />
- <Type Name="System.AttributeUsageAttribute[]" Dynamic="Required All" />
- <Type Name="System.RuntimeExceptionHelpers+ExceptionData" Dynamic="Required All" />
- <Type Name="System.Func`2[System.Object,System.Object]" Dynamic="Required All" />
- <Type Name="System.Func`2[System.Reflection.MethodInfo,System.Boolean]" Dynamic="Required All" />
- <Type Name="System.Func`3[System.Object,System.Object,System.Object]" Dynamic="Required All" />
- <Type Name="System.Func`4[[System.Collections.Generic.IDictionary`2[System.Object,System.Object]],System.Object,System.Object,System.Boolean]" Dynamic="Required All" />
- <Type Name="System.Func`5[[System.Linq.Expressions.Expression,System.Linq.Expressions],System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1[[System.Linq.Expressions.ParameterExpression,System.Linq.Expressions]],[System.Linq.Expressions.LambdaExpression,System.Linq.Expressions]]" Dynamic="Required All" />
- <Type Name="System.Action`3[[System.Collections.Generic.IDictionary`2[System.Object,System.Object]],System.Object,System.Object]" Dynamic="Required All" />
- <Type Name="System.Action`3[[System.Collections.Generic.IDictionary`2[System.Object,System.Object]],System.Object,System.Object]" Dynamic="Required All" />
- <Type Name="System.Action`2[System.Object,System.Boolean]" Dynamic="Required All" />
- <Type Name="System.Action`1[System.Object]" Dynamic="Required All" />
- <Type Name="System.Tuple`3[System.Object,System.Object,System.Boolean]" Dynamic="Required All" />
- <Type Name="System.Collections.Generic.KeyValuePair`2[System.Object,System.Object]" Dynamic="Required All" />
- </Assembly>
- <Assembly Name="System.Collections">
- <Type Name="System.Collections.Generic.Dictionary`2[[System.Object,System.Private.CoreLib],[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
- </Assembly>
<Assembly Name="Microsoft.AspNetCore.Server.Kestrel.Core">
<Type Name="Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer" Dynamic="Required All" />
<Type Name="Microsoft.AspNetCore.Server.Kestrel.Core.Internal.KestrelServerOptionsSetup" Dynamic="Required All" />
@@ -39,31 +19,7 @@
<Assembly Name="Microsoft.Extensions.Options">
<Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions,Microsoft.AspNetCore.Server.Kestrel.Core]]" Dynamic="Required All" />
<Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions,Microsoft.AspNetCore.Server.Kestrel.Core]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions,Microsoft.AspNetCore.Server.Kestrel.Core]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions,Microsoft.AspNetCore.Server.Kestrel.Core]][]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]][]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]][]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsMonitor`1[[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.IOptionsSnapshot`1[[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsCache`1[[System.Object,System.Private.CoreLib]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions,Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.LibuvTransportOptions,Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Mvc.MvcOptions,Microsoft.AspNetCore.Mvc.Core]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Mvc.MvcJsonOptions,Microsoft.AspNetCore.Mvc.Formatters.Json]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Authorization.AuthorizationOptions,Microsoft.AspNetCore.Authorization]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsManager`1[[Microsoft.AspNetCore.Routing.RouteOptions,Microsoft.AspNetCore.Routing]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.AspNetCore.Routing.RouteOptions,Microsoft.AspNetCore.Routing]]" Dynamic="Required All" />
<Type Name="Microsoft.Extensions.Options.OptionsMonitor`1[[Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions,Microsoft.Extensions.Logging.Console]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions,Microsoft.Extensions.Logging.Console]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsMonitor`1[[Microsoft.Extensions.Logging.LoggerFilterOptions,Microsoft.Extensions.Logging]]" Dynamic="Required All" />
- <Type Name="Microsoft.Extensions.Options.OptionsFactory`1[[Microsoft.Extensions.Logging.LoggerFilterOptions,Microsoft.Extensions.Logging]]" Dynamic="Required All" />
- </Assembly>
- <Assembly Name="Microsoft.AspNetCore.Http.Abstractions">
- <Type Name="Microsoft.AspNetCore.Http.RequestDelegate" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.AspNetCore.Mvc.Core" Dynamic="Required All" />
<Assembly Name="Microsoft.AspNetCore.Routing">
@@ -88,23 +44,19 @@
<Type Name="Microsoft.AspNetCore.Hosting.Internal.ApplicationLifetime" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.Extensions.Logging.Abstractions">
- <Type Name="Microsoft.Extensions.Logging.ILogger`1[[Microsoft.AspNetCore.Hosting.Internal.WebHost,Microsoft.AspNetCore.Hosting]]" Dynamic="Required All" />
<Type Name="Microsoft.Extensions.Logging.Logger`1[[Microsoft.AspNetCore.Hosting.Internal.WebHost,Microsoft.AspNetCore.Hosting]]" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.Extensions.Logging">
<Type Name="Microsoft.Extensions.Logging.LoggerFactory" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.Extensions.Logging.Console">
+ <Type Name="Microsoft.Extensions.Logging.Console.ConsoleLoggerOptions" Dynamic="Required All" />
<Type Name="Microsoft.Extensions.Logging.Console.ConsoleLoggerProvider" Dynamic="Required All" />
</Assembly>
<Assembly Name="Microsoft.Extensions.Logging.Debug">
<Type Name="Microsoft.Extensions.Logging.Debug.DebugLogger" Dynamic="Required All" />
<Type Name="Microsoft.Extensions.Logging.Debug.DebugLoggerProvider" Dynamic="Required All" />
</Assembly>
- <Assembly Name="System.Runtime">
- <Type Name="System.Collections.Generic.IEnumerable`1[[Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerOptions,Microsoft.AspNetCore.Server.Kestrel.Core]],Microsoft.Extensions.Options]]" Dynamic="Required All" />
- <Type Name="System.Collections.Generic.IEnumerable`1[[Microsoft.Extensions.Options.IConfigureOptions`1[[Microsoft.AspNetCore.Http.Features.FormOptions,Microsoft.AspNetCore.Http]],Microsoft.Extensions.Options]]" Dynamic="Required All" />
- </Assembly>
<Assembly Name="System.Linq.Expressions">
<Type Name="System.Linq.Expressions.ExpressionCreator`1[[Newtonsoft.Json.Serialization.ObjectConstructor`1[[System.Object,System.Private.CoreLib]],Newtonsoft.Json]]" Dynamic="Required All" />
<Type Name="System.Linq.Expressions.ExpressionCreator`1[[System.Func`2[[System.Object,System.Private.CoreLib],[System.Object,System.Private.CoreLib]],System.Private.CoreLib]]" Dynamic="Required All" />