Conversation
Path.GetFullPath fails on empty path. Check for empty requestor path earlier. Fixes dotnet#67802
|
Tagging subscribers to this area: @dotnet/area-system-reflection-emit Issue DetailsPath.GetFullPath fails on empty path. Check for empty requestor path earlier. Fixes #67802
|
|
I was not able to create a test that would simulate the situation hit in #67802 (comment) where Reflection.Emit assembly is not able to find its references. It probably requires some combination of AssemblyLoadContexts to hit. |
|
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsPath.GetFullPath fails on empty path. Check for empty requestor path earlier. Fixes #67802
|
|
/backport to release/6.0 |
|
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/2472093112 |
Path.GetFullPath fails on empty path. Check for empty requestor path earlier.
Fixes #67802