dotnet msbuild -target:DebugAppStuff .\backend\domains\test\lib\Problem.ApiClient\Problem.ApiClient.csproj
- Clone this repo
- dotnet tool restore
- Hit an enter in OpenApi/subdir/Proj1.json and save.
- dotnet affected --dry-run
Expected result: The project backend/domains/test/lib/Problem.ApiClient/Problem.ApiClient.csproj
is detected as changed.
- Hit an enter in OpenApi/subdir/Proj1.json and save.
- Start your clone of dotnet-affected
- Open launchSettings.json and edit the section "affected" to point to your clone of this repo.
"commandLineArgs": "-v -p #path_to_repo# --output-dir C:\\Temp --output-name changed"
Start the command "affected" in debug.
Expected result: The project backend/domains/test/lib/Problem.ApiClient/Problem.ApiClient.csproj
is detected as changed.