Renato Golia

Results 29 issues of Renato Golia

@normj what do you think? I put it down in a couple of hours, it can obviously be improved. The idea is having a well-structured template so that developers know...

Take inspiration from latest versions of `appveyor.yml` and `build.cake` from: - Repos in https://github.com/insight-architectures - https://github.com/Kralizek/AWSSecretsManagerConfigurationExtensions - https://github.com/Nybus-project/Nybus.Templates

As for https://github.com/aws/aws-lambda-dotnet/issues/174 and [this article](https://robertvojta.com/aws-journey-api-gateway-lambda-vpc-performance-452c6932093b), AWS Lambda has a cold startup problem when executed in a vpc. Ideally the template should support for a "keep-alive" end point to be...

A very common issue being reported when trying to install this package in a project using packages of the AWS SDK newer than 3.3. This issue is caused because the...

question

Hi, I'm using your library to author some tests and I got myself in the situation where my API client is forming a URL by adding many components both in...

documentation
discussion

Hi! [AutoFixture](https://github.com/AutoFixture/AutoFixture) is a great library for quickly building tests by assemblying test data. One of the paradigms they support is the usage of test parameters as a way to...

discussion

Hi, I need to deserialize a series of documents that are almost similar but might change few details. I was hoping to spare myself the need of creating multiple classes...

I often find myself in the situation of looking for files matching a certain pattern within a folder or below. Here is a typical use case As of today, executing...

Improvement

Hi, I'm sorry if issues aren't the proper place for this kind of posts but I couldn't find the discussion board. I've recently created an console application that reuses services...