Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit bf8432e

Browse files
authored
Fix compiler not inlining strings (#20)
1 parent a7a1a72 commit bf8432e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JustArchiNET.Madness/CallerArgumentExpressionAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
using JetBrains.Annotations;
2424
using JustArchiNET.Madness.Helpers;
2525

26-
namespace JustArchiNET.Madness;
26+
namespace System.Runtime.CompilerServices;
2727

2828
/// <inheritdoc />
2929
/// <summary>

0 commit comments

Comments
 (0)