Make Debug.Print(string) behavior consistent with .NET Framework (#25036)
authorMaryam Ariyan <maryam.ariyan@microsoft.com>
Mon, 10 Jun 2019 21:09:07 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jun 2019 21:09:07 +0000 (14:09 -0700)
commit64855db283bf84e8d47cfd6d5cde4248df3e0f50
treea19c6ee6eb5987c9689f5b21d29ad590aa2fc0d4
parent835836c9d34409af0f31529201dfd57cb2bd053c
Make Debug.Print(string) behavior consistent with .NET Framework (#25036)

*     Debug.Print should call Debug.WriteLine
    - to behave similar to .NET Framework

* temporarily disable tests
- Waiting for coreclr/fx changes to propagate
src/System.Private.CoreLib/shared/System/Diagnostics/Debug.cs
tests/CoreFX/CoreFX.issues.rsp