mathnet / mathnet-numerics

Math.NET Numerics
http://numerics.mathdotnet.com
MIT License
3.5k stars 896 forks source link

Verify TargetedPatchingOptOut has no effect and drop all of them if confirmed #192

Open cdrnet opened 10 years ago

cdrnet commented 10 years ago

We currently apply TargetedPatchingOptOut attributes in a few places to mark functions that should be inlined. However, it seems this does not actually have any effect since user assemblies (i.e. those not part of the BCL) do not opt into targeted patching (inplace framework upgrades) in the first place and are thus automatically inlined where appropriate.

cdrnet commented 10 years ago

See also: