Skip to content

Commit 1a598be

Browse files
committed
Remove deprecated example
1 parent e1a9de4 commit 1a598be

File tree

5 files changed

+4
-118
lines changed

5 files changed

+4
-118
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Greetings from Cairo, Egypt. You can [sponsor](https://github.com/sponsors/dodyg
2121
| [Configurations](/projects/configurations) | 10 | |
2222
| [CoreWCF](/projects/corewcf) | 1 | |
2323
| [Dependency Injection](/projects/dependency-injection/) | 4 | |
24-
| [Diagnostics](/projects/diagnostics) | 6 | |
24+
| [Diagnostics](/projects/diagnostics) | 5 | |
2525
| [Endpoint Routing](/projects/endpoint-routing) | 32 | |
2626
| [Email](/projects/mailkit) | 2 | |
2727
| [Elsa Workflow](/projects/elsa) | 14 | .NET8 |

projects/diagnostics/README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Diagnostics (6)
1+
# Diagnostics (5)
22

33
* [Welcome Page](/projects/diagnostics/diagnostics-1)
44

@@ -20,12 +20,4 @@
2020

2121
Use ```UseStatusCodePagesWithRedirects```. **Beware:** This extension method handles your 5xx return status code by redirecting it to a specific url. It will not handle your application exception in general (for this use ```UseExceptionHandler``` - check previous samples).
2222

23-
* [Middleware Analysis](/projects/diagnostics/diagnostics-6)
24-
25-
Here we go into the weeds of analysing middlewares in your request pipeline. This is a bit complicated. It requires the following packages:
26-
27-
* ```Microsoft.AspNetCore.MiddlewareAnalysis```
28-
* ```Microsoft.Extensions.DiagnosticAdapter```
29-
* ```Microsoft.Extensions.Logging.Console```
30-
31-
dotnet6
23+
dotnet8

projects/diagnostics/build.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ dotnet build diagnostics-1
22
dotnet build diagnostics-2
33
dotnet build diagnostics-3
44
dotnet build diagnostics-4
5-
dotnet build diagnostics-5
6-
dotnet build diagnostics-6
5+
dotnet build diagnostics-5

projects/diagnostics/diagnostics-6/Program.cs

Lines changed: 0 additions & 95 deletions
This file was deleted.

projects/diagnostics/diagnostics-6/diagnostics-6.csproj

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)