Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyongshim committed Feb 17, 2024
1 parent 1c0461a commit 746fcad
Show file tree
Hide file tree
Showing 40 changed files with 145 additions and 723 deletions.
112 changes: 0 additions & 112 deletions PracticeProgramming.md

This file was deleted.

20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
![CI](../../workflows/CI/badge.svg) ![Cov](../gh-pages/docs/badge_linecoverage.svg)
## Minimal API 흐름

1. MVC와 달리 Model Binder가 없다.


## .Net 8에서 GlobalErrorHandling이 추가됨
* https://www.milanjovanovic.tech/blog/global-error-handling-in-aspnetcore-8
* https://learn.microsoft.com/ko-kr/aspnet/core/fundamentals/error-handling?view=aspnetcore-8.0#produce-a-problemdetails-payload-for-exceptions

```csharp
var builder = WebApplication.CreateBuilder(args);

builder.Services.AddExceptionHandler<GlobalExceptionHandler>();
builder.Services.AddProblemDetails();

var app = builder.Build();

app.UseExceptionHandler();
```
43 changes: 0 additions & 43 deletions src/ClassLib-8/ActionFilters/AuditLogAttribute.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/ClassLib-8/AuditConverter/DtoAuditConverter.cs

This file was deleted.

15 changes: 0 additions & 15 deletions src/ClassLib-8/ClassLib-8.csproj

This file was deleted.

13 changes: 0 additions & 13 deletions src/FSharpApi-8/FSharpApi-8.fsproj

This file was deleted.

23 changes: 0 additions & 23 deletions src/FSharpApi-8/Program.fs

This file was deleted.

31 changes: 0 additions & 31 deletions src/FSharpApi-8/Properties/launchSettings.json

This file was deleted.

39 changes: 0 additions & 39 deletions src/FastEndpoint-8/Endpoints/FileName.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/FastEndpoint-8/FastEndpoint-8.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions src/FastEndpoint-8/FastEndpoint-8.http

This file was deleted.

20 changes: 0 additions & 20 deletions src/FastEndpoint-8/Program.cs

This file was deleted.

31 changes: 0 additions & 31 deletions src/FastEndpoint-8/Properties/launchSettings.json

This file was deleted.

Loading

0 comments on commit 746fcad

Please sign in to comment.