-
Notifications
You must be signed in to change notification settings - Fork 71
#848 Tweak dependencies #853
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
#848 Tweak dependencies #853
Conversation
thanks @thompson-tomo i like the idea. i must ask though with this change are the applications going to get a benefit as a result of this? what I mean is that, the STJ and SIOP packages will be upgraded by the sdk building them, if used by other packages or the application itself with higher versions. would we be breaking builds or exposing the applications to security issues if the build servers still running old sdks? i know it's a simple change but i want to make sure we cover everything so that we won't break existing builds in some fashion. |
This depends on how the end application is packaged:
Only scenario I can foresee is where another library/app targets net 6/7, uses a feature introduced in STJ 7/8 and doesn't have either an explicit or transitive dependency for a version of STJ which includes the necessary feature. |
Hopefully the build issue has been resolved with the latest changes. |
@mtmk any idea why package restore is only failing on 1 os. Maybe it needs to be re-triggered? |
it's interesting it's only failing a couple of them. usually in these cases where there is an issue with build they all fail. kicked it again anyway |
Agree @mtmk it seems very interesting and that the issue is infrastructure related given that the most recent run only failed 1 project which is now talking about an ssl verification issue. Can you give it another kick? |
just kicked the build again. i'm guessing something funny going on with ci workers nuget sources then when they failed. let's see. edit: ok good. all passed this time! |
Ok based on dotnet/runtime#58770 they look to be false warnings. Let's see if the suggestion in that issue resolves the warnings. 🤞 |
@mtmk did the last commit resolve the warnings? |
just kicked the checks |
may i move this PR onto release/2.7? |
Yes that is fine with me. |
88c7db1
to
c18f7ec
Compare
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
Signed-off-by: James Thompson <thompson.tomo@outlook.com>
c18f7ec
to
2050d60
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 thanks @thompson-tomo
Closes #848