-
Notifications
You must be signed in to change notification settings - Fork 267
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
Renamed INode.RangeToken property to .Origin #5974
Renamed INode.RangeToken property to .Origin #5974
Conversation
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 and thank you for the build fix, sorry to be a stickler on the GHA workflow typos but they are very confused as is.
.github/workflows/doc-tests.yml
Outdated
@@ -30,6 +30,10 @@ jobs: | |||
uses: actions/setup-dotnet@v4 | |||
with: | |||
dotnet-version: 6.0.x |
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.
Probably want to delete the first copy :)
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.
I've tried various combinations and the one that works is to install both 6 and 8
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.
Oh! So it's something about building and running with different versions?
In that case add comments instead. As is it just looks unintentional and someone will 100% remove it later.
.github/workflows/runtime-tests.yml
Outdated
- name: Setup dotnet | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: ${{env.dotnet-version}} |
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.
Definitely delete the first copy (and the useless env
)!
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.
What do you mean? I'm purposefully installing both 8 and 6, so I'm invoking actions/setup-dotnet@v4
twice
This PR extracts changes from #5931 to make that one simpler to review
What was changed?
INode.RangeToken
property to .Origin.How has this been tested?
Pure refactoring
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.