Skip to content

Commit

Permalink
Add ability to debug generator on functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Jun 9, 2024
1 parent 7e5c502 commit f23b7b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<IsRoslynComponent>true</IsRoslynComponent>
<IsPackable>false</IsPackable>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>
Expand Down
8 changes: 8 additions & 0 deletions src/ArgumentParsing.Generators/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"FunctionalTests": {
"commandName": "DebugRoslynComponent",
"targetProject": "..//..//tests//ArgumentParsing.Tests.Functional//ArgumentParsing.Tests.Functional.csproj"
}
}
}

0 comments on commit f23b7b5

Please sign in to comment.