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 property bag to diagnostic and remember origin of the diagnostic #510

Merged
merged 6 commits into from
Feb 18, 2015

Commits on Feb 14, 2015

  1. add property bag to diagnostic and remember origin of the diagnostic

    this change contains 2 changes. one is adding property bag to diagnostic and the other is putting origin of the diagnostic in the property bag.
    
    the property bag is added based on users feedback. this basically lets users add a diagnostic specific information.
    
    second change is for error list. we would like to order errors better based on the origin of the errors (syntax, declaration, others and etc). two changes are together because the second one takes advantage of the property bag we just added.
    
    ...
    
    this is a port of CR I had in TFS to github. checkin is delayed due to sign off - this contains public API change.
    heejaechang committed Feb 14, 2015
    Configuration menu
    Copy the full SHA
    9332308 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. Configuration menu
    Copy the full SHA
    096edcb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Merge remote-tracking branch 'upstream/master' into diagnosticProperty

    Conflicts:
    	src/Features/Core/Diagnostics/EngineV1/DiagnosticIncrementalAnalyzer.cs
    heejaechang committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    e4436bf View commit details
    Browse the repository at this point in the history
  2. changed some comments

    heejaechang committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    2437d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    677b289 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be0a74b View commit details
    Browse the repository at this point in the history