Skip to content
Snippets Groups Projects
  • Chris Bacon's avatar
    d18fc14e
    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
    History
    Fix Profilers for coreclr
    Chris Bacon authored
    Coreclr doesn't support the StreamWriter(string) constructor.
    Use File.CreateText() instead, which is equivalent and supported on all platforms.