We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99ed5b commit 37a0f53Copy full SHA for 37a0f53
1 file changed
Rubjerg.Graphviz/GraphvizCommand.cs
@@ -34,7 +34,7 @@ internal static string Rid
34
}
35
36
37
- internal static Lazy<string> _DotExePath = new Lazy<string>(() =>
+ internal static readonly Lazy<string> _DotExePath = new Lazy<string>(() =>
38
{
39
// Depending on the method of deployment, there are several possible directories to look for dot
40
string[] possibleLocations = [
0 commit comments