HTLLeonding.Utility.Templates
1.2.2
Prefix Reserved
See the version list below for details.
dotnet new install HTLLeonding.Utility.Templates::1.2.2
HTL Leonding .NET/C# Project Templates
Used to create projects for assignments @HTL Leonding.
Installation
dotnet new install HTLLeonding.Utility.Templates
Updates
Running the install command above again will update the templates package to the latest version.
Usage
Do not forget to update referenced NuGet packages (and potentially .NET version) in the projects after creation!
leoconsole
Console Application
- Main project + unit test project
- With solution file
- Optional
--tests false
flag can be added to not generate a unit test project
- Includes .gitignore file
- Includes .editorconfig file
Syntax:
dotnet new leoconsole -n <ASSIGNMNET_NAME> -o . [--tests false]
Example:
dotnet new leoconsole -n VendingMachine -o .
leominiapi
Minimal WebAPI (REST) Application
- Main project, with:
- Basic libraries
- JSON Serializer Configuration
- Prepared DI setup
- A single demo endpoint
- OpenApi
- Meant for development/container internal use (no HTTPS)
- Includes a
http
requests file with sample requests - Includes .gitignore file
- Includes .editorconfig file
- By default binds to port 5200
Syntax:
dotnet new leominiapi -n <ASSIGNMENT_NAME> -o .
Example:
dotnet new leominiapi -n PoolGuard -o .
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.3 | 149 | 9/29/2024 |
1.4.2 | 98 | 9/29/2024 |
1.4.1 | 117 | 9/21/2024 |
1.4.0 | 80 | 9/21/2024 |
1.3.0 | 135 | 9/14/2024 |
1.2.2 | 158 | 8/16/2024 |
1.2.1 | 114 | 8/15/2024 |
1.2.0 | 108 | 8/11/2024 |
1.2.0-dev1 | 93 | 8/11/2024 |
1.1.0 | 367 | 4/3/2024 |
1.0.13 | 1,385 | 2/4/2024 |
1.0.12 | 559 | 6/16/2023 |
1.0.11 | 300 | 4/23/2023 |
1.0.10 | 219 | 4/6/2023 |
1.0.9 | 275 | 3/20/2023 |
1.0.8 | 300 | 2/21/2023 |
1.0.7 | 244 | 2/21/2023 |
1.0.6 | 394 | 12/8/2022 |
1.0.5 | 374 | 11/13/2022 |
1.0.4 | 332 | 11/13/2022 |
1.0.2 | 333 | 11/13/2022 |
1.0.1 | 336 | 11/13/2022 |
1.0.0 | 344 | 11/13/2022 |