Skip to content
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

Add portable pdb support for net46. #856

Merged
merged 3 commits into from
Jun 15, 2017

Conversation

codito
Copy link
Contributor

@codito codito commented Jun 13, 2017

No description provided.

Copy link
Contributor

@smadala smadala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed?

}
#else
// We don't support full PDB files with .net core
return new PortableSymbolReader();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log on full pdb received for netcore.

/// </returns>
internal static bool IsPortable(Stream stream)
{
// First four bytes should be 'BSJB'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BSJB came from here

@Faizan2304 Faizan2304 merged commit c70c0c8 into microsoft:master Jun 15, 2017
Faizan2304 pushed a commit to Faizan2304/vstest that referenced this pull request Jun 15, 2017
@codito codito deleted the net46-portable-pdb branch June 15, 2017 11:54
Faizan2304 added a commit that referenced this pull request Jun 15, 2017
* Clear extensions cache after discover/execution complete. (#853)

* Clear cache after discover/execution complete.

* Sort usings

* Fix for issue:
1) #632
2) #844

* nitpick: Spelling

* Addressed PR comment

* spelling correction

* nitpick: function name

* Removed unused usings

(cherry picked from commit 0eef86b)

* Add portable pdb support for net46. (#856)

(cherry picked from commit c70c0c8)

* Install shared farmework compatible with particular version of CLI (#857)

(cherry picked from commit 322bf71)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants