dotnet-architecture / eBooks

.NET Architecture e-Books
http://dot.net/architecture
1.13k stars 258 forks source link

[Book Feedback] #178

Closed jasonrpeterson closed 2 years ago

jasonrpeterson commented 2 years ago

Enterprise Application Patterns Using .NET MAUI

Minor typo on Page 22 (Page 30 in the PDF) - From context, minor issue where The should be This.

At runtime, the container must know which implementation of the services are being requested in order to instantiate them for the requested objects. In the eShopOnContainers multi-platform app, the IAppEnvironmentService, IDialogService , INavigationService, and ISettingsService interfaces need to be resolved before it can instantiate a ProfileViewModel object. The involves the container performing the following actions

erjain commented 2 years ago

Hi @jasonrpeterson, nice catch. PR has been raised to fix this in docs: https://github.com/dotnet/docs/pull/30926, ebook will be updated after merging of PR

erjain commented 2 years ago

PR has been merged into docs.