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
-
objectAppNameFromEntryAssemblyConvention
- Implements
Methods
Apply(ConventionContext)
Apply the convention.
public virtual void Apply(ConventionContext context)
Parameters
contextConventionContextThe context in which the convention is applied.