Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
RWS
/
ISHRemote
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
38
Code
Issues
32
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feature/242 pester v6 migration
- #267
#267
Open
ddemeyer
wants to merge 10 commits into
master
RWS/ISHRemote:master
from
feature/242-pester-v6-migration
RWS/ISHRemote:feature/242-pester-v6-migration
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Feature/242 pester v6 migration
#267
ddemeyer
wants to merge 10 commits into
master
RWS/ISHRemote:master
from
feature/242-pester-v6-migration
RWS/ISHRemote:feature/242-pester-v6-migration
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Bump Pester prerequisite from 5.3.0 to 6.0.0 (#242)
Show description for 12a13a5
ddemeyer
committed
12a13a5
View commit details
Copy full SHA for 12a13a5
Browse repository at this point
#242 Adapted all Pester *.tests.ps1 files from v5 to v6 syntax working on PS7.6.5 and PS5.1
ddemeyer
committed
6caac1a
View commit details
Copy full SHA for 6caac1a
Browse repository at this point
Commits on Aug 19, 2026
#242 Restoring GetIshDocumentObj.Tests.ps1 on CI because it does no longer test performance, just a simple get, not time consuming. Marking some tests as pester:no-parallel and avoiding hot spots b…
Show description for 0adde64
ddemeyer
committed
0adde64
View commit details
Copy full SHA for 0adde64
Browse repository at this point
#265 TrisoftCmdlet.cs — class now implements ILogger directly (PSCmdlet, ILogger). Constructor becomes Logger = this — no singleton, no Initialize. Six explicit ILogger interface methods added, eac…
Show description for 83dda1f
ddemeyer
committed
83dda1f
View commit details
Copy full SHA for 83dda1f
Browse repository at this point
#266 More threadsafe. Added private readonly object _ishTypeFieldSetupLock = new object(); alongside the existing _ishTypeFieldSetup field declaration. Getter — added outer null-check guard (fast p…
Show description for abdff6c
ddemeyer
committed
abdff6c
View commit details
Copy full SHA for abdff6c
Browse repository at this point
#242 Fixing some more v5 to v6 Pester test conversions. Pester v6 inner working make stdin hang, so removed "Start-IshRemoteMcpServer with ActivateWhileLoop=true and stdin EOF" test.
ddemeyer
committed
7736aa5
View commit details
Copy full SHA for 7736aa5
Browse repository at this point
#242 Paralell execution protection occasionally landing a PSInvalidOperationException or NotImplementedException on WriteVerbose or WriteDebug.
ddemeyer
committed
606ac8e
View commit details
Copy full SHA for 606ac8e
Browse repository at this point
#242 Switch to New-PesterConfiguration in continuous-integration.yml
ddemeyer
committed
562066c
View commit details
Copy full SHA for 562066c
Browse repository at this point
#242 Force Pester 6.1 (standard 5.9) install and import module
ddemeyer
committed
a17634f
View commit details
Copy full SHA for a17634f
Browse repository at this point
#242 Force Pester 6.1 (standard 5.9) install and import module for Windows PowerShell 5.1 and PowerShell 7.x
ddemeyer
committed
32ea153
View commit details
Copy full SHA for 32ea153
Browse repository at this point
You can’t perform that action at this time.