This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
NpmContentResolver
class.
- Assembly
- Cake
.Npm .Module .dll - Namespace
- Cake
.Npm .Module - Containing Type
- NpmContentResolver
Syntax
public NpmContentResolver(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, ICakeConfiguration configuration)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | The file system. |
environment | ICakeEnvironment | The environment. |
log | ICakeLog | The log. |
configuration | ICakeConfiguration | The Configuration. |
Return Value
Type | Description |
---|---|
void |