FusionAuth.Templates 1.0.0

dotnet new install FusionAuth.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

FusionAuth Templates for .NET

Quickly create new secured .NET applications with FusionAuth Templates, using the .NET CLI or Visual Studio. The new applications are pre-configured to use FusionAuth for authentication and authorization. Only standard .NET libraries are used for authentication and authorization.

Currently, the following .NET templates are implemented:

  • FusionAuth Blazor Server Application
  • FusionAuth MVC Application
  • FusionAuth Web API Application

To learn how to install and use the templates, check out the FusionAuth Templates for .NET guide.

Building and Installing from source

To build and install the FusionAuth Templates from the source code, follow these steps:

1.Clone this repository onto your local machine.

  1. Build a NuGet package by executing the following command in the root folder of the project:

    dotnet pack
    

    This will create a NuGet package in the ./bin/Debug/ folder.

  2. Install the templates by running the following command:

    dotnet new install ./bin/Debug/FusionAuth.Templates.1.0.0.nupkg
    

Publish

Use the .nupkg file and follow the instructions to publish a nuget package.

Uninstalling

You can uninstall the templates using the following command:

dotnet new uninstall FusionAuth.Templates

You will need to restart Visual Studio for the changes to take effect.

License

This project is licensed under the Apache license.

  • .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
1.0.0 465 9/22/2023