Class AppNameFromEntryAssemblyConvention
Sets Name using the name of the entry assembly to the current application. It is only applied if the name is null.
Inheritance
System.Object
    AppNameFromEntryAssemblyConvention
  Implements
Namespace: McMaster.Extensions.CommandLineUtils.Conventions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public class AppNameFromEntryAssemblyConvention : IConventionMethods
| Improve this Doc View SourceApply(ConventionContext)
Apply the convention.
Declaration
public virtual void Apply(ConventionContext context)Parameters
| Type | Name | Description | 
|---|---|---|
| ConventionContext | context | The context in which the convention is applied. |