PackageCompilationAssemblyResolver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PackageCompilationAssemblyResolver() | |
PackageCompilationAssemblyResolver(String) |
PackageCompilationAssemblyResolver()
public:
PackageCompilationAssemblyResolver();
public PackageCompilationAssemblyResolver ();
Public Sub New ()
Applies to
PackageCompilationAssemblyResolver(String)
public:
PackageCompilationAssemblyResolver(System::String ^ nugetPackageDirectory);
public PackageCompilationAssemblyResolver (string nugetPackageDirectory);
new Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver : string -> Microsoft.Extensions.DependencyModel.Resolution.PackageCompilationAssemblyResolver
Public Sub New (nugetPackageDirectory As String)
Parameters
- nugetPackageDirectory
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.