Skip to content

Commit 8b38c9a

Browse files
committed
1 parent 46b50d4 commit 8b38c9a

File tree

9 files changed

+0
-45
lines changed

9 files changed

+0
-45
lines changed

src/Examples/DatabasePerTenantExample/Controllers/EmployeesController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace DatabasePerTenantExample.Controllers;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class EmployeesController
8-
{
9-
}
10-
116
[DisableRoutingConvention]
127
[Route("api/{tenantName}/employees")]
138
partial class EmployeesController

test/JsonApiDotNetCoreTests/IntegrationTests/ControllerActionResults/ToothbrushesController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
namespace JsonApiDotNetCoreTests.IntegrationTests.ControllerActionResults;
66

7-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
8-
public partial class ToothbrushesController
9-
{
10-
}
11-
127
partial class ToothbrushesController
138
{
149
internal const int EmptyActionResultId = 11111111;

test/JsonApiDotNetCoreTests/IntegrationTests/CustomRoutes/CiviliansController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace JsonApiDotNetCoreTests.IntegrationTests.CustomRoutes;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class CiviliansController
8-
{
9-
}
10-
116
[ApiController]
127
[DisableRoutingConvention]
138
[Route("world-civilians")]

test/JsonApiDotNetCoreTests/IntegrationTests/CustomRoutes/TownsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88

99
namespace JsonApiDotNetCoreTests.IntegrationTests.CustomRoutes;
1010

11-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
12-
public partial class TownsController
13-
{
14-
}
15-
1611
[DisableRoutingConvention]
1712
[Route("world-api/civilization/popular/towns")]
1813
partial class TownsController

test/JsonApiDotNetCoreTests/IntegrationTests/HostingInIIS/PaintingsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace JsonApiDotNetCoreTests.IntegrationTests.HostingInIIS;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class PaintingsController
8-
{
9-
}
10-
116
[DisableRoutingConvention]
127
[Route("custom/path/to/paintings-of-the-world")]
138
partial class PaintingsController

test/JsonApiDotNetCoreTests/IntegrationTests/MultiTenancy/WebProductsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace JsonApiDotNetCoreTests.IntegrationTests.MultiTenancy;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class WebProductsController
8-
{
9-
}
10-
116
[DisableRoutingConvention]
127
[Route("{countryCode}/products")]
138
partial class WebProductsController

test/JsonApiDotNetCoreTests/IntegrationTests/MultiTenancy/WebShopsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace JsonApiDotNetCoreTests.IntegrationTests.MultiTenancy;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class WebShopsController
8-
{
9-
}
10-
116
[DisableRoutingConvention]
127
[Route("{countryCode}/shops")]
138
partial class WebShopsController

test/JsonApiDotNetCoreTests/IntegrationTests/RestrictedControllers/PillowsController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
namespace JsonApiDotNetCoreTests.IntegrationTests.RestrictedControllers;
44

5-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
6-
public partial class PillowsController
7-
{
8-
}
9-
105
[DisableQueryString("skipCache")]
116
partial class PillowsController
127
{

test/JsonApiDotNetCoreTests/IntegrationTests/RestrictedControllers/SofasController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
namespace JsonApiDotNetCoreTests.IntegrationTests.RestrictedControllers;
55

6-
// Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
7-
public partial class SofasController
8-
{
9-
}
10-
116
[DisableQueryString(JsonApiQueryStringParameters.Sort | JsonApiQueryStringParameters.Page)]
127
partial class SofasController
138
{

0 commit comments

Comments
 (0)