🪲 "Assembly with same name is already loaded" error since MG update
I have set up Github Actions based on the Maester docs.
Recently, all my custom tests has begun failing with the following error:
... but the module could not be loaded due to the following error: [Assembly with same name is already loaded]....
More or less all my customs tests are giving me the error since Microsoft Graph got updated to version 2.31.0.
My main.yml file has these settings:
include_public_tests: false include_private_tests: true include_exchange: true include_teams: true
....
maester_version: latest
None of my custom tests are calling any modules either.
Any ideas or solutions to fix this is much appreciated - thanks
What version of Maester are you using? Please run Get-InstalledModule -Name Maester.
You shouldn't be seeing this error if you are running a prerelease version. You can update by running Update-Module -Name Maester -AllowPrerelease.