Skip to content

[BinFmt] ValueType and ValueTypeArray #8923

@JanKrivanek

Description

@JanKrivanek

Background

#6215
This subitem is focused on https://github.com/dotnet/msbuild/blob/main/src/Shared/TaskParameter.cs#L282

Suggested approach

We should be able to de/serialize without BinaryFormatter (Blittable types just be grabing the bytes, nonblittable by marshaling. Or possibly just use marshalling on all types).
Carefull unit tests should be added - for blittable and nonblittable types (https://learn.microsoft.com/en-us/dotnet/framework/interop/blittable-and-non-blittable-types)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions