-
Notifications
You must be signed in to change notification settings - Fork 57
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
Microsoft.CodeSharing.Common.Default.props Not Found in Gitpod #798
Comments
Thanks for the report! Indeed, |
Tried Does a newer base image need to be used? Is there somewhere that references a base microsoft dot net SDK image that should be updated to something like mcr.microsoft.com/dotnet/sdk:8.0 ?
|
A newer base image would be interesting, but it may not have all the required dependencies, so the Dockerfile will need to be adjusted a bit. It needs to be running net 8.0.100 now, not 3.1 which seems to be the version in your log above. |
What environment/IDE do Uno devs typically use for building bootstrap from source? Also, is there a yml somewhere that defines the base image |
Opened in gitpod using link on this page(https://platform.uno/docs/articles/external/uno.wasm.bootstrap/doc/contributing.html) and built sample using provided command. This is pointing to latest main, at the time commit
75b5b2445453378b0c1aa8ffc619e3485ae965d8
. I also tried switching to the /stable/7.0 and /stable/8.0 stable branches after the below.Is there additional setup that would be required to get sample running in gitpod or should it work out of the box?
Commands:
Build error:
Full terminal output:
The text was updated successfully, but these errors were encountered: