1. 18 12月, 2020 2 次提交
    • J
      Fix bug where constructor cycle detection would throw IndexOutOfBoundsException · b3611be6
      Jason Malinowski 提交于
      The problem here was when we do cycle detection, we tried to look
      at the source of the candidate constructor that we are looking at
      delegating to. If we are in a cross-language case, the target might
      be from metadata via the skeleton reference and we don't have source.
      Rather than fixing the code that assumes it's a source method, I'm
      making a change that says if the constructor you're delegating to is
      in the base type, then we can't create a cycle and can skip the check
      entirely.
      b3611be6
    • J
      Fix generate constructor throwing in a cross-language case · e0487a73
      Jason Malinowski 提交于
      We tried to locate a constructor to delegate to; in that case we would
      grab the types of the constructor and make sure the original call site
      actually can use those types. In the cross-language case, we'd mix up
      types from different languages. The correct behavior here is to map
      the candiate type back to the language of the call site, since it's
      the call site's language rules that matter.
      
      Fixes https://github.com/dotnet/roslyn/issues/49850
      e0487a73
  2. 22 10月, 2020 1 次提交
  3. 17 9月, 2020 2 次提交
  4. 01 6月, 2020 2 次提交
  5. 13 5月, 2020 1 次提交
  6. 23 1月, 2020 1 次提交
  7. 27 7月, 2019 1 次提交
  8. 24 7月, 2019 1 次提交
    • C
      Remove naming styles before generating field/property/parameter in constructor... · d026d69e
      Cheryl Borley 提交于
      Remove naming styles before generating field/property/parameter in constructor related refactorings (#36220)
      
      * Fix for 35776
      
      * helper struct implemented
      
      * Respond to feedback
      
      * Tests in progress
      
      * Add tests
      
      * fix tests
      
      * fix tests
      
      * Respond to feedback
      
      * Handle empty base names
      
      * Add test for recursive removal of prefixes, and other minor feedback responses
      
      * Fix tests
      d026d69e
  9. 28 2月, 2019 1 次提交
  10. 27 8月, 2017 1 次提交
  11. 26 8月, 2017 1 次提交
  12. 24 8月, 2017 2 次提交
  13. 11 8月, 2017 1 次提交
  14. 02 8月, 2017 1 次提交
  15. 05 7月, 2017 1 次提交
  16. 29 6月, 2017 2 次提交
  17. 14 5月, 2017 2 次提交
  18. 28 2月, 2017 3 次提交
  19. 09 12月, 2016 1 次提交
  20. 20 11月, 2016 1 次提交
  21. 04 11月, 2016 2 次提交
  22. 18 10月, 2016 1 次提交
  23. 21 7月, 2016 1 次提交
  24. 15 7月, 2016 1 次提交
    • L
      Port partial type completion provider to C# · bdc57ef7
      lorcanmooney 提交于
      Apply feedback from Pilchie
      Apply feedback from CyrusNajmabadi
      Missed feedback from CyrusNajmabadi
      Apply more feedback from CyrusNajmabadi and AlekseyTs
      Apply feedback from AlekseyTs
      Apply feedback from jcouv
      bdc57ef7
  25. 24 6月, 2016 1 次提交
  26. 01 6月, 2016 1 次提交
  27. 30 3月, 2016 1 次提交
  28. 26 1月, 2016 1 次提交
  29. 22 1月, 2016 1 次提交
  30. 17 12月, 2015 1 次提交
    • J
      Switch tests unnecessarily using WpfFact to Fact · a226d9d2
      Jason Malinowski 提交于
      These tests were all using WpfFact, but not actually doing anything
      that required either WPF or an STA thread. We plan to enable
      parallelization of Facts (but not WpfFacts), and this ensures we can
      parallelize as many tests as possible.
      a226d9d2
  31. 01 12月, 2015 1 次提交