-
Notifications
You must be signed in to change notification settings - Fork 46
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
Migrate netcoreapp3.1 and ILogger #214
Migrate netcoreapp3.1 and ILogger #214
Conversation
Thanks for the PR! I agree with the approach you described. I recommend sending separate PRs. So this PR can be merged as it is scoped to moving to .Net Core 3.1 @sanchitmehta what do you think? |
I agree with you @pragnagopa ! |
I update the testing, by following rules. However, I sometimes, wondering if my fix is correct. (I don't know the detail usage of Oryx build ) and don't know the context of this test. Could you have a look at my change is correct or not. Since the Oryx Build is fails a lot. It looks some feature change but not updated the unit tests. CC @pragnagopa |
Hi @Hazhzeng |
I tested with this change deploy with zip deploy and container app it works. |
The next PR will be adding more logs and switch it into ILogger. |
Needs a fix for Local Git Deploys as well:
|
Hi @sanchitmehta I also build the image with this version and tested with lima arc cluster. It works. |
Currently, the app is written against netcoreapp2.2 that is no longer supported.
@pragnagopa
#202
I start this PR for discussing the design.
The process might be the following, however, I need to learn more to validate it.