Skip to content

Fix Control COM interface serialization#8597

Merged
JeremyKuhne merged 3 commits into
dotnet:mainfrom
JeremyKuhne:bfswitch
Feb 9, 2023
Merged

Fix Control COM interface serialization#8597
JeremyKuhne merged 3 commits into
dotnet:mainfrom
JeremyKuhne:bfswitch

Conversation

@JeremyKuhne
Copy link
Copy Markdown
Member

@JeremyKuhne JeremyKuhne commented Feb 8, 2023

PropertyBagStream wasn't converting it's values correctly to/from string/object.

Also reinstate BinaryFormatter property handling which I removed under the misunderstanding that BinaryFormatter would be completely removed.

Add tests.

Microsoft Reviewers: Open in CodeFlow

`PropertyBagStream` wasn't converting it's values correctly to/from string/object.

Also reinstate `BinaryFormatter` property handling which I removed under the misunderstanding that `BinaryFormatter` would be completely removed.

Add tests.
@JeremyKuhne JeremyKuhne requested a review from a team as a code owner February 8, 2023 21:00
@ghost ghost assigned JeremyKuhne Feb 8, 2023
@JeremyKuhne JeremyKuhne requested a review from lonitra February 8, 2023 21:00
Adds additional conversions and fallback for `VARIANT.FromObject()`.
Copy link
Copy Markdown
Member

@lonitra lonitra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@JeremyKuhne JeremyKuhne merged commit d12ac51 into dotnet:main Feb 9, 2023
@ghost ghost added this to the 8.0 Preview2 milestone Feb 9, 2023
@JeremyKuhne JeremyKuhne deleted the bfswitch branch February 9, 2023 21:34
@ghost ghost locked as resolved and limited conversation to collaborators Mar 12, 2023
@JeremyKuhne JeremyKuhne added the area-Serialization-BinaryFormatter-FeatureWork Feature work under the general area of BinaryFormatter related serialization label May 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Serialization-BinaryFormatter-FeatureWork Feature work under the general area of BinaryFormatter related serialization

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants