Skip to content

Templates and SDKs

Installing required .NET SDKs

  1. Download and install .Net 8.0
  2. Download and install .Net 6.0​
  3. Download and install .Net Core 3.1​

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