-
Notifications
You must be signed in to change notification settings - Fork 904
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
(#2738) Uplift to .Net 4.8 #2739
Conversation
ea1562f
to
acd5517
Compare
907f0c7
to
065c4d6
Compare
cae7191
to
7e8516f
Compare
7e8516f
to
8487d6e
Compare
e6a1dff
to
3b2fb7c
Compare
These tests are broken by running on .Net 4.8, see issue chocolatey#2690 They are being skipped so the integration test run passes.
Now that it is building on a newer .Net version, it is not required to specify the version explicitly, as it can be autodetected.
Updated the location of the system DLLs for the updated .NET version.
There has been a change in how GetCustomAttribute works between .NET 4.0 and .NET 4.8. Previously, this worked without any problems, but in .NET 4.8, it errors with a message regarding duplicate types found. In order to work around this, we make use of GetCustomAttributes and then filter the list from there, as/when required.
3b2fb7c
to
80f69dd
Compare
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.
LGTM!
@TheCakeIsNaOH thank you very much for taking the time to do this work! This has been a long time coming, but we are ready to start making our way towards this goal! I have made a couple of changes to the files within this PR, as there were some changes required as a result of the work that was done in 1.2.0. |
Description Of Changes
TODO
Motivation and Context
TODO
Testing
TODO
Change Types Made
Related Issue
Fixes #2738
Change Checklist