FastEndpoints.Template 1.0.3

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

<h1 align="center">

FastEndpoints Template </h1> <p align="center">Minimal Fast Endpoints template with Integration Testing</p>

<p align="center"> <a href="https://pkg.go.dev/github.com/create-go-app/cli/v3?tab=doc" target="_blank"><img src="https://img.shields.io/nuget/dt/FastEndpoints.Template?style=for-the-badge" alt="Nuget downloads" /></a> <img src="https://img.shields.io/badge/license-apache_2.0-red?style=for-the-badge&logo=none" alt="license" /></p>

Installation

Install .NET template

  dotnet new --install FastEndpoints.Template

Usage/Examples

  dotnet new fastendpoints --name Example
  • More options coming soon

Folder structure

  src/
  ├─ API/
  tests/
  ├─ API.Integration.Tests/

Packages

API project consists of these packages:

  • FastEndpoints
  • FastEndpoints.Generator (Source generation)
  • FastEndpoints.Swagger

API.Integration.Tests project consists of these packages:

  • xUnit
  • FluentAssertions
  • Microsoft.AspNetCore.Mvc.Testing

Support

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

License

This project is licensed with the Apache License 2.0.

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
1.0.11 795 6/11/2023
1.0.10 559 2/17/2023
1.0.9 645 10/18/2022
1.0.8 439 9/13/2022
1.0.7 426 8/31/2022
1.0.6 455 8/3/2022
1.0.5 407 8/3/2022
1.0.4 438 7/24/2022
1.0.3 400 7/24/2022
1.0.2 486 6/20/2022
1.0.1 412 6/20/2022
1.0.0 413 6/20/2022

# [1.0.3] (2022-07-22)
       Bug Fixes
         - Fixing serilog generation
         - Fixing cookie auth generation

     - Initial release
     - Fixed scaffolding
     - Fixing source name