Closed Robertscorp closed 1 year ago
RegistrationCollection -> RegisteredServices
Is ConfigureService right? If we have AddService, should we have UpdateService?
RegisteredServiceProxy isn't very nice, and Microsoft uses "Builder" for classes that configure (IControllerModelBuilder.ApplyTo), so it's probably not the end of the world to keep the "Builder" name.
That said, it isn't a builder, it's a proxy...
Change Service -> Dependency? does that conflict with anything else...
Registration was ServiceRegistration, maybe make it "RegisteredService" RegistrationBuilder isn't technically a builder, but a proxy. RegisteredServiceProxy isn't very nice, maybe re-think this.
RegisteredService is a decent enough name for what it is. It's pretty much how the comments refer to the entity. RegisteredService and RegisteredServiceData?
Some of the XML comments just don't feel right after navigating the documentation. Just do general improvements as they come along.