GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.18k stars 313 forks source link

Errors after installing Microsoft.ML.Probabilistic.Compiler #466

Closed fdorothy closed 1 year ago

fdorothy commented 2 years ago

Description

I'm seeing several errors after installing Microsoft.ML.Probabilistic.Compiler.

`Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Platforms\AotStubWriter.cs(18,37): error CS0433: The type 'CodeStatement' exists in both 'System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Platforms\AotPreBuilder.cs(31,37): error CS0433: The type 'CodeStatement' exists in both 'System.CodeDom, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'

... `

jamieyello commented 1 year ago

Getting similar errors with Microsoft.ML, hasn't found a solution

JoC0de commented 1 year ago

Are you using the UPM version of NuGetForUnity? Do you use netstandard or .net framework as a scripting backend?