Kevin

Results 16 comments of Kevin

@thomhurst at least the example in https://github.com/Microsoft/ApplicationInsights-dotnet/issues/342 was straight forward and I got it to work. Thanks for trying. Happy Thanksgiving! 🦃

Would this include a way to export a .dacpac file? I needed to export and import from a SQL Azure DB so I could have a copy in localdb. I...

Here's what I have so far using ``` using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.FileProviders; using Microsoft.Web.WebView2.Core; using Microsoft.Web.WebView2.WinForms; using Microsoft.Web.WebView2.Wpf; using System.IO; using System.Text; using System.Web; using System.Windows; namespace HtmlToPdf.Controllers { [ApiController]...

Rick Strahl published a [blog post](https://weblog.west-wind.com/posts/2024/Mar/26/Html-to-PDF-Generation-using-the-WebView2-Control) [X post](https://x.com/RickStrahl/status/1772914317870194898?s=20) "IAC, the bottom line is this component lets you print HTML to PDF in any Windows execution environment including inside services and...

that would be a great feature! I wonder if you could borrow ideas from the SBOMs (software bill of materials) ideas in DependencyBot (Github) and others use for security issues.

Here is the [issue with some discussion](https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/830)