File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
samples/RootNamespaceTest Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,16 @@ The source generator should:
2222
2323## Running the Test
2424
25+ From the repository root:
2526``` bash
2627dotnet run --project samples/RootNamespaceTest/RootNamespaceTest.csproj
2728```
2829
30+ Or from this directory:
31+ ``` bash
32+ dotnet run
33+ ```
34+
2935Expected output:
3036```
3137RootNamespace 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
You can’t perform that action at this time.
0 commit comments