Skip to content
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

Fix inexistent devcontainer image - from jammy to nobel #3613

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

vncoelho
Copy link
Member

@vncoelho vncoelho commented Dec 5, 2024

Current image does not exist. Correct image is fixed in the PR

@vncoelho
Copy link
Member Author

vncoelho commented Dec 5, 2024

The command could not be loaded, possibly because:
  * You intended to execute a .NET application:
      The application 'format' does not exist.
  * You intended to execute a .NET SDK command:
      A compatible .NET SDK was not found.

Requested SDK version: 9.0.100
global.json file: /workspaces/neo/global.json

Installed SDKs:
9.0.100-rc.2.24474.11 [/usr/share/dotnet/sdk]

Install the [9.0.100] .NET SDK or update [/workspaces/neo/global.json] to match an installed SDK.

Learn about SDK resolution:
https://aka.ms/dotnet/sdk-not-found

Still, perhaps this version is not compatible with global requirements

@vncoelho
Copy link
Member Author

vncoelho commented Dec 5, 2024

But maybe 9.0.100-rc.2.24474.11 is enough for our tests.
Relaxing global to 9 worked here.

{
  "sdk": {
    "version": "9",
    "rollForward": "latestFeature",
    "allowPrerelease": false
  }
}

I think the PR is good for now

@vncoelho
Copy link
Member Author

vncoelho commented Dec 5, 2024

image

@vncoelho vncoelho changed the title Fix unexistent devcontainer image - from jammy to nobel Fix inexistent devcontainer image - from jammy to nobel Dec 6, 2024
@NGDAdmin NGDAdmin merged commit a37cf06 into master Dec 6, 2024
7 checks passed
@NGDAdmin NGDAdmin deleted the fix-devcontainer branch December 6, 2024 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants