-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[workloads] Shorten the workload name even more #74150
Conversation
@@ -79,8 +79,8 @@ | |||
<!-- Shorten package names to avoid long path issues in Visual Studio --> | |||
<ItemGroup> | |||
<!-- These need to be in order - matching rules will try in order. --> | |||
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain.Manifest"> | |||
<Replacement>MonoToolChainManifest</Replacement> | |||
<ShortNames Include="Microsoft.NET.Workload.Mono.ToolChain."> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much shortening on this line? :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, it matches from the start ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we'll end up with mono.manifest or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, I noticed there's already a VSIX package in VS with an ID called "Mono", so as long as we have another qualifier we should be okay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should end up as MonoManifest-7.0.100
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh... This limit is painful
Wait. Looks like it no longer has the Replacement metadata?
/backport to release/7.0-rc1 |
Started backporting to release/7.0-rc1: https://github.com/dotnet/runtime/actions/runs/2885146213 |
No description provided.