C# Class Kudu.Core.Infrastructure.AspNetCoreHelper

Mostra file Open project: projectkudu/kudu Class Usage Examples

Public Properties

Property Type Description
ProjectJsonLookupList string[]

Public Methods

Method Description
IsDotnetCorePreview3 ( string projectPath, IEnumerable projectTypeGuids ) : bool
IsWebApplicationProjectFile ( string projectFilePath ) : bool
TryAspNetCoreWebProject ( string rootPath, IFileFinder fileFinder, string &projectJsonPath ) : bool

Method Details

IsDotnetCorePreview3() public static method

public static IsDotnetCorePreview3 ( string projectPath, IEnumerable projectTypeGuids ) : bool
projectPath string
projectTypeGuids IEnumerable
return bool

IsWebApplicationProjectFile() public static method

public static IsWebApplicationProjectFile ( string projectFilePath ) : bool
projectFilePath string
return bool

TryAspNetCoreWebProject() public static method

public static TryAspNetCoreWebProject ( string rootPath, IFileFinder fileFinder, string &projectJsonPath ) : bool
rootPath string
fileFinder IFileFinder
projectJsonPath string
return bool

Property Details

ProjectJsonLookupList public_oe static_oe property

public static string[] ProjectJsonLookupList
return string[]