diff --git a/src/shared/Jordnaer.Shared/Jordnaer.Shared.csproj.DotSettings b/src/shared/Jordnaer.Shared/Jordnaer.Shared.csproj.DotSettings deleted file mode 100644 index c0dea71e..00000000 --- a/src/shared/Jordnaer.Shared/Jordnaer.Shared.csproj.DotSettings +++ /dev/null @@ -1,5 +0,0 @@ - - True - True - True - True \ No newline at end of file diff --git a/src/web/Jordnaer/Models/BadRequest.cs b/src/web/Jordnaer/Models/BadRequest.cs deleted file mode 100644 index b966062e..00000000 --- a/src/web/Jordnaer/Models/BadRequest.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace Jordnaer.Models; - -internal readonly ref struct BadRequest(ReadOnlySpan error) -{ - public ReadOnlySpan Error { get; } = error; -} \ No newline at end of file diff --git a/src/web/Jordnaer/Models/NotFound.cs b/src/web/Jordnaer/Models/NotFound.cs deleted file mode 100644 index 09198b18..00000000 --- a/src/web/Jordnaer/Models/NotFound.cs +++ /dev/null @@ -1,3 +0,0 @@ -namespace Jordnaer.Models; - -internal readonly ref struct NotFound; \ No newline at end of file diff --git a/src/web/Jordnaer/Models/Unauthorized.cs b/src/web/Jordnaer/Models/Unauthorized.cs deleted file mode 100644 index 5dd4348d..00000000 --- a/src/web/Jordnaer/Models/Unauthorized.cs +++ /dev/null @@ -1,3 +0,0 @@ -namespace Jordnaer.Models; - -internal readonly struct Unauthorized; \ No newline at end of file