Minimal Fast Endpoints template with Integration Testing
Install .NET template
dotnet new --install FastEndpoints.Template
dotnet new fastendpoints --name Example
FastEndpoints API (C#)
Author: Stefan Bogdanović
Options:
-auth|--cookie-auth Adds Cookie Authentication.
bool - Optional
Default: false
-log|--serilog Adds Serilog.
bool - Optional
Default: false
-U|--UseDocker Adds Docker support.
bool - Optional
Default: true
-t|--tests Adds an integration test project.
bool - Optional
Default: true
src/
├─ API/
tests/
├─ API.Integration.Tests/
- FastEndpoints
- FastEndpoints.Generator (Source generation)
- FastEndpoints.Swagger
- xUnit
- FluentAssertions
- Microsoft.AspNetCore.Mvc.Testing
If you are having problems, please let us know by raising a new issue.
This project is licensed with the Apache License 2.0.