Next Turn

Results 28 comments of 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 ![image](https://user-images.githubusercontent.com/45985406/75557745-937ad780-5a7b-11ea-887f-4c4b1d8fe0a5.png) ### Child process exits with non-zero exit code ![image](https://user-images.githubusercontent.com/45985406/75557681-6e866480-5a7b-11ea-9457-0768ecf2998d.png)

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...