Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/sys/windows/svc: Update IsWindowsService() to be aligned with .NET 6
The current IsWindowsService() function was inherited from the legacy .NET framework and not compatible inside windows containers. We need to update it so it works inside containers. References to: dotnet/runtime#52416 Fixes golang/go#56335
- Loading branch information