You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - cleanup test code
* - add more test assertions
- add test coverage to MapPatch method of EndpointConfigurator
* -update README to include AddModEndpointsFromAssemblyContaining<T> DI method
- utilize AddModEndpointsFromAssemblyContaining<T> method in BenchmarkWebApi project
* - organize benchmark endpoints, tests and result files
- update README
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The request is processed in 'HandleAsync' method which returns a strongly typed
44
44
45
45
### Service Registration
46
46
47
-
Use AddModEndpointsFromAssembly extension method to register all endpoints defined in an assembly.
47
+
Use AddModEndpointsFromAssembly or AddModEndpointsFromAssemblyContaining<T> extension method to register all endpoints defined in an assembly.
48
48
49
49
Optional: Use FluentValidation.DependencyInjectionExtensions package to add FluentValidation validators to dependency injection for request validation.
50
50
@@ -55,7 +55,7 @@ These methods register and map services required for all endpoint types.
@@ -353,7 +353,7 @@ MinimalEndpoints perform about same as regular Minimal Apis.
353
353
354
354
The web apis called for tests, perform only in-process operations like resolving dependency, validating input, calling local methods with no network or disk I/O.
355
355
356
-
See [test results](./samples/BenchmarkWebApi/BenchmarkFiles/inprocess_benchmark_results.txt) under [BenchmarkFiles](https://github.com/modabas/ModEndpoints/tree/main/samples/BenchmarkWebApi/BenchmarkFiles) folder of BenchmarkWebApi project for detailed results and test scripts.
356
+
See [test results](./samples/BenchmarkWebApi/BenchmarkFiles/Results/0.6.5/inprocess_benchmark_results.txt) under [BenchmarkFiles](https://github.com/modabas/ModEndpoints/tree/main/samples/BenchmarkWebApi/BenchmarkFiles) folder of BenchmarkWebApi project for detailed results and test scripts.
0 commit comments