Skip to content

Commit 965f258

Browse files
committed
- modify readme
1 parent ad05466 commit 965f258

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The WebResultEndpoint and ServiceResultEndpoint abstractions are a structured ap
1414

1515
## Key Features
1616

17+
- Organizes ASP.NET Core Minimal Apis in REPR pattern endpoints
1718
- Encapsulates endpoint behaviors like request validation, request handling, and response mapping.
18-
- Separates concerns to promote clean, maintainable code.
19-
- Uses the Minimal Apis and routing system provided by ASP.NET Core. Configuration, parameter binding, authentication, Open Api tooling, filters, etc. are all Minimal Apis under the hood. Supports anything that Minimal Apis does.
20-
- Abstracts the logic for converting business results into HTTP responses.
19+
- Supports anything that Minimal Apis does. Configuration, parameter binding, authentication, Open Api tooling, filters, etc. are all Minimal Apis under the hood.
2120
- Supports auto discovery and registration.
22-
- Has built-in validation support with [FluentValidation](https://github.com/FluentValidation/FluentValidation). If a validator is registered for request model, it is automatically validated before being handled.
21+
- Has built-in validation support with [FluentValidation](https://github.com/FluentValidation/FluentValidation). If a validator is registered for request model, request is automatically validated before being handled.
2322
- Supports constructor dependency injection in endpoint implementations.
23+
- Abstracts the logic for converting business results into HTTP responses.
2424

2525
## Performance
2626

0 commit comments

Comments
 (0)