Skip to content

Commit 1671b43

Browse files
committed
FileSystemHelper is a linked file in GitVersion.Testing, but now it's also coming in as a proper reference in GitVersion.Core. Dropping the linked file sorts the warning:
The type 'FileSystemHelper' in '/Users/runner/work/GitVersion/GitVersion/src/GitVersion.Testing/../GitVersion.Core/Helpers/FileSystemHelper.cs' conflicts with the imported type 'FileSystemHelper' in 'GitVersion.Core, Version=6.3.1.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/GitVersion/GitVersion/src/GitVersion.Testing/../GitVersion.Core/Helpers/FileSystemHelper.cs'.
1 parent b134766 commit 1671b43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/GitVersion.Testing/GitVersion.Testing.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
<PackageReference Include="System.IO.Abstractions" />
99
<PackageReference Include="System.Reflection.Metadata" />
1010
</ItemGroup>
11-
<ItemGroup>
12-
<Compile Include="..\GitVersion.Core\Helpers\FileSystemHelper.cs" Link="Helpers\FileSystemHelper.cs" />
13-
</ItemGroup>
1411
<ItemGroup>
1512
<InternalsVisibleTo Include="GitVersion.BuildAgents.Tests" />
1613
<InternalsVisibleTo Include="GitVersion.Configuration.Tests" />

0 commit comments

Comments
 (0)