Skip to content

Commit

Permalink
Disable runtime marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Jan 28, 2024
1 parent c357dce commit 16558da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LibDeflate/Imports/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[assembly: InternalsVisibleTo($"{nameof(LibDeflate)}.Tests")]
[assembly: InternalsVisibleTo($"{nameof(LibDeflate)}.DangerousTests")]
[assembly: InternalsVisibleTo($"{nameof(LibDeflate)}.Benchmarks")]
[assembly: DisableRuntimeMarshalling]

namespace LibDeflate.Imports;

internal static class Constants
Expand Down

0 comments on commit 16558da

Please sign in to comment.