You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new in Github and also new for using this Repository to start working in CleanArchitecture.
I'm trying to create a new Command with the cmdlet dotnet new ca-usecase --name CreateTodoList --feature-name TodoLists --usecase-type command --return-type int
included in this Template.
It's very cool.
My question is about the file generated. It contains the Validator too. In the template, we have samples with TodoItems and I see that Validator is in a separate file. I like this, to have a separate file.
Is this possible with the command to create files separated or must I do it manually after generation?
Many thanks to @jasontaylordev for the template and for all to your response.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
first of all, sorry for my poor english.
I'm new in Github and also new for using this Repository to start working in CleanArchitecture.
I'm trying to create a new Command with the cmdlet
dotnet new ca-usecase --name CreateTodoList --feature-name TodoLists --usecase-type command --return-type int
included in this Template.
It's very cool.
My question is about the file generated. It contains the Validator too. In the template, we have samples with TodoItems and I see that Validator is in a separate file. I like this, to have a separate file.
Is this possible with the command to create files separated or must I do it manually after generation?
Many thanks to @jasontaylordev for the template and for all to your response.
Beta Was this translation helpful? Give feedback.
All reactions