Skip to content

Commit 49f9fdb

Browse files
committed
bang warning
1 parent 97db420 commit 49f9fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WpfAnalyzers.Benchmarks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace WpfAnalyzers.Benchmarks;
1515

1616
public static class Program
1717
{
18-
public static string BenchmarksDirectory { get; } = Path.Combine(ProjectFile.Find("WpfAnalyzers.Benchmarks.csproj").DirectoryName, "Benchmarks");
18+
public static string BenchmarksDirectory { get; } = Path.Combine(ProjectFile.Find("WpfAnalyzers.Benchmarks.csproj").DirectoryName!, "Benchmarks");
1919

2020
public static void Main()
2121
{

0 commit comments

Comments
 (0)