You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix root directory not being considered by UseSolutionRelativeContentRoot() (#34079)
* Fix root directory not being considered
Fix the root directory of a drive not being considered to find the solution.
Addresses #33363.
* Resolve CA1309 warning
Resolve CA1309 warning be specifying StringComparison.Ordinal.
0 commit comments