Commit 3fd974c
Address code review feedback: use SingleOrDefault instead of FirstOrDefault
- Changed to SingleOrDefault to make the expectation that solution folder paths are unique more explicit
- Added comment explaining that solution folder paths should be unique
- All tests still pass (4/4 for new test, 214/216 for GivenDotnetSlnAdd suite)
Co-authored-by: marcpopMSFT <[email protected]>1 parent 22bf03f commit 3fd974c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments