Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

@addtaghelper and @removetaghelper should allow wild cards. #285

@NTaylorMullen

Description

@NTaylorMullen

Currently to add all TagHelpers in an assembly you need to do @addtaghelper "MyAssembly". This should change to be less ambiguous to something like: @addtaghelper "*, MyAssembly". Same goes for @removetaghelper. This way the user is always specifying some sort of type name.

This also means adding support for * in the type name specification for @addtaghelper.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions