Delbert Matlock
Delbert Matlock
Having an issue generating the TypeScript client inside of a .NET Core app started with the "ASP.NET Core with React.js" project template in Visual Studio 2022. The application is set...
- components: `DropdownMenu` - reactstrap version `#9.1.2` - import method `.NET SPA with TypeScript wiring` - react version `#18.1.0` - bootstrap version `#5.1.3` ### What is happening? When using the...
I'm trying to convert some image manipulation code from `System.Drawing` to `Microsoft.Maui.Graphics`. The code is being used in an ASP.NET 6 application running in Visual Studio 2022 (17.2.2) on Windows...
This is a follow-on from #436. Building some code to replace `System.Drawing.Common` image manipulation for a ASP.NET 6 website running on Windows. Tried to take an `IImage` over to a...
Trying to update some .NET Framework code to .NET Core with .NET Standard support libraries. Installed the RazorEngine.Core.NetCore 4.5.2-rc1 package fork of the RazorEngine library which will install under .NET...
I recently implemented DirtyForms with both the CKEditor and Bootstrap plugins. The dirty state tracking and dialog intercepts seem to be working (although it will on occasion not catch the...
Tried to install the NuGet package into a .NET Core 3.1 project. NuGet tried to load several 2.x version packages, which would have likely broken the app. It looks like...
I've been using SharpMap for over 10 years to generate images of maps for inclusion in other media, such as PDF documents. In recent versions of .NET, the use of...