Marco Antonio Regueira

Results 8 issues of Marco Antonio Regueira

Hi I've just found your project and liked it a lot. I need to put a small blog up and running, and this project meets almost my requirements, good work!...

Hi I was in need of a feature allowing PartsOf to mock non-virtual methods implementing an interface, just the same as requested in #625. I decided to tinker a bit...

I'm using this agent in monitoring a bunch of scheduled "one shot" services whose process ends when there is not more work to do until launched again. I'm losing a...

bug

As I mentioned in another issue I think the component hides too much the details of its implementation. I can understand the reasons of making everything internal to avoid people...

enhancement

It would be great to be able to create GenFu instances. That would reduce interferences in multithreaded scenarios, allow creating specialized generators and better support for DI environments. For instance:...

GenFu has been refactored to allow creation of instances. This will allow creation of specialized generators and usage in DI. ``` var childGenerator = new GenFuInstance(); var adultGenerator = new...

PR #133 doesn't include support for the new feature of generic fillers. As result, those tests fail. There is a new PR, #144, for them.

Hi I'm trying to deserialize an object serialized with the default xml serializer In short, when serializing a list, standard serializer generates this XML but XSerializer generates and **is unable...