Jordan Dominion

Results 47 comments of Jordan Dominion

I think I've resolved the issue in my case by including a nuget reference to Microsoft.Extensions.Logging.Abstractions. This project is already referenced further down the dependency tree, though. Neither `CopyLocalLockFileAssemblies` nor...

I'm not sure if anyone is aware that `using var _ = GetDisposable()` resulted in my finalizers being called on the rvalue (they won't be if disposed properly). ```cs ///...

Hmm, pardon me, it seems something else is triggering this finalizer when it shouldn't. (Though I'm having a hard time figuring out what as all references to this class are...

I'm getting this on push using the github_actions bot token, which acts a bit weirdly because it's an integration. Any suggestions for that? I've tried a combination of - Cloning...

Workaround is to make your own wrapper. See https://github.com/tgstation/tgstation-server/blob/e10ec7f5b47a10cfc3c84a7dc5e06e2397341b85/src/Tgstation.Server.Host/Components/Repository/LibGit2Commands.cs

As MSO put it: If a proc has SHOULD_NOT_SLEEP on the definition and has an override, sleeps are only detected directly in the override and not the procs it calls.

Best GH can do is update the docs with this workaround.

This has issues with including the stdlib