Table of Contents

Class ManagedCodeConventions.ManagedCodePatterns

Namespace
NuGet.Client
Assembly
Chocolatey.NuGet.Packaging.dll
public class ManagedCodeConventions.ManagedCodePatterns
Inheritance
ManagedCodeConventions.ManagedCodePatterns
Inherited Members

Properties

AnyTargettedFile

Pattern used to locate all files targetted at a specific runtime and/or framework

public PatternSet AnyTargettedFile { get; }

Property Value

PatternSet

CompileLibAssemblies

Pattern used to locate lib assemblies for compile.

public PatternSet CompileLibAssemblies { get; }

Property Value

PatternSet

CompileRefAssemblies

Pattern used to locate ref assemblies for compile.

public PatternSet CompileRefAssemblies { get; }

Property Value

PatternSet

ContentFiles

Pattern used to identify content files

public PatternSet ContentFiles { get; }

Property Value

PatternSet

EmbedAssemblies

Pattern used to locate embed interop types assemblies

public PatternSet EmbedAssemblies { get; }

Property Value

PatternSet

MSBuildFiles

Pattern used to identify MSBuild targets and props files

public PatternSet MSBuildFiles { get; }

Property Value

PatternSet

MSBuildMultiTargetingFiles

Pattern used to identify MSBuild global targets and props files

public PatternSet MSBuildMultiTargetingFiles { get; }

Property Value

PatternSet

MSBuildTransitiveFiles

Pattern used to identify MSBuild transitive targets and props files

public PatternSet MSBuildTransitiveFiles { get; }

Property Value

PatternSet

NativeLibraries

Pattern used to locate all files designed for loading as native code libraries at run-time

public PatternSet NativeLibraries { get; }

Property Value

PatternSet

ResourceAssemblies

Pattern used to locate all files designed for loading as managed code resource assemblies at run-time

public PatternSet ResourceAssemblies { get; }

Property Value

PatternSet

RuntimeAssemblies

Pattern used to locate all files designed for loading as managed code assemblies at run-time

public PatternSet RuntimeAssemblies { get; }

Property Value

PatternSet

ToolsAssemblies

Pattern used to identify Tools assets for global tools

public PatternSet ToolsAssemblies { get; }

Property Value

PatternSet