Vortex.Solution.Template 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install Vortex.Solution.Template@1.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Vortex Solution Template

Nuget Nuget

The goal of this template is to make the transition from ASP.NET Web APIs to Azure Functions as seamless as possible.

If you find this project useful, please give it a star. Thanks! ⭐

Getting Started

The easiest way to get started is to install the .NET template:

dotnet new install Vortex.Solution.Template::1.0.0

To create a new solution:

dotnet new vtx-sln -n YourSolutionName

Add the following to the FunctionApp project:

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"
  }
}

Technologies

Support

If you are having problems, please let me know by raising a new issue.

License

Feel free to do what you want.

This package has 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
2.0.1 1,472 2/19/2024
2.0.0 1,003 2/2/2024
1.0.0 564 2/1/2024