Skip to content
Merged
Prev Previous commit
Merge branch 'main' of github.com:dotnet/runtime into stateful-shape-…
…analyzer
  • Loading branch information
jkoritzinsky committed Jul 29, 2022
commit 5b5efac71ef28db9a78e28f5d9643723d8c7b474
Original file line number Diff line number Diff line change
Expand Up @@ -488,4 +488,13 @@
<data name="StatefulMarshallerRequiresFreeMessage" xml:space="preserve">
<value>The type '{0}' is a stateful marshaller and does not have a zero-parameter void-returning instance method named 'Free'</value>
</data>
<data name="ConvertToLibraryImportAddUnsafe" xml:space="preserve">
<value>Convert to 'LibraryImport' and enable unsafe code</value>
</data>
<data name="ConvertToLibraryImportMayRequireCustomMarshalling" xml:space="preserve">
<value>Converting this API to 'LibraryImport' will require additional code to provide custom marshallers for some parameters.</value>
</data>
<data name="ConvertToLibraryImportWithSuffixAddUnsafe" xml:space="preserve">
<value>Convert to 'LibraryImport' with '{0}' suffix and enable unsafe code</value>
</data>
</root>
You are viewing a condensed version of this merge commit. You can view the full changes here.