-
Notifications
You must be signed in to change notification settings - Fork 55
track private repository support for Visual Studio 2017 #204
Comments
|
opened dotnet/roslyn#19143 |
Currently, only 53 votes. We are going to need more votes. |
@ctaggart More votes now :) What is the magic number? Debugging nugets on private feeds is so painful today. |
@wes566, I'm not sure. We are at 93 now Let's shoot for 300. I'm hoping the Windows PDB support shipping with Visual Studio 15.3 will unblock Microsoft open source from using it. When adoption of enabling source link increases, more and more will want private repository support too. |
Can you confirm my understanding: |
271 votes now! Could you share any info for status of private repository support in portable pdbs? |
The /embed option is now marked complete! |
I guess this would also enable us to pull from VSTS, right? |
|
It was announced on a the Visual Studio roadmap. It should be in an update sometime in Q2. |
It looks like this is in VS 2017.5 Preview 3. See the UserVoice / release notes in the Debugging section: https://blogs.msdn.microsoft.com/visualstudio/2018/04/09/visual-studio-2017-version-15-7-preview-3/ |
@scottt732 I think you meant to say VS 2017 Update 7 preview 3, aka 15.7 preview 3? It certainly seems like 15.7 is the plan! dotnet/designs#37 |
@kzeronik For private repositories, you can simply set the |
Thanks @ctaggart - something like this then
|
@kzeronik, Yes, or you can set the props in the msbuild build files, such as Directory.Build.props. You can search GitHub for examples: |
@Tadimsky, since you are using VSTS, I'd give SourceLink v3 a shot. You can find details here: |
Great! I didn't know it was out yet. |
It is great that Visual Studio 15.7 has support for private auth to VSTS and GitHub https://goo.gl/iNAvgW. I just created a new user voice for generic auth support so that we can use GitHub Enterprise, GitLab, and other sources. Please vote for it https://goo.gl/UzD1iS. I also requested the same thing from JetBrains Rider. If they added support, I could debug into source code on a Linux machine. https://youtrack.jetbrains.com/issue/RIDER-16260 |
Well, those pieces are in beta. An official v3 isn't out yet, but those are the core components and should be usable. When I figure out what to wrap or collect everything, it will be in issue #305. |
@ctaggart we also created https://developercommunity.visualstudio.com/content/problem/257347/unnecessary-restrictions-on-authenticated-source-l.html?childToView=257351 |
I'm not sure if updates to private repository support will be in Visual Studio 2017 15.8 or not. I don't see any mentions in the release notes |
Looks like it is going to be supported in 15.8 via the support for Git Credential Manager |
Get it while it is hot! 15.8 preview 4, which came out on the 10th, has private repo support! I'm downloading now.
|
It is working for me and my team with GitHub Enterprise. |
dotnet/roslyn#12759 (comment)
The text was updated successfully, but these errors were encountered: