You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "teo-tsirpanis (via GitHub)" <gi...@apache.org> on 2023/05/30 17:25:03 UTC

[GitHub] [arrow] teo-tsirpanis commented on a diff in pull request #35810: GH-35809: [C#] Improvements to the C interface.

teo-tsirpanis commented on code in PR #35810:
URL: https://github.com/apache/arrow/pull/35810#discussion_r1210593264


##########
csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs:
##########
@@ -15,16 +15,21 @@
 
 
 using System;
+using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 using Apache.Arrow.Memory;
 
 namespace Apache.Arrow.C
 {
     public static class CArrowArrayExporter
     {
+#if NET5_0_OR_GREATER

Review Comment:
   `UnmanagedCallersOnlyAttribute` was introduced in .NET 5.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org