We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22e81a9 + c432443 commit e773c63Copy full SHA for e773c63
CLAUDE.md
@@ -31,12 +31,12 @@ The codebase has a clear separation between the main library and tests:
31
32
### Build
33
```bash
34
-dotnet build src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj
+dotnet build
35
```
36
37
### Run Tests
38
39
-dotnet test test/RecursiveDataAnnotationsValidation.Tests/RecursiveDataAnnotationsValidation.Tests.csproj
+dotnet test
40
41
42
### Run Single Test
0 commit comments