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 2ad023e commit 0bed367Copy full SHA for 0bed367
src/NerdBank.GitVersioning.Tests/MSBuildExtensions.cs
@@ -14,8 +14,8 @@
14
15
internal static class MSBuildExtensions
16
{
17
- private static object loadLock = new object();
18
- private static bool loaded = false;
+ private static readonly object loadLock = new object();
+ private static bool loaded;
19
20
internal static void LoadMSBuild()
21
0 commit comments