Skip to content

Commit 9194487

Browse files
committed
Address failing InspectCode
1 parent dd667be commit 9194487

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Examples/JsonApiDotNetCoreExampleClient/ExampleApiClient.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using JsonApiDotNetCore.OpenApi.Client;
33
using Newtonsoft.Json;
44

5+
// ReSharper disable UnusedParameterInPartialMethod
6+
57
namespace JsonApiDotNetCoreExampleClient;
68

79
[UsedImplicitly(ImplicitUseTargetFlags.Itself)]

src/Examples/JsonApiDotNetCoreExampleClient/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
Console.WriteLine("Press any key to close.");
3232
Console.ReadKey();
3333

34+
// ReSharper disable once UnusedLocalFunctionReturnValue
3435
static async Task<TResponse?> TranslateAsync<TResponse>(Func<Task<TResponse>> operation)
3536
where TResponse : class
3637
{

0 commit comments

Comments
 (0)