You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x/sys/windows/svc: Fix IsWindowsService() to be aligned with dotnet 6
The curret IsWindowsService() method was inherited from the legacy .NET
fwk and not compatible inside windows containers. We need to update it
to be go x/sys compatible inside containers.
Fixes #56335
0 commit comments