Skip to content
Snippets Groups Projects
  1. Mar 01, 2016
  2. Feb 29, 2016
  3. Feb 23, 2016
  4. Feb 19, 2016
  5. Feb 18, 2016
  6. 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
  7. Feb 13, 2016
  8. Feb 10, 2016
  9. Feb 09, 2016
  10. Feb 08, 2016
  11. Feb 05, 2016
  12. 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
  13. Feb 02, 2016
  14. Jan 30, 2016
  15. Jan 26, 2016
  16. Jan 25, 2016
Loading