This Question is Not Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
4 Replies Last post: Mar 6, 2013 6:01 PM by Candy Chiu  
Candy Chiu Newbie 3 posts since
Feb 26, 2013
Currently Being Moderated

Feb 26, 2013 10:01 PM

How to Link Framework Source

I have downloaded the framework source from MSDN's reference source page. 

 

Instead of

PdbNavigator: Downloader: http://referencesource.microsoft.com/source/.NET/4/DEVDIV_TFS//Dev10/Releases/RTMRel/ndp/clr/src/BCL/System/Threading/Tasks/Task.cs/1305376/Task.cs -> asked for EULA confirmation

PdbNavigator: Downloader: http://referencesource.microsoft.com/source/.NET/4/DEVDIV_TFS//Dev10/Releases/RTMRel/ndp/clr/src/BCL/System/Threading/Tasks/Task.cs/1305376/Task.cs?Accept=60cfd95167f54e5dbe291f30af235b39 -> The remote server returned an error: (400) Bad Request.

R# can find the source in
<LocalDir>/Dev10/Releases/RTMRel/ndp/clr/src/BCL/System/Threading/Tasks/Task.cs/1305376/Task.cs
How do I specify this path?

Alex Berezoutsky JetBrains 456 posts since
Feb 18, 2011
Currently Being Moderated
Mar 1, 2013 1:50 PM in response to: Candy Chiu
Re: How to Link Framework Source

Hi Candy,

 

You may add custom path for external sources. I added a screenshot for a reference.

 

Thanks!

Attachments:
Alex Berezoutsky JetBrains 456 posts since
Feb 18, 2011
Currently Being Moderated
Mar 6, 2013 4:47 PM in response to: Candy Chiu
Re: How to Link Framework Source

Hi Candy,

 

Could you please describe, why do you need to include .net framework sources in there? If you select "Navigation to sources" in Resharper | Options | Tools | External Sources, ReSharper's Navigation mechanism will automatically use .net framework sources, and, if enabled, even download them directly from the MS servers.

 

Thanks.

More Like This

  • Retrieving data ...