/// <summary> /// Compile a collection of expressions at the same location. If all expressions /// compile successfully, a single assembly is returned along with the method /// tokens for the ...
Hi, we delop multiplatform (Windows, macOS) dotnet (9.0) application using Avalonia UI (11.3.6) which loads some DLLs in runtime from subdirectory. One of this DLL use SkiaSharp lib (3.116 or newer) ...