SharpBucket icon indicating copy to clipboard operation
SharpBucket copied to clipboard

SharpBucket is a .Net wrapper for the Bitbucket's REST API.

Results 8 SharpBucket issues
Sort by recently updated
recently updated
newest added

Most of the tests fail on Linux because of the hardcoded path in filling the repo: https://github.com/MitjaBezensek/SharpBucket/blob/96d068c6904ac104b136fd3fdfcaab08880794fc/SharpBucketTests/GitHelpers/TestRepositoryBuilder.cs#L111-L114 Path.Combine will make it cross platform.

Added functionality to create issue in repository.

Check that public types and members are correctly documented is deactivated! See the NoWarn tag in [SharpBucket.csproj](https://github.com/MitjaBezensek/SharpBucket/blob/master/SharpBucket/SharpBucket.csproj#L21) We need to take the time to comment all the code so we...

documentation

Implement token refresh marked in the following TODO: https://github.com/MitjaBezensek/SharpBucket/blob/f0cd7c36e1917e74344092065bc14fc931b2cfea/SharpBucketTests/GitHelpers/OAuth2GitCredentialsProvider.cs#L26

* Upgraded the NET Framework from 4.0 => 4.5 * Added README.md and comments for the following: > In order to run the ConsoleTests you'll first need the following: >...

I came across this while working on #90 . Both `GetDiff()` and `GetPatch()` take an `options` parameter which is an `object`. Looking at the API [here](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/diff/%7Bspec%7D) and [here](https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/patch/%7Bspec%7D) I think...

[Currently ](https://github.com/MitjaBezensek/SharpBucket/blob/master/SharpBucket/Authentication/RequestExecutor.cs#L58)we manually create a new request if some resource was redirected. This is due to the fact that RestSharp clears the headers on redirect. There's a way around this,...

This property will represent a PR review status.