pester / Pester

Pester is the ubiquitous test and mock framework for PowerShell.
https://pester.dev/
Other
3.08k stars 470 forks source link

Update PesterTests and devcontainer to .NET 8 #2430

Closed fflaten closed 5 months ago

fflaten commented 5 months ago

PR Summary

.NET 6 is reaching EOL later this year. PR changes:

.NET 8 SDK is already used for building in Azure Pipelines CI.

PR Checklist

nohwnd commented 5 months ago

/azp run

azure-pipelines[bot] commented 5 months ago
Azure Pipelines successfully started running 1 pipeline(s).
nohwnd commented 5 months ago

Partly addressed in #2432, I will merge the changes once it is in.