Skip to content

Commit f686e6b

Browse files
CopilotSoar360
andcommitted
Address code review comments in README
Co-authored-by: Soar360 <[email protected]>
1 parent 17158c4 commit f686e6b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

samples/RootNamespaceTest/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@ The source generator should:
2222

2323
## Running the Test
2424

25+
From the repository root:
2526
```bash
2627
dotnet run --project samples/RootNamespaceTest/RootNamespaceTest.csproj
2728
```
2829

30+
Or from this directory:
31+
```bash
32+
dotnet run
33+
```
34+
2935
Expected output:
3036
```
3137
RootNamespace Test - Verifying generated R class namespace
@@ -49,7 +55,7 @@ Config resource content: {
4955

5056
## Verification
5157

52-
The test program:
53-
1. Accesses the `R` class without qualification (proving it's in `Popcorn.Toolkit`)
54-
2. Verifies the namespace using reflection
55-
3. Reads resources to ensure functionality works correctly
58+
The test program verifies the fix by:
59+
1. Accessing the `R` class without namespace qualification (proving it's in the same `Popcorn.Toolkit` namespace as Program.cs)
60+
2. Using reflection to verify the namespace is exactly `Popcorn.Toolkit`
61+
3. Reading resources to ensure the generated code functions correctly

0 commit comments

Comments
 (0)