-
Notifications
You must be signed in to change notification settings - Fork 168
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
Update to .Net 5 #181
base: master
Are you sure you want to change the base?
Update to .Net 5 #181
Conversation
…d to include the Views\Emails folder in an Area.
Support views stored in Areas
…eSystemRazorViewEngine
… cryptic exception to be thrown. Empty fields will now be ignored.
Configure IOptions<EmailServiceOptions> with a Connection String
Hey @hermanho, How keen are you on merging your repo into this one? You've done a huge amount of work over there that I want to be a part of this project! But this PR was started by @johanjvr, so I wanted to make sure you are actually OK with that and wanted your work to be merged in. I would anticipate we would release future .NET Core versions to nuget under the original "Postal" name instead of the "PostalAspNetCore" package name you've been using. I am also looking to deprecate any .NET Framework support for the foreseeable future. Also, I see you're migrating your repo to use actions (great!) and have pushed out some preview builds. Is this currently a work in progress? How ready are you to merge? |
Hi @rickdgray, I am happy to let you merge it into this repo. I have not done a well test in .NET 6 so it is hard to comment on the readiness. For the GitHub Actions, it is just my experience so I think Postal repo has different way to do CICD. |
I've gone through the repo and test cases and it looks pristine! I now want to double check the CICD as you mentioned. |
Hi I've updated this to use .Net 5.0