Open-Systems-Pharmacology / PK-Sim

PK-Sim® is a comprehensive software tool for whole-body physiologically based pharmacokinetic modeling
Other
103 stars 50 forks source link

Fixes #2934 Error when loading compound in Visual Studio (Debug) #2971

Closed rwmcintosh closed 2 weeks ago

rwmcintosh commented 2 weeks ago

Fixes #2934

This seems to be a common problem when an assembly targets System.ComponentModel.Annoatations from NetStandard 2 and then you have a .NET Framework app that targets both this assembly and System.ComponentModel.Annotations. The apparent fix is to forward all the bindings.

Luckily, there's a single property of the .net Framework project that will handle it.

msevestre commented 2 weeks ago

@rwmcintosh SAVIOR!

rwmcintosh commented 2 weeks ago

@rwmcintosh SAVIOR!

Is it working? Seemed like it to me