mathnet-numerics
mathnet-numerics copied to clipboard
Add trimming attributes
To support scenarios where application have trimming enabled, I've annotated the code with trimming attributes.
There is still a warning produced by var type = Type.GetType(typeName); which complains about it cannot guarantee the typeName is available. Which is fine I guess.