Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project templates #4331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kant2002
Copy link
Contributor

To check the template, go to Support\Templates\ and run dotnet pack. Then run dotnet new install .\bin\Release\CSLA.Templates.0.1.0.nupkg Then you can create new project using following command

dotnet new csla.library -o cslalib -lang VB

I use --lang parameter to highlight that VB is also supported. If --lang parameter omitted, C# would be used.

I have to modify existing templates, because they become stale, so please double check them.

Closes #4119

To check the template, go to `Support\Templates\` and run `dotnet pack`.
Then run `dotnet new install .\bin\Release\CSLA.Templates.0.1.0.nupkg`
Then you can create new project using following command
```
dotnet new csla.library -o cslalib -lang VB
```
I use `--lang` parameter to highlight that VB is also supported. If `--lang` parameter omitted, C# would be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework Csla.Templates to be a dotnet CLI installed feature
1 participant