1. 27 7月, 2018 3 次提交
  2. 26 7月, 2018 2 次提交
    • J
      Fix Rename when there is non-SupportsCompilation projects · 2751aa77
      Jason Malinowski 提交于
      If we are doing a rename from a C#/VB symbol, and an F# project depends
      on that project, we might end up walking into non-C#/VB projects and
      we will crash. This prevents the crash.
      
      There were two ways I could fix this bug: one would be to update
      GetDocumentsAffectedByRename to exclude them up front. The other option
      is to deal with those at the call sites when we fail to find a service.
      I'm electing to do the later as that allows light-up by the appropriate
      language services if they wanted to do that down the road.
      2751aa77
    • J
      Update DependentProjectsFinder to only return projects supporting compilations · 0a34c068
      Jason Malinowski 提交于
      AddNonSubmissionDependentProjectsAsync is designed to return projects
      that depend on a given symbol. It indirectly calls HasReferenceTo
      which in the metadata paths will only return projects that have
      Compilation support. Thus, it seems safe to exclude the projects
      entirely.
      
      Fixes dotnet/roslyn#25655.
      0a34c068
  3. 21 7月, 2018 3 次提交
  4. 20 7月, 2018 3 次提交
  5. 19 7月, 2018 2 次提交
  6. 17 7月, 2018 1 次提交
  7. 16 7月, 2018 2 次提交
  8. 14 7月, 2018 2 次提交
  9. 13 7月, 2018 14 次提交
  10. 12 7月, 2018 1 次提交
  11. 11 7月, 2018 7 次提交