-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Conversation
@dotnet-bot test NETFX x86 Release Build (infra issue) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surprised I missed this one.
2aec709
to
24796de
Compare
Hit some method name differences between Windows and Unix. We should reconcile the unnecessary code path differences at some point. |
24796de
to
16853da
Compare
@@ -216,14 +216,14 @@ internal Font(IntPtr nativeFont, string familyName, FontStyle style, float size) | |||
fontFamily = FontFamily.GenericSansSerif; | |||
} | |||
|
|||
setProperties(fontFamily, size, style, GraphicsUnit.Pixel, 0, false); | |||
Initialize(fontFamily, size, style, GraphicsUnit.Pixel, 0, false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know much about this codebase but shouldn't the last parameter be IsVerticalName(fontFamily.Name)
instead of false? cc @safern
16853da
to
1cb4a65
Compare
|
You gotta build Linux locally 😛 |
1cb4a65
to
ffa01f0
Compare
ffa01f0
to
477e83e
Compare
Is there/should there be an issue for making |
Many types that were serializable on netfx are not in core, by design. We're only doing so now on a case-by-case basis where there's a very strong reason for doing so and where the cons don't outweigh the benefits. If you believe there's a strong reason for additional specific types, please open separate issues for them along with the justification. Thanks. |
@stephentoub okay, thanks. I don't have specific very strong reasons, but noticed failing tests when I was porting SoapFormatter to .NET Core. https://github.com/onovotny/SoapFormatter |
Ok. Thanks. |
Commit migrated from dotnet/corefx@6e55e0f
Fixes https://github.com/dotnet/corefx/issues/33437
⚡️ I HEREBY DEMAND THE NEWLY ADDED SERIALIZATION TESTS JUST PASS ⚡️ please