Mariusz Stępień

Results 15 issues of Mariusz Stępień

**Help us make content visible** Hi, Recently, there came a client's (or maybe devs' actually? lol) requirement: - to process (thousands of) data records individually with a method which includes...

:watch: Not Triaged
Pri3

Hi, After installing the nuget package I started to look for some getting started / quickstart guide. It seems that [the current one](https://github.com/ardalis/ApiEndpoints#3-getting-started) references types that no longer exists: `EndpointBaseSync`,...

documentation
help wanted
good first issue
hacktoberfest

HI, What is NUnit way of providing strongly typed test data without declaring custom class for each test? I mean in simple cases like this: ```cs public class OrderServiceTest {...

Hi, Being accustomed to controllers I installed Carter and ran into an issue similar to these when injecting a scoped service into a module's constructor threw an exception: - https://github.com/CarterCommunity/Carter/issues/279...

### Type of issue Missing information ### Description The docs do not have a basic example on how to implement HttpClient's delegating handlers without dependency injection, something like: ```csharp private...

:watch: Not Triaged
Pri1
dotnet-fundamentals/svc

The `Finally` methods with `Func` parameters: ```csharp public interface IAsyncResponsibilityChain { IAsyncResponsibilityChain Finally(Func finallyFunc); } ``` ```csharp public interface IResponsibilityChain { IResponsibilityChain Finally(Func finallyFunc); } ``` do not support DI....

I could not stand that this is `new`ing things up in the DI-enabled app so I went ahead and added: - the factories to hide the `new`ing (this is the...

The PR for #22.