From ffa0fff0f31b7d869734e8032313188df523ecca Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Fri, 24 Jun 2022 18:46:42 -0700 Subject: Custom marshallers v2 usage (#71238) * Enable using the new generator attributes before the new API shapes are approved * Disable the diagnostic that verifies that a marshaller type has the v1 attribute. * Convert some custom type marshallers to the v2 design. Convert as many of the marshallers as possible to their correct representation with the currently implemented feature set. This PR does not convert marshallers that can be represented with the new design but need more features to be accurately represented. --- eng/generators.targets | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eng/generators.targets') diff --git a/eng/generators.targets b/eng/generators.targets index c123ad66387..92c76103b17 100644 --- a/eng/generators.targets +++ b/eng/generators.targets @@ -67,6 +67,11 @@ true + + + + + -- cgit v1.2.3