Brandon Ording

Results 145 comments of Brandon Ording

> Finally there would be a tool which can handle semantic versioning without hassle and dependency to the .NET runtime. That could already be achieved through publishing a trimmed self-contained...

> Although addressing all the trimming warnings will likely bit quite a hassle as well... I've already fixed them all locally while investigating the AOT stuff this weekend. They were...

Yes, I meant for LibGit2Sharp, which is all that is relevant here. 😄 But yes, all trimming errors would need to be addressed for whatever program you're trying to trim....

I just released LibGit2Sharp 0.30.0, which includes #2084, so it should be fully compatible with trimming and single file publishing now. I also started looking into what is involved in...

I've just tried using the latest packages with a `net48` project and it works fine, so there must be something else going on. If you can provide me with a...

The project as you zipped it up does not compile. I was able to make it work by fixing up the NuGet package locations in the project file, and after...

> Or you're using Windows on ARM? Only if it's arm32: ![image](https://github.com/user-attachments/assets/ffc9b218-98c1-4dd8-87fc-f21b4110604b)

I wasn't familiar with the extension model you were using, so I took a quick look over the documentation in the [repo](https://github.com/microsoft/VSExtensibility). It looks like it's a new out-of-proc model...

Unfortunately, I'm not aware of any way to internalize the glibc dependency. It's pretty much the foundational dependency. When building the native binaries for LibGit2Sharp, I'm limited by what Linux...