zgramana commented on a change in pull request #7032:
URL: https://github.com/apache/arrow/pull/7032#discussion_r415963714
##########
File path: csharp/Directory.Build.props
##########
@@ -21,6 +21,12 @@
<AssemblyOriginatorKeyFile>$(CSharpDir)ApacheArrow.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
+ <ItemGroup>
+ <AssemblyAttribute
Include="System.Runtime.CompilerServices.InternalsVisibleTo">
Review comment:
This was required for some early tests that I wrote, which later
refactoring removed the need for. This was unfortunately left behind. Cleanup
it up. Thanks for catching it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]