nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
431 stars 50 forks source link

Add support for Google.Protobuf.Collections.MapField #29

Closed petermcneely closed 4 years ago

petermcneely commented 4 years ago

Fix for identifying IReadonlyDictionaries with overloaded Add method. And fix for generating IDictionary implementations.

nycdotnet commented 4 years ago

Nice!