We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2a527 commit 551f7f5Copy full SHA for 551f7f5
BitFaster.Caching/AssemblyInfo.cs
@@ -1,3 +1,7 @@
1
using System.Runtime.CompilerServices;
2
3
+#if NET6_0_OR_GREATER
4
+[module: System.Runtime.CompilerServices.SkipLocalsInit]
5
+#endif
6
+
7
[assembly: InternalsVisibleTo("BitFaster.Caching.UnitTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100f55849315b02d525d40701eee5d8eba39e6a517644e8af3fa15141eab7058e76be808e36cfee8d7e071b5aac37bd5e45c67971602680f7bfc26d8c9ebca95dd33b4e3f17a4c28b01268ee6b110ad7e2106ab8ffd1c7be3143192527ce5f639395e46ab086518e881706c6ee9eb96f0263aa34e5152cf5aecf657d463fecf62ca")]
0 commit comments