-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test is failing on 2 platforms with this change #1913
Comments
The EventPipe failures appear to be the same as #1892. Unless the fix can be made in .NET Framework as well, I believe that you should conditionally compile with |
.NET Framework sources are read-only, so it would be the folks at MS that would make the fix. |
@Gnbrkm41, so I should just make it conditional and then they can change it later for netfx if they want? |
That's my understanding of it, yes. |
#1740) (#1853) * Fix for issue #1740 U+0085 not recognised as a newline character in CSharpCodeGenerator.cs Fix $1740 * Fix for issue #1740 U+0085 not recognised as a newline character in CSharpCodeGenerator.cs * Fix for issue #1740 U+0085 not recognised as a newline character in CSharpCodeGenerator.cs This change fixes a previous test that incorrectly causes the character to be forced out of being in unicode format. * Stop the changes from #1740 on the .Net Framework as per #1913 Read #1913 for why, view PR #1853 and #1740 also.
Please read PR #1853 and issue #1740 first, thanks.
It seems like the test is failing on 2 platforms: Windows_NT netfx x86 Release, and Windows_NT x64.
I imagine the reasoning behind the netfx failure is because it must still have the old code, but can anyone tell me what the other one is, its error messages don't make sense to me.
Also, what should I do to fix the netfx platform?
Originally posted by @hamarb123 in #1853 (comment)
https://github.com/dotnet/runtime/pull/1853/checks?check_run_id=395012296
The text was updated successfully, but these errors were encountered: