We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97db420 commit 49f9fdbCopy full SHA for 49f9fdb
WpfAnalyzers.Benchmarks/Program.cs
@@ -15,7 +15,7 @@ namespace WpfAnalyzers.Benchmarks;
15
16
public static class Program
17
{
18
- public static string BenchmarksDirectory { get; } = Path.Combine(ProjectFile.Find("WpfAnalyzers.Benchmarks.csproj").DirectoryName, "Benchmarks");
+ public static string BenchmarksDirectory { get; } = Path.Combine(ProjectFile.Find("WpfAnalyzers.Benchmarks.csproj").DirectoryName!, "Benchmarks");
19
20
public static void Main()
21
0 commit comments