Skip to content
Snippets Groups Projects
  1. Feb 17, 2016
    • Jon Skeet's avatar
      Add a NullLogger in the C# implementation · e813bc76
      Jon Skeet authored
      I'd argue that at this stage, this should probably be the default. Further options to consider:
      
      - Make it a singleton, or at least expose a static property with a single instance?
      - Allow SetLogger(null) to use the NullLogger?
      e813bc76
  2. Feb 13, 2016
  3. Feb 10, 2016
  4. Feb 09, 2016
  5. Feb 08, 2016
  6. Feb 04, 2016
    • Chris Bacon's avatar
      Fix Profilers for coreclr · d18fc14e
      Chris Bacon authored
      Coreclr doesn't support the StreamWriter(string) constructor.
      Use File.CreateText() instead, which is equivalent and supported on all platforms.
      d18fc14e
    • Chris Bacon's avatar
      Fix NativeExtensions for coreclr · b767d09c
      Chris Bacon authored
      Coreclr doesn't support Assembly.GetExecutingAssembly(),
      use TypeInfo.Assembly instead, which is supported on all platforms.
      b767d09c
  7. Feb 02, 2016
  8. Jan 30, 2016
  9. Jan 26, 2016
  10. Jan 25, 2016
  11. Jan 22, 2016
  12. Jan 21, 2016
  13. Jan 20, 2016
  14. Jan 16, 2016
  15. Jan 15, 2016
  16. Jan 13, 2016
  17. Jan 12, 2016
Loading