Skip to content

Commit 7454907

Browse files
author
Friedrich Weinmann
committed
test fixes
1 parent c3b23b3 commit 7454907

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

PSFramework/functions/Caching/New-PSFCache.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
4040
Creates a cache that will retain the last 50000 items, looking up Active Directory groups when asked for an entry it doesn't know yet.
4141
#>
42+
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseShouldProcessForStateChangingFunctions", "")]
43+
[OutputType([PSFramework.Caching.CacheMemoryConcurrent])]
4244
[CmdletBinding()]
4345
param (
4446
[long]

PSFramework/functions/runspace/Set-PSFDynamicContentObject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
[Parameter(Mandatory = $true, ParameterSetName = 'Value')]
7474
[AllowNull()]
75-
$Value = $null,
75+
$Value,
7676

7777
[Parameter(Mandatory = $true, ParameterSetName = 'Queue')]
7878
[switch]

0 commit comments

Comments
 (0)