Templates and SDKs
Installing required .NET SDKs
Installing Required Api Templates
.NET 3.1 :
dotnet new --install Hubtel.Templates.Api.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 6:
dotnet new --install Hubtel.Templates.V6.Api.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new install Hubtel.Templates.V8.Api.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
KafkaHost Template:
NET 3.1:
dotnet new --install Hubtel.Templates.KafkaHost.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 6:
dotnet new --install Hubtel.Templates.V6.KafkaHost.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new install Hubtel.Templates.V8.KafkaHost.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
Unit Tests:
.NET 3.1:
dotnet new --install Hubtel.Templates.UnitTests.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new --install Hubtel.Templates.V6.UnitTests.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new install Hubtel.Templates.V8.UnitTests.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
Programmable Services
.NET 3.1:
dotnet new --install Hubtel.Templates.ProgrammableServicesBasic.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 6:
dotnet new --install Hubtel.Templates.V6.ProgrammableServicesBasic.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new install Hubtel.Templates.V8.ProgrammableServicesBasic.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
Background Job
.NET 3.1:
dotnet new --install Hubtel.Templates.BackgroundJob.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 6:
dotnet new --install Hubtel.Templates.V6.BackgroundJob.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
.NET 8:
dotnet new install Hubtel.Templates.V8.BackgroundJob.Pack --nuget-source https://pkgs.dev.azure.com/hubtel/_packaging/hubtel/nuget/v3/index.json --interactive
CHAT SAMMIAT