Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.300",
"rollForward": "latestMinor"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTG.Analyzers is built & tested in a GitHub workflow, not on DAT. So the set of installed SDKs is determined by configuration within this repository.

dotnet-version: 8.0.300

So this will only affect people trying to build locally.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: this is a public repository.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these days we can take out lines 26 and 27 from the GitHub Actions workflow, and actions/setup-dotnet will act based upon the root global.json by default.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also lines 53-54. Then release.yaml lines 28-29.

Should probably remove them just so we don't have so may places to update when updating the SDK.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy to restrict to only those repositories based on QGL/DAT too.

"rollForward": "disabled"
}
}