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
The CreateFile and UpdateFile methods in RepositoryContentsClient return a type of Task<RepositoryContentChangeSet>, but DeleteFile does not (it only returns Task).
The delete a file endpoint returns the same response structure as the create or update file contents endpoint (with null content), so the DeleteFile methods should also return Task<RepositoryContentChangeSet>.