eiriktsarpalis / PolyType

Practical generic programming for .NET
https://eiriktsarpalis.github.io/PolyType/
MIT License
154 stars 8 forks source link

Publish a stable release of the library #52

Open eiriktsarpalis opened 1 week ago

eiriktsarpalis commented 1 week ago

Tracks remaining issues until a 1.0 release of the library can be published:

cc @AArnott

AArnott commented 1 week ago

What about the security mitigation of deserializing keyed collections? (#33)

eiriktsarpalis commented 1 week ago

Added, although I'm not aware of a solution that clicks with how the abstractions work today. Seems the best approach is to hardcode mitigations in converters for known hash table implementations like Dictionary, HashSet, etc.