Fix pr.yaml: restore 3.1.x SDK to Linux/Windows setup-dotnet, remove duplicates#62
Closed
Fix pr.yaml: restore 3.1.x SDK to Linux/Windows setup-dotnet, remove duplicates#62
Conversation
- Add .editorconfig for strict C# style, async/await, and analyzer rules - Add .gitattributes for cross-platform line ending consistency - Expand .gitignore for modern build, IDE, and tool artifacts - Add .globalconfig for global analyzer and Roslynator settings - Add BannedSymbols.txt to block sync/obsolete APIs (e.g., Task.Wait, .Result) - Update Directory.Build.props: latest C# version, analyzers, warnings as errors - Enforce maintainable, modern, and secure async-first codebase
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
….x in Windows setup-dotnet Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add feedback response for standardized repo files in PR #58
Fix pr.yaml: restore 3.1.x SDK to Linux/Windows setup-dotnet, remove duplicates
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
3.1.xwas dropped frompr.yamlwhen the simple workflow was replaced with the v3 gated workflow in PR #58. A previous fix attempt added it back to the Windows job but created 3 duplicate entries and left the Linux job without it.Changes:
test-linux-core): Add3.1.xtosetup-dotnet— required because the project filter includesnetcoreapp*and the repo targetsnetcoreapp3.1test-windows): Collapse 3 duplicate3.1.xentries to onemacOS job intentionally omits
3.1.x(only runs .NET 6+ targets).Type of change
How Has This Been Tested?
Checklist
Screenshots (if applicable)
Additional context
Addresses review comment on PR #58: #58 (comment)
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.