We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380d647 + 51eb11f commit 00b3579Copy full SHA for 00b3579
powershell-yaml.psm1
@@ -43,8 +43,7 @@ function Invoke-LoadFile {
43
# Register the AssemblyResolve event to load dependencies manually. This seems to be needed only on
44
# PowerShell Core.
45
[System.AppDomain]::CurrentDomain.add_AssemblyResolve({
46
- param ($sender, $e)
47
- $pth = $powershellYamlDotNetAssemblyPath
+ param ($snd, $e)
48
# Load YamlDotNet if it's requested by PowerShellYamlSerializer. Ignore other requests as they might
49
# originate from other assemblies that are not part of this module and which might have different
50
# versions of the module that they need to load.
0 commit comments