- Notifications
You must be signed in to change notification settings - Fork 167
Add WCF update extension #1237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WCF update extension #1237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @SimonaLiao ! Can you do a round of fixes for the code/style analyzers so we can see the build go green, at least w/in your code?
Don't worry about the arcade build issue on the xunit references for now - I'll have a look into that as it doesn't appear to be related to your changes.
… change dependency
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateChecker.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for putting this together, @SimonaLiao! I've put some comments and suggestions in-line but nothing blocking.
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/ConfigUpdater.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/ConfigUpdater.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/ConfigUpdater.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/Constants.cs Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateStep.cs Outdated Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/WCFUpdateChecker.cs Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/UpdaterFactory.cs Outdated Show resolved Hide resolved
…rectives & syntax) & needs to be completed
… add reload context
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/ConfigUpdater.cs Show resolved Hide resolved
src/extensions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater/SourceCodeUpdater.cs Show resolved Hide resolved
...nsions/wcf/Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.Test/ConfigUpdaterTest.cs Show resolved Hide resolved
| @SimonaLiao if you have addressed any asks/comments w/in this PR, please use the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢🎉
Add WCF update extension
Adds a WCFUpdater extension which will automatically port WCF projects to use CoreWCF services. PR also includes unit tests for all classes and an integration test with the BeanTrader example.
PR Description
Here are most files in my extension library:
Addresses #1083