In our app (that uses TransparentValueObjects) we're getting hundreds of errors like this;
03>IAugmentWith.g.cs(122,46): Warning CS0436 : The type 'IAugment' in 'T:\oss\NexusMods.App\benchmarks\NexusMods.Benchmarks\obj\Debug\net9.0\TransparentValueObjects\TransparentValueObjects.ValueObjectIncrementalSourceGenerator\IAugment.g.cs' conflicts with the imported type 'IAugment' in 'NexusMods.Abstractions.Loadouts.Synchronizers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'T:\oss\NexusMods.App\benchmarks\NexusMods.Benchmarks\obj\Debug\net9.0\TransparentValueObjects\TransparentValueObjects.ValueObjectIncrementalSourceGenerator\IAugment.g.cs'.
Is there anything we should be doing differently or can the library be updated to fix this error?
In our app (that uses TransparentValueObjects) we're getting hundreds of errors like this;
03>IAugmentWith.g.cs(122,46): Warning CS0436 : The type 'IAugment' in 'T:\oss\NexusMods.App\benchmarks\NexusMods.Benchmarks\obj\Debug\net9.0\TransparentValueObjects\TransparentValueObjects.ValueObjectIncrementalSourceGenerator\IAugment.g.cs' conflicts with the imported type 'IAugment' in 'NexusMods.Abstractions.Loadouts.Synchronizers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'T:\oss\NexusMods.App\benchmarks\NexusMods.Benchmarks\obj\Debug\net9.0\TransparentValueObjects\TransparentValueObjects.ValueObjectIncrementalSourceGenerator\IAugment.g.cs'.Is there anything we should be doing differently or can the library be updated to fix this error?