Oscarvantol.AzureFunctionsTemplates 1.0.2

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet new install Oscarvantol.AzureFunctionsTemplates::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.

To install the templates on your machine type: dotnet new -i Oscarvantol.AzureFunctionsTemplates --nuget-source https://www.nuget.org/api/v2/

In order to create a new AzureFunctions project with startup file

Create a project dir

mkdir MyNewProject

Go into the project dir

cd MyNewProject

Create the project

dotnet new azurefunctionsdi

If you want a servicebus example function

dotnet new azurefunction-servicebus

If you want to remove the template pack from your machine type: dotnet new -u Oscarvantol.AzureFunctionsTemplates

  • .NETStandard 2.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