Scott Kuhl

Results 52 comments of Scott Kuhl

I believe this is a bug in a newer version of the font. The version referenced on https://benlk.github.io/solbera-dnd-fonts/#nodesto does not have the issue.

- [Writing Visual Studio Extensions with Mads - 64bit extensions for Visual Studio 2022](https://www.youtube.com/watch?v=L8b3kFriwCs) - [Writing Visual Studio Extensions with Mads - Splitting extensions for Visual Studio 2022](https://www.youtube.com/watch?v=-PKIPTW6km0)

- [Writing Visual Studio Extensions with Mads - 64bit extensions for Visual Studio 2022](https://www.youtube.com/watch?v=L8b3kFriwCs) - [Writing Visual Studio Extensions with Mads - Splitting extensions for Visual Studio 2022](https://www.youtube.com/watch?v=-PKIPTW6km0)

That's a huge blow. We have a lot of projects that rely on it. I wonder if Libman will go the same route. We just stop relying on the MVC...

> @eat-sleep-code -- we'd love to start seeing more up-voting of this need in the Visual Studio Developer Community to help prioritize the productization of things like this. @Sayedhashimi I...

@timheuer No, sorry. Microsoft Library Manager showed up as an extension in older versions, I did not realize it was included in 2022 already.

> > @aaronpowell any updates on this issue? > > I don't believe this is something that we'll be able to resolve in the SWA CLI as it is reliant...

> Jon Hilton blogged about using Blazor server and Mediator which may be of use.: > > https://jonhilton.net/mediatr-and-razor-components/ That does not solve the problem. That example does not use EF...

We are using the default: `services.AddMediatR(Assembly.GetExecutingAssembly());` I am not sure if that will fix it or not. At this point we have moved on to removing MediatR.

Yes, it is a Blazor Server issue when combined with EF. And yes, we did remove MediatR to get it working. The best route seems to be creating a Web...