ekonbenefits / impromptu-interface

Static interface to dynamic implementation (duck casting). Uses the DLR combined with Reflect.Emit.
Apache License 2.0
655 stars 67 forks source link

Add failing test for generic structs in nullable contexts #55

Closed Methuselah96 closed 7 months ago

Methuselah96 commented 8 months ago

Adds failing test for https://github.com/ekonbenefits/impromptu-interface/issues/56.

Methuselah96 commented 7 months ago

Superseded by https://github.com/ekonbenefits/impromptu-interface/pull/57 (where the bug is fixed).