Adam Kauffman
Adam Kauffman
This is not a forum. This is the "issues" section, used to report bugs to the developer. Please be respectful of the developers who wrote this software and discuss usage...
From my experience it works when the default layout is used in your NLog.config. Can you post your NLog.config entry that creates the file you are targeting? Mine has a...
@AFract This project hasn't seen an update in 4 years. I believe your options are to modify your layout to match what sentinel accepts or create a fork and PR...
The last a version that targets netstandard2 is [Powershell 6.1.2](https://www.nuget.org/packages/Microsoft.PowerShell.SDK/6.1.2) but that version doesn't come with the OS, like framework does. If the draw to framework is that it comes...
Can you add some detail about what your local edits are? Your PR body has zero text, where it should include a short description of the changes you are proposing...
> approved It says this is your first PR to this repo. It is unlikely that you have the ability to approve your own PR.
Once all of the libraries are converted to .netstandard2.0 the path for moving GUI code to a cross platform future is to begin to multitarget with .net6 and framework. Once...
`_webApplicationFactory.ServerAddress;` doesn't exist. I changed it to: `protected string GetServerAddress() => _webApplicationFactory.Server.BaseAddress.AbsolutePath;` and that seems to do what you intended.
This looks like a good candidate for a feature flag. There could be some list settings where this mode could be turned on.
I don't recommend using `SSH.NET` at all, let alone including such a large chunk in Quartz. It seems to be way out of scope for a scheduling library. `SSH.NET` has...