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

[regression] Roslyn deterministic pdb hashing breaks hello world on .net core #2439

Closed
kangaroo opened this issue May 1, 2015 · 3 comments · Fixed by #2454
Closed

[regression] Roslyn deterministic pdb hashing breaks hello world on .net core #2439

kangaroo opened this issue May 1, 2015 · 3 comments · Fixed by #2454
Assignees
Labels
Area-Compilers Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verified
Milestone

Comments

@kangaroo
Copy link

kangaroo commented May 1, 2015

Please see the following issue:

https://github.com/dotnet/coreclr/issues/898

It seems Roslyn presumes the presence of the TransformBlock and TransformFinalBlock methods which are not surfaced in .NET core.

@richlander
Copy link
Member

/cc @gafter @jaredpar

@gafter gafter added this to the 1.0 (stable) milestone May 2, 2015
@gafter gafter self-assigned this May 2, 2015
@gafter
Copy link
Member

gafter commented May 2, 2015

Ouch. My fault. This is in support of a feature that isn't even enabled by default.

gafter added a commit to gafter/roslyn that referenced this issue May 2, 2015
@gafter gafter added 4 - In Review A fix for the issue is submitted for review. and removed 3 - Working labels May 2, 2015
@gafter gafter added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 4 - In Review A fix for the issue is submitted for review. labels May 5, 2015
@gafter gafter removed their assignment May 5, 2015
@MattGertz MattGertz assigned MattGertz and jaredpar and unassigned MattGertz May 15, 2015
@MattGertz
Copy link
Contributor

Assigning for verification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verified
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants