JasperFx / baseline

Grab bag of generic utilities and extension methods for .Net development
Apache License 2.0
110 stars 21 forks source link

why are both ImTools nuget dependency and src code included ? #28

Open newbienewbie opened 1 year ago

newbienewbie commented 1 year ago

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:

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'.