Skip to content

Commit de784c4

Browse files
committed
Remove dead code
1 parent cef514c commit de784c4

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using JetBrains.Annotations;
22
using JsonApiDotNetCore.OpenApi.Client;
33
using Newtonsoft.Json;
4-
using NSwag;
5-
using NSwag.CodeGeneration;
64

75
namespace JsonApiDotNetCoreExampleClient;
86

@@ -18,11 +16,3 @@ partial void UpdateJsonSerializerSettings(JsonSerializerSettings settings)
1816
#endif
1917
}
2018
}
21-
22-
public class TestParameterNameGenerator : IParameterNameGenerator
23-
{
24-
public string Generate(OpenApiParameter parameter, IEnumerable<OpenApiParameter> allParameters)
25-
{
26-
throw new NotImplementedException("TTEESSST");
27-
}
28-
}

src/Examples/JsonApiDotNetCoreExampleClient/JsonApiDotNetCoreExampleClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<PrivateAssets>all</PrivateAssets>
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
25-
<PackageReference Include="NSwag.CodeGeneration" Version="14.0.3" />
2625
</ItemGroup>
2726

2827
<ItemGroup>

0 commit comments

Comments
 (0)