Fix AE in ExecutableResource#8797
Conversation
|
/backport to release/9.2 |
|
Started backporting to release/9.2: https://github.com/dotnet/aspire/actions/runs/14479796036 |
|
temporarily reverting the fix part to investigate test failure |
|
Well wierd, back to original state and now it's all green. Must have been an issue in main... |
|
/backport to release/9.2 |
|
Started backporting to release/9.2: https://github.com/dotnet/aspire/actions/runs/14526388742 |
|
/backport to release/9.2 |
|
Started backporting to release/9.2: https://github.com/dotnet/aspire/actions/runs/14526728317 |
|
Patched in 9.2.1. To pick up this fix if you need it, For existing projects targeting 9.2.0, please update as follows; If you're creating new projects, you can just install and use the updated project templates: |
Description
Fixes #8732
We made the same 9.1->9.2 break in the Command property also but I think that should be maintained since Process.Start requires one (unless there's a Windows shell style verb, which we don't use)
I looked through the original change and found no other examples of empty string becoming disallowed beyond these two
Checklist
<remarks />and<code />elements on your triple slash comments?breaking-changetemplate):doc-ideatemplate):