Skip to content

Commit a668d96

Browse files
committed
Added launchsettings for debugging the source generator.
1 parent 585e43a commit a668d96

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"Source Generator": {
4+
"commandName": "DebugRoslynComponent",
5+
"targetProject": "../../samples/Thinktecture.Runtime.Extensions.Samples/Thinktecture.Runtime.Extensions.Samples.csproj"
6+
}
7+
}
8+
}

src/Thinktecture.Runtime.Extensions.SourceGenerator/Thinktecture.Runtime.Extensions.SourceGenerator.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<IncludeBuildOutput>false</IncludeBuildOutput>
99
<IncludeSymbols>false</IncludeSymbols>
1010
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
11+
<IsRoslynComponent>true</IsRoslynComponent>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

0 commit comments

Comments
 (0)