Closed SimonaLiao closed 2 years ago
Do you want to include Docs in this work? Or make a new issue for those?
Do you want to include Docs in this work? Or make a new issue for those?
Yes I will write a documentation after finishing those improvements! The document will be submitted via a different PR.
Here are some feedbacks from code review that I won't be able to get to yet in the first PR but will implement in the next PR.
Constants.cs
: Useawait app.StartAsync();
and update the method signature to Async instead ofapp.StartAsync().GetAwaiter().GetResult();
UpdateRunner.cs
: Create a typeWcfUpgradeContext
to store the contexts from configuration files.WCFUpdateStep.cs
: Create a type for_path
variable with fields of expected paths.UpdaterFactory.cs
: Make this class available in dependency injeciton and other classes could request it in their constructors.