Brandon Ording
Brandon Ording
It's not clear to me why you're trying to build the source from this repo in the first place. The intended way for you to use the output of this...
@EgorBo Thanks for raising the issue. I've converted `Libgit2Object` to derive from `SafeHandleZeroOrMinusOneIsInvalid` in #2127 which if I'm understanding everything properly should be enough to avoid the problem.
@jkotas Can you point me to documentation that explains what I need to change? The docs didn't seem to explain anything regarding "proper usage".
@jkotas If the derived handle type usage is wrapped in a using statement, is it still also required to pair up `DangerousAddRef`/`DangerousRelease` calls as well? For example, [this method](https://github.com/libgit2/libgit2sharp/blob/master/LibGit2Sharp/Core/Proxy.cs#L125-L128) is...
On the other hand, I think there's an increasingly good case for dropping .NET Framework support, especially if you can keep an older version "supported" for perhaps an extended amount...
I've been having to debug design-time builds a lot recently, so being able to to enable/disable the design-time build output window from a Visual Studio option would be a much...
As far as I can tell, this PR isn't actually doing anything. The support for long paths on Windows that was added to libgit2 in https://github.com/libgit2/libgit2/pull/5857 only supports the `core.longpaths`...
> @bording is there any chance of fixing this? To have any chance of it getting fixed, I would need a way to reproduce it. I can't connect to your...
> @bording I could try to reproduce it on a azure VM where I could grant you access. Would this be an option for you? That would at least let...
@sorgeca The [sample](https://docs.particular.net/samples/hosting/aspire/) has now been updated to include ServiceControl instances and ServicePulse.