Renato Golia

Results 148 comments of Renato Golia

Hi, sorry I disappeared. I've been thinking a bit about the best way to go forward and I would like to hear your opinion. Basically, I am thinking about going...

I see the problem but I think the solution feels a bit over engineered. Give me some time to look for alternatives.

I think I'm having the same problem. I have a console application that outputs a very long string as part of a yaml property. When piping the output into a...

As far as I understand, having a way to ping the application from within the container is very important in the AWS space for people (like me) using ECS instead...

oh, I already love it :)

@zvirja do you think it would make sense to add registrations like this one to the base setup? I have this one ```csharp fixture.Customizations.Add(new ElementsBuilder(Encoding.GetEncodings().Select(e => e.GetEncoding()))); ``` If we...

@zvirja Aren't registrations already evaluated only in case of need?

Hey! I'm looking a bit at this issue. I got a few questions: Is there a reason for having both `AutoDataAttribute` and `InlineAutoData`? At least form API point of view,...

I like the `[AutoValue]` approach, I wonder what the implications would be if we had two parameters with the attribute: do we incur into the risk fo generating the same...

Anyway, one of my working theories was not to duplicate how to handle the NUnit attributes, rather try to make sure NUnit sees the fixture'd arguments as "constant values". e.g....