C# Class Kudu.Core.Infrastructure.AspNetCoreHelper

Afficher le fichier Open project: projectkudu/kudu Class Usage Examples

Méthodes publiques

Свойство Type Description
ProjectJsonLookupList string[]

Méthodes publiques

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

Method Details

IsDotnetCorePreview3() public static méthode

public static IsDotnetCorePreview3 ( string projectPath, IEnumerable projectTypeGuids ) : bool
projectPath string
projectTypeGuids IEnumerable
Résultat bool

IsWebApplicationProjectFile() public static méthode

public static IsWebApplicationProjectFile ( string projectFilePath ) : bool
projectFilePath string
Résultat bool

TryAspNetCoreWebProject() public static méthode

public static TryAspNetCoreWebProject ( string rootPath, IFileFinder fileFinder, string &projectJsonPath ) : bool
rootPath string
fileFinder IFileFinder
projectJsonPath string
Résultat bool

Property Details

ProjectJsonLookupList public_oe static_oe property

public static string[] ProjectJsonLookupList
Résultat string[]