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
module names should be case insensitive. the module should load.
Actual behavior
Error: The specified module 'testmodule' was not loaded because no valid module file was found in any module directory.
Error details
Exception : Type : System.IO.FileNotFoundException Message : The specified module 'testmodule' was not loaded because no valid module file was found in any module directory. HResult : -2147024894
Environment data
Name Value
---------
PSVersion 7.2.3
PSEdition Core
GitCommitId 7.2.3
OS Linux 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022
Platform Unix
PSCompatibleVersions {1.0,2.0,3.0,4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Prerequisites
Steps to reproduce
run the following script for repro:
Expected behavior
module names should be case insensitive. the module should load.Actual behavior
Error: The specified module 'testmodule' was not loaded because no valid module file was found in any module directory.Error details
Environment data
Visuals
No response