File tree 3 files changed +11
-2
lines changed
test/SourceGeneratorDebugger
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace SourceGeneratorDebugger . Controllers
4
4
{
5
+ // Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028
6
+ public partial class ArticlesController
7
+ {
8
+ }
9
+
5
10
[ PublicAPI ]
6
11
partial class ArticlesController
7
12
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- using Controllers ;
3
2
using JsonApiDotNetCore . Configuration ;
4
3
using JsonApiDotNetCore . Services ;
5
4
using Microsoft . Extensions . Logging . Abstractions ;
6
- using Some . Namespace . To . Place . Controllers ;
7
5
using SourceGeneratorDebugger . Controllers ;
8
6
using SourceGeneratorDebugger . Models ;
9
7
Original file line number Diff line number Diff line change 6
6
<CompilerGeneratedFilesOutputPath >$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath >
7
7
</PropertyGroup >
8
8
9
+ <ItemGroup >
10
+ <!-- Workaround for https://youtrack.jetbrains.com/issue/RSRP-487028 -->
11
+ <Using Include =" Controllers" />
12
+ <Using Include =" Some.Namespace.To.Place.Controllers" />
13
+ </ItemGroup >
14
+
9
15
<ItemGroup >
10
16
<Compile Include =" ..\..\src\JsonApiDotNetCore\Controllers\JsonApiEndpoints.cs" Link =" JsonApiDotNetCore\JsonApiEndpoints.cs" />
11
17
<Compile Include =" ..\..\src\JsonApiDotNetCore\Resources\Annotations\ResourceAttribute.cs" Link =" JsonApiDotNetCore\ResourceAttribute.cs" />
You can’t perform that action at this time.
0 commit comments