955cae6d4b
- JobTrackerApi/Controllers/GmailController.cs - JobTrackerApi/Services/GmailOAuthService.cs - JobTrackerApi.Tests/GmailControllerTests.cs - .gsd/milestones/M001/slices/S01/S01-PLAN.md - .gsd/KNOWLEDGE.md
377 B
377 B
Project Knowledge
dotnet test JobTrackerApi.Tests/JobTrackerApi.Tests.csproj --filter GmailControllerTestsstill compiles the entireJobTrackerApi.Testsproject before filtering execution. If unrelated controller tests drift from production signatures, the Gmail slice verification command will fail at compile time even whenGmailControllerTestsitself is correct.