Skip to content

marcusber/affected-reference-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

affected-reference-problem

Inspect included files in Problem.Api

dotnet msbuild -target:DebugAppStuff .\backend\domains\test\lib\Problem.ApiClient\Problem.ApiClient.csproj

Test with tool locally

  1. Clone this repo
  2. dotnet tool restore
  3. Hit an enter in OpenApi/subdir/Proj1.json and save.
  4. dotnet affected --dry-run

Expected result: The project backend/domains/test/lib/Problem.ApiClient/Problem.ApiClient.csproj is detected as changed.

Debug affected

  1. Hit an enter in OpenApi/subdir/Proj1.json and save.
  2. Start your clone of dotnet-affected
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages