The second letter in the Hebrew alphabet is the ב bet/beit. Its meaning is "house". In the ancient pictographic Hebrew it was a symbol resembling a tent on a landscape.
Bet.Extensions.Templating Projects
provides with DotNetCore Dependency Injection for Console Applications and include:
- One Logging provider for startup and runnable application
- New C# 10.0
Program.cs
syntax - Dependency Injection with Configurations
If you like or are using this project to learn or start your solution, please give it a star. Thanks!
dotnet new --install console.di::2.0.1
Installing from nuget package on local machine:
# build
dotnet build -c Release -p:Version=2.0.1-preview1
dotnet pack -c Release -o packages -p:Version=2.0.1-preview1
dotnet new -i packages\console.di.2.0.1-preview1.nupkg
# uninstall
dotnet new -u console.di
- https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates
- https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-template-pack
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/cli-templates-create-project-template
- https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new#options
- https://github.com/dotnet/dotnet-template-samples