Skip to content

Merge branch master to portable-pdb - #412

Merged
tmat merged 32 commits into
dotnet:portable-pdbfrom
tmat:portable-pdb
Feb 11, 2015
Merged

Merge branch master to portable-pdb#412
tmat merged 32 commits into
dotnet:portable-pdbfrom
tmat:portable-pdb

Conversation

@tmat

@tmat tmat commented Feb 11, 2015

Copy link
Copy Markdown
Member

No description provided.

pdelvo and others added 30 commits February 6, 2015 19:47
Move rule CA1001 to this project. Rewrite the codefixer for it to be based on DocumentEditor and hence language agnostic.

Fix for CA1001 shouldn't generate a dispose method if there is already one in the type. Instead modify that method to make it the interface implementation.
Adding some tests.
…ysisanalyzers but since the codeanalysisanalyzers werent part of the solution VS didnt know. Once I merged the change that added them to the solution, VS got confused. Fixing the guids.

Also adding newlines to the end.
We have two targets that each modify a compiled binary in-place:
ApplyOptimizations and FakeSign. They each write out their own sentinel
file to help keep incremental build healthy and quick. However, this
causes problems when you need to run both (e.g. on a developer box
compiling Release binaries).
This change moves the sentinel file into a third task that depends on
the other two. I hope it's obvious how to extend this if more "post
compile binary modification" targets are added later.
Review feedback from Jason
…k Window.

This change also ensures that we get non-fatal Watson reports when we're in the continuation of a call to get generic type arguments or argument values from the debugee process.
removed dead code. code I wrote long time ago for specific indenter case is left in code base when it is no longer needed.
Substitute generic type arguments for generic frames in the Call Stack Window.
It is apparently possible for a test to exit with an error code, produce
no HTML file and no output.  In that case the call to Aggregate was
failing with an exception.  Change it to use ToArray +
File.WriteAllLines.

This won't fix the underlying problem but will at least identify the
test that is failing.
Create new projects for System.Runtime.Analyzers
Fix SimpleDiagnostic GetHashCode is more specific than Equals
properly handle VB Global namespace in DeclaredSymbolInfo
@dnfclas

dnfclas commented Feb 11, 2015

Copy link
Copy Markdown

Hi @tmat, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

tmat added a commit that referenced this pull request Feb 11, 2015
Merge branch master to portable-pdb
@tmat
tmat merged commit 63d5075 into dotnet:portable-pdb Feb 11, 2015
dibarbet pushed a commit that referenced this pull request Aug 18, 2026
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.