FastEndpoints.Template
1.0.4
See the version list below for details.
dotnet new install FastEndpoints.Template::1.0.4
<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.
# [1.0.3] (2022-07-24)
- Upgrading packages
# [1.0.3] (2022-07-24)
Bug Fixes
- Fixing serilog generation
- Fixing cookie auth generation
- Initial release
- Fixed scaffolding
- Fixing source name