Hexagonal.Solution.Template 4.0.32

dotnet new install Hexagonal.Solution.Template::4.0.32
                    
This package contains a .NET Template Package you can call from the shell/command line.

Hexagonal architecture solution template

Publish template in Nuget.org Validate pull request

This is a dotnet solution template from projects based on hexagonal architecture and best practices

Used Technologies

  • MediatR
  • FluenValidation
  • Serilog
  • EntityFrameworkCore
  • EntityFrameworkCore.SqlServer
  • Xunit
  • Moq
  • Testcontainers
  • Autofixture
  • FluentAssertions

Advisors and recommendations

  • When use the template i recommend you dot not remove Order example scenario until you have you own implementations

How to use the template

To install the project template you have to use the following command

dotnet new install Hexagonal.Solution.Template

After that you can use it to create your project where -n is the name of your solution

dotnet new hexagonal-solution -n HexagonalSolution

If you had any doubts about the existing parameters you can also use -h to get more information

dotnet new hexagonal-solution -h

If you want to uninstall the template just execute the following command 😦

dotnet new uninstall Hexagonal.Solution.Template

Official solution template documentation

https://github.com/dotnet/templating/wiki

  • net8.0

    • 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
4.0.32 2,590 12/31/2023 4.0.32 is deprecated because it is no longer maintained.
4.0.31 298 12/31/2023
4.0.30 315 12/31/2023
4.0.28 293 12/31/2023
3.0.26 274 12/31/2023
3.0.25 346 12/27/2023
2.0.24 298 12/27/2023
2.0.23 298 12/27/2023
2.0.22 299 12/26/2023
2.0.21 314 12/26/2023
2.0.20 304 12/26/2023
2.0.19 309 12/26/2023
2.0.18 297 12/25/2023
1.1.16 310 12/24/2023
1.1.15 317 12/24/2023
1.1.14 325 12/24/2023
1.1.13 379 12/22/2023
1.0.12 286 12/22/2023
1.0.11 354 12/21/2023
1.0.10 305 12/21/2023
1.0.3 307 12/21/2023
1.0.2 302 12/21/2023
1.0.1 329 12/21/2023
1.0.0 312 12/21/2023

ChangeLog:
 
       - Add WebApp tests
- Add Function app
- Add Log infrastructure project