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
, a CollaboratorPermissionResponse needs to have a Collaborator since you're deserializing the response, but this, in practice, is `null because the response schema returns "user" and there's no obvious mapping between "user" and "collaborator".
Based on
octokit.net/Octokit/Clients/RepoCollaboratorsClient.cs
Line 242 in 7d01bad
CollaboratorPermissionResponse
needs to have aCollaborator
since you're deserializing the response, but this, in practice, is `null because the response schema returns "user" and there's no obvious mapping between "user" and "collaborator"./cc @JimSuplizio
The text was updated successfully, but these errors were encountered: