Skip to content

Commit bdde7f4

Browse files
committed
Move from .NET 8 to Minimal Hosting API
1 parent b2eb4e1 commit bdde7f4

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

projects/.net8/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66

77
Use `MapShortCircuit` or `.ShortCircuit()` to efficiently respond to a request without going through a middleware pipeline run.
88

9-
* [SlimBuilder](slim-builder)
10-
11-
`WebApplication.CreateSlimBuilder` creates `WebApplicationBuilder` with minimal configuration defaults.
12-
13-
* [EmptyBuilder](empty-builder)
14-
15-
`WebApplication.CreateEmptyBuilder` creates `WebApplicationBuilder` with no built-in behavior.
16-
179

1810
## What's new in Blazor 8
1911

projects/minimal-hosting/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Minimal Hosting (23)
22

3+
## Alternative Builders
4+
5+
* [SlimBuilder](slim-builder)
6+
7+
`WebApplication.CreateSlimBuilder` creates `WebApplicationBuilder` with minimal configuration defaults.
8+
9+
* [EmptyBuilder](empty-builder)
10+
11+
`WebApplication.CreateEmptyBuilder` creates `WebApplicationBuilder` with no built-in behavior.
12+
13+
314
## WebApplication (6)
415

516
This is a set of samples that demonstrates things that you can do with the default configuration using `WebApplication.Create()` before you have to resort to `WebApplication.CreateBuilder()`.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)