1. 28 6月, 2016 5 次提交
    • M
      Remove deprecated internal APIs for Document and Project diagnostic analyzer (#12220) · 07bb25ba
      Manish Vasani 提交于
      TS has moved to newly added APIs, so remove the old APIs.
      Fixes #11501
      07bb25ba
    • A
      Improve parsing recovery for local functions (#12056) · ed1335cb
      Andy Gocke 提交于
      It's not unusual for a user to accidentally place an accessibility
      modifier on a local function declaration, but currently visibility
      modifiers are not seen as possible starts to statements, so parsing
      falls back to member parsing, assuming that the user forgot a closing
      brace on their method. This PR changes parsing to allow local function
      parsing to eat a visibility modifier and report an error. If parsing
      doesn't find a local function after the visibility it falls back to the
      old interpretation (that the user forgot a closing brace on their
      method) and treats the modifier as the start of a new member.
      
      In the case where it's ambiguous between a new member with a missing
      closing brace and a broken local function we assume that it's a broken
      local function. Fixes #8645.
      ed1335cb
    • K
      Add WorkItemAttribute for 10649... · 8acb5521
      Kevin Halverson 提交于
      8acb5521
    • K
      Merge pull request #11949 from antonssonj/master · 0f046ee5
      Kevin Halverson 提交于
      Debug updated parameter in Closure in statemachine
      0f046ee5
    • M
      Display analyzer assemblies with no applicable diagnostic analyzers t… (#12174) · 76d52fe5
      Manish Vasani 提交于
      * Display analyzer assemblies with no applicable diagnostic analyzers towards the end of analyzers list in solution explorer
      
      For most cases, these are analyzer depedencies with no analyzers.
      For few cases, these might be analyzer assemblies with no analyzers applicable for the given project langauge.
      For few other cases these might be analyzer assemblies whose diagnostic analyzers could not be instantiated for some reason, and hence have no rules.
      
      We still display such analyzers in the solution explorer so the user is aware that the project file contains these analyzer references, but display them towards the end to avoid clutter.
      
      Fixes https://github.com/dotnet/roslyn/issues/12047
      
      * Address PR feedback and completely hide the analyzer dependencies (analyzer assembly has no diagnostic analzyers and also has no load errors)
      76d52fe5
  2. 26 6月, 2016 1 次提交
  3. 25 6月, 2016 9 次提交
  4. 24 6月, 2016 16 次提交
  5. 23 6月, 2016 9 次提交