Loading assembly with AssemblyResolve in a PowerShell script
I have a super simple .Net (Framework) assembly TestAssembly.dll that contains a public class QuoteServer in a namespae Test and a static method GetQuote() that returns a string.
I have a super simple .Net (Framework) assembly TestAssembly.dll that contains a public class QuoteServer in a namespae Test and a static method GetQuote() that returns a string.