Aron Weiler

Results 25 comments of Aron Weiler

This issue still appears when trying to load PDF documents containing bookmarks. You can reproduce this with any PDF that has bookmarks, specifically when the bookmark is at the head...

Thanks for the response, @JarLob. I modified my test application to use the old-style `Main` function (I'm not even a fan of the new stuff- way too messy, but it's...

So, since I know you're probably super busy- I pulled the code and looked into the inability for the stand-alone tool to find a weak random number generator. It looks...

Yeah, it's very strange as to why the compilation is succeeding when there are errors. I can see the errors when I debug the secure scan tool, and put a...

I also just tested the tool by trying to compile a garbage `Program.cs` (with a bunch of junk in it that was clearly not going to build) and I still...

It looks like there are two issues at play here- 1. .NET 6 code is not compiled correctly because the `Microsoft.CodeAnalysis` stuff does not support C# 10 2. The Secure...

Thanks... I really appreciate your contributions to the community with this project. Also, I found an issue (or at least I think it's an issue) with `MSBuildWorkspace`, which is that...

So yeah, it looks like there is no forward compatibility in the `MSBuildWorkspace`, so you'll have to retarget the application to .NET 7 in order to support it 😢

I too, am wondering how to figure out what page things are on... Is there a way to split docs on page breaks? Or a way to somehow add something...

> Not possible without rebuilding the Word layout engine. Yeah, I started poking through the specifications and format for the XML underlying the Word documents, and it seems like page...