Skip to content

Commit e26dac4

Browse files
committed
Fixed inspectcode issues that do not appear as warnings when inspected in Rider
1 parent 280e449 commit e26dac4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Examples/JsonApiDotNetCoreExampleClient/GeneratedCode/ExampleApiClient.cs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace JsonApiDotNetCoreExampleClient.GeneratedCode
55
{
6+
// ReSharper disable once MemberCanBeInternal
67
public partial class ExampleApiClient : JsonApiClient
78
{
89
partial void UpdateJsonSerializerSettings(JsonSerializerSettings settings)

src/Examples/JsonApiDotNetCoreExampleClient/GeneratedCode/IExampleApiClient.cs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace JsonApiDotNetCoreExampleClient.GeneratedCode
44
{
5+
// ReSharper disable once MemberCanBeInternal
56
partial interface IExampleApiClient : IJsonApiClient
67
{
78
}

src/Examples/JsonApiDotNetCoreExampleClient/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
namespace JsonApiDotNetCoreExampleClient
99
{
10+
// ReSharper disable once ClassNeverInstantiated.Global
1011
internal class Program
1112
{
1213
private static async Task Main()

0 commit comments

Comments
 (0)