Reuben Bond

Results 186 comments of Reuben Bond

EDIT: Merged into top comment * [ ] Use `ILogger` instead of injecting `ILoggerFactory`. Example: https://github.com/dotnet-architecture/eShopOnContainers/blob/0740fd42b12cbcf2e7ee0b69585bf01312adeddd/src/Services/Ordering/Ordering.API/Application/DomainEventHandlers/OrderStockConfirmed/OrderStatusChangedToStockConfirmedDomainEventHandler.cs#L14

> Why would you replace Autofac with something that has fewer features? Autofac is undeniably more powerful and feature-rich. For the purposes of this project, however, I would rather we...

EDIT: Merged into top comment * [ ] Fix DataProtection issues by configuring a data protection provider

Many of these are addressed in #2107

Hi @robconery, thank you for pointing this out - I agree with you that this should be fixed, since this sample should not guide people down the wrong path. In...

Thank you, @robconery! If you are willing to open a PR, it would be greatly appreciated!