Skip to content

Demo of issue Is PInvoke or marshalling a large byte[] slower on MSVC? #37552

Notifications You must be signed in to change notification settings

BioDataAnalysis/dotnet-runtime-37552

Repository files navigation

Building the native library

mkdir -p InteropTestNative/obj && \
cd InteropTestNative/obj/ && \
cmake -GNinja .. -DCMAKE_INSTALL_PREFIX=../bin && \
ninja && \
ninja install

Building the managed test

dotnet test \
    --nologo --configuration Release \
    --verbosity "normal" --logger "console;verbosity=detailed" \
    NativeBinding.Tests/NativeBinding.Tests.csproj

About

Demo of issue Is PInvoke or marshalling a large byte[] slower on MSVC? #37552

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published