Update the CustomMarshallerAttributeFixer to support adding missing methods for state...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Thu, 28 Jul 2022 18:37:35 +0000 (11:37 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 18:37:35 +0000 (11:37 -0700)
commitcf3bf7a230dff090f292145fec03f6f9117408ff
treef5aa354670a26516033d4c7cc30d098171e7abc5
parentad58ce59a04e4086b4973ca60941e259222dc9eb
Update the CustomMarshallerAttributeFixer to support adding missing methods for stateless marshaller shapes (#72869)
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Analyzers/CustomMarshallerAttributeAnalyzer.cs
src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/Analyzers/CustomMarshallerAttributeFixer.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatelessLinearCollectionShapeValidation.cs
src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/CustomMarshallerAttributeFixerTests_StatelessValueShapeValidation.cs