Skip to content

Commit c598720

Browse files
committed
--include
1 parent e46cdff commit c598720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/OpenApiTests/QueryStrings/IncludeTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Text.Json;
22
using FluentAssertions;
3+
using JetBrains.Annotations;
34
using JsonApiDotNetCore.Configuration;
45
using JsonApiDotNetCore.Controllers;
56
using JsonApiDotNetCore.Services;
@@ -60,6 +61,7 @@ public async Task Discriminator_is_generated_for_all_resource_types_when_subset_
6061
});
6162
}
6263

64+
[UsedImplicitly(ImplicitUseKindFlags.InstantiatedNoFixedConstructorSignature)]
6365
private sealed class OnlyGetSingleNodeController(
6466
IJsonApiOptions options, IResourceGraph resourceGraph, ILoggerFactory loggerFactory, IResourceService<Node, long> resourceService)
6567
: BaseJsonApiController<Node, long>(options, resourceGraph, loggerFactory, resourceService)

0 commit comments

Comments
 (0)