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 1d40c7c commit 7ec572dCopy full SHA for 7ec572d
src/Cake.Common.Tests/Unit/Tools/DotNet/Sln/Add/DotNetSlnAdderTests.cs
@@ -64,7 +64,7 @@ public void Should_Throw_If_ProjectPath_Is_Empty()
64
{
65
// Given
66
var fixture = new DotNetSlnAdderFixture();
67
- fixture.ProjectPath = [];
+ fixture.ProjectPath = new FilePath[] { };
68
69
// When
70
var result = Record.Exception(() => fixture.Run());
0 commit comments