1. 10 10月, 2022 2 次提交
  2. 08 10月, 2022 1 次提交
    • A
      Eagerly format exceptions in FSI's interactive scripting API (#14026) · e782148f
      Adam Boniecki 提交于
      * Add eager formatting of exceptions to fsi
      
      Eval* methods of FSIEvaluationSession that are using
      CompilationDiagnosticsLogger are at risk of mutating data that's
      referred to in the exception before error message is printed. To prevent
      that, this commit makes CompilationDiagnosticsLogger take additional
      argument that can control early pre-processing of logged exceptions.
      
      * Add a test for ValueRestriction error
      
      * Minor fixes from code review
      Co-authored-by: NAdam Boniecki <adboniec@microsoft.com>
      e782148f
  3. 07 10月, 2022 3 次提交
  4. 06 10月, 2022 2 次提交
  5. 05 10月, 2022 2 次提交
  6. 04 10月, 2022 1 次提交
    • T
      Infer isreadonly from structs ("readonly struct" in C#) to avoid struct-copies... · a312dc6b
      Tomas Grosup 提交于
      Infer isreadonly from structs ("readonly struct" in C#) to avoid struct-copies just like we do with readonly methods (#13999)
      
      Method on a readonly struct (instance or extension) will avoid a defensive copy of the struct, just like it was already done with readonly methods. This is done especially to play well with C# defined "readonly struct"
      a312dc6b
  7. 03 10月, 2022 2 次提交
  8. 30 9月, 2022 2 次提交
  9. 29 9月, 2022 1 次提交
  10. 27 9月, 2022 3 次提交
  11. 26 9月, 2022 1 次提交
  12. 24 9月, 2022 6 次提交
  13. 23 9月, 2022 4 次提交
  14. 22 9月, 2022 3 次提交
  15. 21 9月, 2022 1 次提交
  16. 19 9月, 2022 1 次提交
  17. 18 9月, 2022 1 次提交
  18. 17 9月, 2022 1 次提交
  19. 16 9月, 2022 2 次提交
  20. 15 9月, 2022 1 次提交