-
Notifications
You must be signed in to change notification settings - Fork 762
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
Symbols missing for microsoft.extensions.commandlineutils 1.1.1 #2499
Comments
@aspnet/build anyone have any ideas? @IlyaBiryukov I'm going to guess that you should be on a MUCH newer version as 1.1 has been out of support for a while know. |
We no longer support Microsoft.Extensions.CommandLineUtils. We have a similar shared source package but only for use within ASP.NET Core projects. @IlyaBiryukov what "VS payload" are you talking about? |
We use What newer version would you recommend? The one you still support that is. |
I don't recommend using either
|
So, your recommendation would be to switch to We cannot disable our insertions into VS. We ship with VS, and our package is enabled by default in several setup workflows. The NuGet package |
Yup. We last updated
Sorry, I wasn't clear. I was talking about not inserting just Mid-term I'd prefer you transition to
It's available in a couple of feeds, including
Overall this short-term change would give you symbols and allow your code to remain unchanged (modulo whatever we've fixed in the .Sources package). But, I recommend moving to another option mid-term because we're talking about an implementation detail of ASP.NET Core that isn't supported outside our small group. @Pilchie please jump in to confirm, deny or change what I'm saying here. (We certainly can do things differently going forward.) |
AspNetCore did not publish symbols to feeds as part of the 1.1 release, but I might be able to wrangle the symbol from the build drop share. Taking this offline. For all other users, #257 has some suggestions for alternative command line parsers to use. |
Just want to chime in that there are still no symbols uploaded for this nuget package. We were also bitten by this while inserting into VS. @pranavkm would you consider de-listing the package from nuget if no one is supposed to use it? |
Our VS payload depends on
microsoft.extensions.commandlineutils
1.1.1.When we do insertion into VS, it complains that it cannot find symbols for microsoft.extensions.commandlineutils.dll, see VS #958010
The PDB signature hash it's looking for is
D1A06F78-7E8D-400B-ACA1-15CC3DA0A798
The text was updated successfully, but these errors were encountered: