We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280e449 commit e26dac4Copy full SHA for e26dac4
src/Examples/JsonApiDotNetCoreExampleClient/GeneratedCode/ExampleApiClient.cs
@@ -3,6 +3,7 @@
3
4
namespace JsonApiDotNetCoreExampleClient.GeneratedCode
5
{
6
+ // ReSharper disable once MemberCanBeInternal
7
public partial class ExampleApiClient : JsonApiClient
8
9
partial void UpdateJsonSerializerSettings(JsonSerializerSettings settings)
src/Examples/JsonApiDotNetCoreExampleClient/GeneratedCode/IExampleApiClient.cs
@@ -2,6 +2,7 @@
2
partial interface IExampleApiClient : IJsonApiClient
}
src/Examples/JsonApiDotNetCoreExampleClient/Program.cs
@@ -7,6 +7,7 @@
namespace JsonApiDotNetCoreExampleClient
10
+ // ReSharper disable once ClassNeverInstantiated.Global
11
internal class Program
12
13
private static async Task Main()
0 commit comments