Use latest .NET 6.0 SDK patch version and update devcontainer to use .NET 6 as well by bergmeister · Pull Request #1955 · PowerShell/PSScriptAnalyzer
PowerShell / PSScriptAnalyzer Public
-
Notifications
You must be signed in to change notification settings - Fork 409
Conversation
Collaborator
PR Summary
Also update devcontainer to move settings to new places as they moved and make PowerShell the default shell and use normal PowerShell extension as the preview is not that far ahead and always gives a popup to use normal extension unless using insiders.
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Change is not breaking
- Make sure all
.cs,.ps1and.psm1files have the correct copyright header - Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
- This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
bergmeister added 4 commits
bergmeister
added
Area - Build
dependencies
labels
bergmeister added 3 commits
JamesWTruher
approved these changes
JamesWTruher
left a comment
JamesWTruher
left a comment
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks fine
bergmeister
enabled auto-merge (squash)
bergmeister
merged commit
cc2f9b7
into
master
Jaykul
commented
Feb 16, 2024
Jaykul commented
Contributor
The thing that I don't understand is why we are always using the oldest supported SDK? Every time I touch this project I have to install some ancient SDK ...
This was referenced
andyleejordan
deleted the
sdk-container
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment