Discover assembly parts for Microsoft.AspnetCore.All
This commit is contained in:
parent
7835809ff2
commit
6751e3b7ca
|
|
@ -16,6 +16,7 @@ namespace Microsoft.AspNetCore.Mvc.Internal
|
||||||
{
|
{
|
||||||
internal static HashSet<string> ReferenceAssemblies { get; } = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
internal static HashSet<string> ReferenceAssemblies { get; } = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||||
{
|
{
|
||||||
|
"Microsoft.AspNetCore.All",
|
||||||
"Microsoft.AspNetCore.Mvc",
|
"Microsoft.AspNetCore.Mvc",
|
||||||
"Microsoft.AspNetCore.Mvc.Abstractions",
|
"Microsoft.AspNetCore.Mvc.Abstractions",
|
||||||
"Microsoft.AspNetCore.Mvc.ApiExplorer",
|
"Microsoft.AspNetCore.Mvc.ApiExplorer",
|
||||||
|
|
|
||||||
|
|
@ -245,6 +245,7 @@ namespace Microsoft.AspNetCore.Mvc.Internal
|
||||||
{
|
{
|
||||||
// The following assemblies are not reachable from Microsoft.AspNetCore.Mvc
|
// The following assemblies are not reachable from Microsoft.AspNetCore.Mvc
|
||||||
"Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml",
|
||||||
|
"Microsoft.AspnetCore.All",
|
||||||
};
|
};
|
||||||
|
|
||||||
var dependencyContextLibraries = DependencyContext.Load(CurrentAssembly)
|
var dependencyContextLibraries = DependencyContext.Load(CurrentAssembly)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue