Table of Contents

Class AppNameFromEntryAssemblyConvention

Namespace
McMaster.Extensions.CommandLineUtils.Conventions
Assembly
McMaster.Extensions.CommandLineUtils.dll

Sets Name using the name of the entry assembly to the current application. It is only applied if the name is null.

public class AppNameFromEntryAssemblyConvention : IConvention
Inheritance
object
AppNameFromEntryAssemblyConvention
Implements

Methods

Apply(ConventionContext)

Apply the convention.

public virtual void Apply(ConventionContext context)

Parameters

context ConventionContext

The context in which the convention is applied.