Skip to content

Commit

Permalink
skip init (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfaster authored Oct 21, 2023
1 parent 5c2a527 commit 551f7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions BitFaster.Caching/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
using System.Runtime.CompilerServices;

#if NET6_0_OR_GREATER
[module: System.Runtime.CompilerServices.SkipLocalsInit]
#endif

[assembly: InternalsVisibleTo("BitFaster.Caching.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f55849315b02d525d40701eee5d8eba39e6a517644e8af3fa15141eab7058e76be808e36cfee8d7e071b5aac37bd5e45c67971602680f7bfc26d8c9ebca95dd33b4e3f17a4c28b01268ee6b110ad7e2106ab8ffd1c7be3143192527ce5f639395e46ab086518e881706c6ee9eb96f0263aa34e5152cf5aecf657d463fecf62ca")]

0 comments on commit 551f7f5

Please sign in to comment.