Uh oh!
There was an error while loading. Please reload this page.
Update to the stable 7.0.100 SDK - #78034
Conversation
agocke
commented
Nov 16, 2022
Thanks for getting this started -- I think we should also eventually do this for the 7.0 branch. |
kasperk81
commented
Nov 27, 2022
@ViktorHofer is this blocked on something? |
marek-safar
commented
Nov 28, 2022
@vzarytovskii is the error |
ViktorHofer
commented
Nov 28, 2022
Not blocked on anything. We just need to spend some time to understand the build and test failures. Thanks @marek-safar for starting with that. |
vzarytovskii
commented
Nov 28, 2022
Those resources may or may not be there, depending on which compiler version is used (newer versions are compressing resource, older do not). |
teo-tsirpanis
commented
Nov 28, 2022
The error is actually a warning so we can suppress it. |
marek-safar
commented
Nov 28, 2022
I don't think we want to suppress this warning for whole runtime repo and updating each affected project manually is not a great experience either. |
vzarytovskii
commented
Nov 28, 2022
I have disabled trimming all resorces for |
kasperk81
commented
Nov 28, 2022
false alarm: f# package has never included this resource. runtime has no control over that package. usage is same as before. so it should not raise to "error" level
there are five fsproj files in this repo and only one of them is trimmed: cbor test project. suppressing the warning in one file or removing cbor test project from trimming test should be alright for sdk update (esp when the error's severity itself is in question) |
akoeplinger
commented
Nov 30, 2022
Suppressing the linker warning about the missing F# resource was indeed just necessary in one project so I went with that. We can remove it once the F# fix propagates. The MacCatalyst failure is unrelated. |
No description provided.