seanamosw
seanamosw
I'm seeing the same thing: ```csharp await gitLabClient.Branches.ProtectBranchAsync( projectId, new ProtectBranchRequest( branch.Name, pushAccessLevel: ProtectedRefAccessLevels.NO_ACCESS, mergeAccessLevel: ProtectedRefAccessLevels.DEVELOPER_ACCESS, unprotectAccessLevel: ProtectedRefAccessLevels.DEVELOPER_ACCESS)); ``` ```sh GitLabApiClient.GitLabException: {"error":"name is missing, push_access_level is invalid, push_access_level does not...
Using the pre-release 5.20.4-alpha.1642 works for me for now.
I see the discovery and generation functions for MSMQ have been implemented. However, it doesn't appear that the MSMQ windows feature is actually able to install inside a windows container....
I ran into a similar issue with the default powershell console. I couldn't replicate this in any other console, including powershell in cmder/conemu or any other linux/mac terminal. ``` Console.ForegroundColor...
So I recently bumped into this. What is interesting, is using a property initializer at some point in the past used to work. Code like this breaks now: ```csharp public...
Having the same problem. It happens only when I turn my face towards the right. Very visible in the Opentrack preview, the Octopus begins turning, but then rolls upside down....