Skip to content

5.3.0 breaks global.json with latestFeature #739

@otemnov

Description

@otemnov

Description:
action for the following global.json is broken, seems because of this change

{
  "sdk": {
    "version": "8.0",
    "rollForward": "latestFeature"
  }
}

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
Use global.json without feature version specified

{
  "sdk": {
    "version": "8.0",
    "rollForward": "latestFeature"
  }
}

Expected behavior:
Should setup dotnet with no issues

Actual behavior:
Error: Cannot read properties of undefined (reading 'substring')

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions