Skip to content

Commit 1dd2c2b

Browse files
author
Bart Koelman
committed
Annotated controllers in integration tests
1 parent 9b54ad6 commit 1dd2c2b

File tree

78 files changed

+0
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+0
-156
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/BroadcastCommentsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionBroadcastsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionNetworksController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Archiving/TelevisionStationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/Controllers/CreateMusicTrackOperationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Collections.Generic;
42
using System.Net;
53
using System.Threading;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/LyricsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/MusicTracksController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/OperationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.AtomicOperations;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/PerformersController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/PlaylistsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/RecordCompaniesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/TextLanguagesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/CompositeKeys/CarsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/CompositeKeys/DealershipsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/CompositeKeys/EnginesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ContentNegotiation/OperationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.AtomicOperations;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/ContentNegotiation/PoliciesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ControllerActionResults/ToothbrushesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Net;
42
using System.Threading;
53
using System.Threading.Tasks;

test/JsonApiDotNetCoreTests/IntegrationTests/CustomRoutes/CiviliansController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Threading.Tasks;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/CustomRoutes/TownsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Collections.Generic;
42
using System.Linq;
53
using System.Threading;

test/JsonApiDotNetCoreTests/IntegrationTests/EagerLoading/BuildingsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/EagerLoading/StatesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/EagerLoading/StreetsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ExceptionHandling/ConsumerArticlesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ExceptionHandling/ThrowingArticlesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/HostingInIIS/ArtGalleriesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/HostingInIIS/PaintingsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Controllers.Annotations;

test/JsonApiDotNetCoreTests/IntegrationTests/IdObfuscation/BankAccountsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Services;
53
using Microsoft.Extensions.Logging;

test/JsonApiDotNetCoreTests/IntegrationTests/IdObfuscation/DebitCardsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Services;
53
using Microsoft.Extensions.Logging;

test/JsonApiDotNetCoreTests/IntegrationTests/IdObfuscation/ObfuscatedIdentifiableController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.Collections.Generic;
42
using System.Threading;
53
using System.Threading.Tasks;

test/JsonApiDotNetCoreTests/IntegrationTests/InputValidation/ModelState/SystemDirectoriesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/InputValidation/ModelState/SystemFilesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/InputValidation/RequestBody/WorkflowsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/Links/PhotoAlbumsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/Links/PhotoLocationsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Links/PhotosController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/Logging/AuditEntriesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/ProductFamiliesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/SupportTicketsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/Microservices/DomainGroupsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/Microservices/DomainUsersController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/MultiTenancy/WebProductsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Controllers.Annotations;

test/JsonApiDotNetCoreTests/IntegrationTests/MultiTenancy/WebShopsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Controllers.Annotations;

test/JsonApiDotNetCoreTests/IntegrationTests/NamingConventions/DivingBoardsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/NamingConventions/SwimmingPoolsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/NonJsonApiControllers/NonJsonApiController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System.IO;
42
using System.Threading.Tasks;
53
using Microsoft.AspNetCore.Mvc;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/BlogPostsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/BlogsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/CalendarsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/CommentsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/Filtering/FilterableResourcesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/WebAccountsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ReadWrite/RgbColorsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ReadWrite/UserAccountsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ReadWrite/WorkItemGroupsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using System;
42
using JsonApiDotNetCore.Configuration;
53
using JsonApiDotNetCore.Controllers;

test/JsonApiDotNetCoreTests/IntegrationTests/ReadWrite/WorkItemsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/RequiredRelationships/CustomersController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/RequiredRelationships/OrdersController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/RequiredRelationships/ShipmentsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceConstructorInjection/GiftCertificatesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceConstructorInjection/PostOfficesController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Reading/MoonsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Reading/PlanetsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Reading/StarsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Serialization/ScholarshipsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

test/JsonApiDotNetCoreTests/IntegrationTests/ResourceDefinitions/Serialization/StudentsController.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#nullable disable
2-
31
using JsonApiDotNetCore.Configuration;
42
using JsonApiDotNetCore.Controllers;
53
using JsonApiDotNetCore.Services;

0 commit comments

Comments
 (0)