You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
As Marten depends on both baseline and BaselineTypeDiscovery, if I manage the dependencies with paket , VS gets stuck:
The type 'VEntry' in 'E:\NUGET_PACKAGES\imtools\4.0.0\contentFiles\cs\netstandard2.0\ImTools\ImTools.cs'
conflicts with the imported type 'VEntry' in 'Baseline, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null'.
I notice that there's a nuget package reference in the Baseline.csproj
While there's also source code of ImTools copied directly in the BaselineTypeDiscovery project.
As Marten depends on both baseline and BaselineTypeDiscovery, if I manage the dependencies with paket , VS gets stuck: