Open v-wuzhai opened 4 months ago
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
Summary
The CanInstantiateTemplate_WithAlias test method is currently skipped because the alias feature is not yet implemented. This ensures the stability of the test suite and prevents failures due to unimplemented features.
Details
The
CanInstantiateTemplate_WithAlias
test method aims to verify the functionality of template instantiation using an alias. The specific steps are as follows:DotnetNewCommand
to create a new console project with the aliascsharpconsole
.csharpconsole
is successfully created with the valueconsole
.Error Message
This indicates that the current version of the
dotnet
CLI does not support thecsharpconsole
alias.Expected
Implement the alias feature and reenable the test.