Jorge Morales

Results 18 comments of Jorge Morales

Hi all, I'm also getting that kind of exceptions when using a shim in a unit test, when using XUnit, Moq, Autofixture in a .NET Core 2.1 project, working in...

Hi @oddbear, I've just checked [Fody](https://github.com/Fody) in GitHub and yeah, it's a broader set of tools to change IL while building .NET assemblies, which I think it is very interesting...

Hi all, Just un update: I was able to install mssql-cli and using it correctly when using Python 3.9.7. So it looks like there is a compatibility issue between mssql-cli...

Hi all, I've just tried the following today to no avail: * Upgrade to Python 3.10.1 in Windows 10 * Install mssql-cli with pip (I can see it uses cli-helpers...

Hi all, I cleanup my local machine from older .NET Core 2.x and 3.x runtimes, and I found that one of my projects was failing, and I realized I'm using...

> Remove the package / library "System.Numerics.Vectors" > Find the package in the nuget manager "System.Numerics.Vectors" > > Boom then fixet :) That worked for me. Thank you!

Same issue here, using SSMS 18.4, Windows 10 version 1909 and Visual Studio 2019 version 16.4. The file `C:\Users\{my_user_name}\AppData\Roaming\Microsoft\AppEnv\15.0\ActivityLog.xml` records this message: ``` CreateInstance failed for package [FormatterPackage]Source: "mscorlib" Description:...

Hi @vandycknick is there any update on this one? There is no recent version compatible with .NET 6 in NuGet yet.

Hi all, I was looking for high DPI support in Service Bus Explorer because I have new 4K monitors, and I came across this issue. I wonder if there are...

Hello @SeanFeldman I've been making progress on this issue by updating most of the forms and controls to support high DPI screens, as you can see from my fork, however...