Anton Vishnyakov
Anton Vishnyakov
Ha! Same-same issue by @bo67192 https://github.com/PowerShell/PowerShellGet/issues/575
Bingo. Found working combination of dotnet and nuget. @bo67192, FYI dotnet-sdk-2.0.2 works well. It has to do with nuget being under version 5. With 2.0.2 it comes like this: ```...
@SydneyhSmith, up. Just making sure this is acknowledged by the Microsoft team.
Right, noted. Was not this scrum/agile thing all about drop everything and fix the broken build? 😕
All good. Thank you for sharing this, @alerickson.
@alerickson , could you please also comment on https://github.com/PowerShell/PowerShellGet/issues/584 "Yep, saw this" would be more than enough so we can propagate "Microsoft saw this" back to the team?
Folks, @MichaelSimons @SydneyhSmith @bo67192 did we have progress on this problem? I spent several days hitting the same problem here - https://github.com/PowerShell/PowerShellGet/issues/584 Still, not clear on the path forward.
Same-same here, exactly as @BatmanAMA described. ``` docker run --rm -it mcr.microsoft.com/powershell:ubuntu-16.04 Register-PSRepository -Default Get-PSRepository ``` Best guess is that remote endpoints are blocked, due to either proxy settings or...
Having the same issue, not clearly understand how to fix one. Is it still possible somehow?
Nice, found the other way around. With custom IWizard, we can use ProjectFinishedGenerating() override to handle project creation. Having nice project item iterator from here ( http://www.christophdebaene.com/blog/2009/07/08/enumerating-project-items-in-a-visual-studio-solution-2/ ) and the...