Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/sys/windows/svc: Fix IsWindowsService() to be aligned with dotnet 6 #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 1, 2022

  1. 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
    Guillaume GILL committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    e0659b9 View commit details
    Browse the repository at this point in the history