Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyongshim committed Feb 18, 2024
1 parent a7bf70c commit 08269ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ app.UseExceptionHandler();

## Swagger Request Exapmle 작성
* https://medium.com/@niteshsinghal85/multiple-request-response-examples-for-swagger-ui-in-asp-net-core-864c0bdc6619

## Request Body에서 null을 명시할 경우 무시할 수 없음
* JsonIgnoreCondition은 현재 null 쓰기무시만 있고 null 읽기무시는 없음
* https://github.com/dotnet/runtime/issues/66490#issuecomment-1142804662

0 comments on commit 08269ab

Please sign in to comment.