Paul Schroeder
Paul Schroeder
Fixes #216 - VS 2022 compilation error - Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll
Fixes #216 - Changes required to get IppDotNetDevKitCSV3 compiling on a machine with VS 2022. Making these changes to the project files led to a successful build on my machine...
When pulling down the repo on a fresh install using VS 2022, 285 compilation errors are observed: CSC : error CS0041: Unexpected error writing debug information -- 'Unable to load...
I could not figure out why my WMBSCInitialSettings were getting ignored and the BlazorSlickCarousel wasn't working. I tried so many things and believe that I isolated the problem down to...
I took the demo code and tried to use it with a Blazor Server app. The WMBSCResponsiveSettings did not work with Blazor Server, but they did work with WebAssembly.
Implementation of the non-legacy version of create accounts receivable payment through the API. This is specifically designed to expose, take advantage of the Description field, which is not available using...
Implemented multi-targeting for .NET 5.0. Minor upgrade to Microsoft.NET.Test.Sdk NuGet package reference. Reorganized LoggingHandler.cs and updated catch block to not lose stack trace info. Reorganized the IaXmlWriter.cs class.