Next Turn
Next Turn
Hi @marb2000, I need some guidelines for building *Microsoft.Toolkit.Win32.sln* on my machine, like this: https://github.com/dotnet/runtime/tree/master/docs/workflow/building/libraries.
Sorry for the confusions @marb2000. I do prefer to build with Visual Studio and I know that this repo is [using Developer Command Prompt during CI](https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/blob/1bc631b12a23b04acbcc38e7f682cb780d88b540/azure-pipelines.yml#L44). I've narrowed down this...
> do you have native debugging enabled? Probably not. I'll try it next time I restore the build environment. Is it a known solution?
## Alternative behaviors ### Child process exits with zero exit code  ### Child process exits with non-zero exit code 
Currently the whole `log` section only applies to .out.log and .err.log files. Will fix in 3.x.
This is not supported at the moment simply because there is no `Type=forking` in WinSW. I'll label this as a feature request.
Hi @Agent-Birkhoff, please refer to the following docs for the version you used. 3.x: https://github.com/winsw/winsw/blob/v3/docs/xml-config-file.md#service-account 2.x: https://github.com/winsw/winsw/blob/master/doc/xmlConfigFile.md#service-account
Sorry @jakubgs, we'll fix the documentation.
@oleg-nenashev Here are some configuration design questions: - Does it make sense to start the service in one account but the wrapped process in another account? `` - Does it...
> Would the solution suggested by them solve the problem? Yes, if you are referring to *Interacting with a User from a Service Indirectly*. We just need to design the...