|
5 | 5 | [](https://coveralls.io/github/futurum-dev/dotnet.futurum.webapiendpoint.micro?branch=main) |
6 | 6 | [](https://www.nuget.org/packages/futurum.webapiendpoint.micro) |
7 | 7 |
|
8 | | -A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach in a structured way. It's built on top of dotnet 7 and minimal apis. |
| 8 | +A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach in a structured way. It's built on top of dotnet 8 and minimal apis. |
9 | 9 |
|
10 | 10 | ```csharp |
11 | 11 | [WebApiEndpoint("greeting")] |
@@ -37,7 +37,7 @@ public class GreetingWebApiEndpoint |
37 | 37 | - [x] Built in [sandbox runner](#sandbox-runner) with full [TypedResults support](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.typedresults?view=aspnetcore-7.0), catching unhandled exceptions and returning a [ProblemDetails](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.problemdetails?view=aspnetcore-7.0) response |
38 | 38 | - [x] Autodiscovery of WebApiEndpoint(s), based on Source Generators |
39 | 39 | - [x] [Roslyn Analysers](#roslyn-analysers) to help build your WebApiEndpoint(s), using best practices |
40 | | -- [x] Built on dotnet 7 |
| 40 | +- [x] Built on dotnet 8 |
41 | 41 | - [x] Built in use of [ProblemDetails](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.problemdetails?view=aspnetcore-7.0) support |
42 | 42 | - [x] [Tested solution](https://coveralls.io/github/futurum-dev/dotnet.futurum.webapiendpoint.micro) |
43 | 43 | - [x] [Comprehensive samples](#comprehensive-samples) |
@@ -457,7 +457,7 @@ There are examples showing the following: |
457 | 457 | - [x] Weather Forecast |
458 | 458 | - [x] Addition project containing WebApiEndpoints |
459 | 459 |
|
460 | | - |
| 460 | + |
461 | 461 |
|
462 | 462 | ### Security example |
463 | 463 | How to use in Swagger UI: |
|
0 commit comments