Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit b866cc2

Browse files
committed
Refactoring
1 parent 12663a9 commit b866cc2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
global using System.Net.Mime;
2+
global using Hellang.Middleware.ProblemDetails;
3+
global using Microsoft.AspNetCore.Mvc;
4+
global using Microsoft.AspNetCore.Server.Kestrel.Core;
5+
global using Microsoft.OpenApi.Models;

src/CustomLibrary.ProblemDetails.Sample/Startup.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using Hellang.Middleware.ProblemDetails;
2-
using Microsoft.AspNetCore.Server.Kestrel.Core;
3-
using Microsoft.OpenApi.Models;
4-
5-
namespace CustomLibrary.ProblemDetails.Sample;
1+
namespace CustomLibrary.ProblemDetails.Sample;
62

73
public class Startup
84
{

0 commit comments

Comments
 (0)