1. 16 4月, 2016 1 次提交
  2. 15 4月, 2016 1 次提交
    • J
      Issue: the case where razor and JS script blocks are both present in a CSHTML doc · c0afe18b
      Jason Ramsay 提交于
      will result in a linked doc language being “TypeScript” when the original
      doc language was “C#”. This is because GetLinkedDocumentIds() and GetRelatedDocumentIds()
      retrieve documents based on the file path and both of the ContainedDocuments will have
      the same path (ex: LoginView.cshtml) with different documentIds.
      
      This leads to NullReferenceExceptions in Salsa ContainedDocument scenarios
      
      Fix:
      - Change GetRelatedDocumentIds(DocumentId documentId) and GetLinkedDocumentIds() to filter documents by language
      - Add GetDocumentGroupKey method to AbstractRoslynTableDataSource and use this instead of GetRelatedDocumentIds for the aggregated key
      c0afe18b
  3. 24 3月, 2016 1 次提交
  4. 30 11月, 2015 2 次提交
  5. 25 11月, 2015 1 次提交
  6. 16 10月, 2015 1 次提交
  7. 13 10月, 2015 1 次提交
  8. 30 9月, 2015 3 次提交
  9. 25 9月, 2015 2 次提交
  10. 21 9月, 2015 1 次提交
  11. 17 9月, 2015 1 次提交
  12. 16 9月, 2015 1 次提交
    • M
      This change adds a new "Suppression State" column to the error list and adds... · 31ace2bf
      Manish Vasani 提交于
      This change adds a new "Suppression State" column to the error list and adds context menus to the error list for bulk suppression. A command handler is added to register these commands. VisualStudioBaseDiagnosticListTable and its subtypes have been modified to handle and populate the new column in the error list.
      
      NOTE: The new error list column, context menu commands and the command handler for error list context menus will be moved to the VS shell layer so that it can plug into FxCop diagnostic provider as well.
      31ace2bf
  13. 15 9月, 2015 2 次提交
  14. 11 9月, 2015 7 次提交
  15. 27 8月, 2015 1 次提交
  16. 26 8月, 2015 1 次提交
  17. 01 7月, 2015 1 次提交
  18. 09 6月, 2015 1 次提交
  19. 19 5月, 2015 1 次提交
    • H
      added support for BuildOnly filter to error list. · 071ed55e
      Heejae Chang 提交于
      now user has a easy way to see just errors from build. the content should be exactly same as what output build window shows.
      
      this change set also includes several misc changes such as adding support for error source and build tool.
      071ed55e
  20. 16 5月, 2015 1 次提交
  21. 14 5月, 2015 1 次提交
  22. 30 4月, 2015 2 次提交
  23. 29 4月, 2015 1 次提交
  24. 24 4月, 2015 1 次提交
    • S
      Display a tooltip for hyperlinks in error list and preview pane · 8e82124e
      Shyam N 提交于
      Display a tooltip containing url destination for hyperlinks in the error list and light bulb preview pane UIs.
      
      Also use full fidelity (i.e. substituted)  error message in the search query in the case of hyperlinks that redirect to bing search so that we can present more relevant search results.
      8e82124e
  25. 11 4月, 2015 1 次提交
    • H
      added error source support · 2e438ae3
      Heejae Chang 提交于
      now, error list will have column (which is off by default) that shows source of each errors in a
      format "assembly name" for analyzers node. and "assembly name" [vsix name] for vsix
      2e438ae3
  26. 03 4月, 2015 1 次提交
    • H
      changed IVsHierarchy reported to error list for files that belong to project k or shared project. · 7f0ecba5
      Heejae Chang 提交于
      previously we reported actual project (active context project in case of project k/shared project) to error list. this should let error list to only show errors for one specific project when current project filtering is set.
      
      but right now error list uses IVsHierarchy of project k/shared project rather than active context. so for RC, we will do that. that means for project k/shared project, we will show errors for all context (multiple projects)  when the filtering is set.
      
      for RTM, we will resolve design issue of what "Current Project" filtering means for error list.
      7f0ecba5
  27. 28 3月, 2015 1 次提交
  28. 14 3月, 2015 1 次提交