Is anybody else having problems Styling or modules in this version?
A ton of custom written modules fail to work for me. As soon as I revert to 3.8.11 it all starts working again.
I am using the containerized version docker.io/ironmansoftware/universal:3.8.12-ubuntu-20.04 of this release. My container fell over before I could get any meaningful debug logs.
Looks like I have a similar issue. Troubleshooting for a few hours already.
As I can see, PSU does not add the $Respository/Modules directory to $ENV:PSModulePath. Also, it somehow does not read Repo modules even if the Repository path is added persistently.
View the dashboard and see that it cannot find the function.
Attempt to restart the dashboard and it still cannot find the function.
Import the module directly: Ipmo MyMod
Alert is displayed
Remove the import and restart the dashboard, alert is displayed.
Change from the Integrated environment to 7.3.4 and alert is displayed
At least in my environment, it seems like module auto-loading isn’t working for some reason in the integrated environment but loading the module manually works. Running the dashboard in 7.3.4 finds the module. I’m running the 3.8.12 docker container.
The PSModulePath always contains the Repository\Module path in my tests.