Update design and expose new attributes for the CustomTypeMarshaller support#71682
Conversation
|
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsUpdate the design of the V2 marshallers based on API review feedback. Expose the Contributes to #70859
|
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Failures are a network blip and #71684 |
Update the design of the V2 marshallers based on API review feedback.
Expose the
CustomTypeMarshallerAttributeclass and theMarshalModeenum so we can use them to update ASP.NET Core's custom marshallers and delete the V1 model sooner.Also block the analyzer from warning on the V2 design for now until we actually get it updated.
Contributes to #70859