B2.NET icon indicating copy to clipboard operation
B2.NET copied to clipboard

.NET library for Backblaze's B2 Cloud Storage

Results 11 B2.NET issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

When uploading a file the request must include a content-length header which consist of the length of the file + the length of the 40 bytes SHA1. But it seem...

Hello! Thank you for this great library! It is epic, I am writing a bit of software for the B2 team, and will use this library for it. I see...

I've been working with B2.NET C# Client for some time with some success, but lately my application stopped working for no apparent reason. I verified that whenever I created the...

Hello, I just wanted to know if there was any plan to add support for the key APIs - `listKeys`, `writeKeys` and `deleteKeys`? Time permitting, I think we at @logicsoftind...

I'm guessing it is not because of things like this: https://github.com/coryrwest/B2.NET/blob/07d3f749c16655bbfb7c6a5dd40cd534d3b97576/src/Files.cs#L124 It would be nice if it were since the underlying `HttpClient` is, but if that requires too much effort,...

There are certain error messages we get from the B2 api that point to a resolvable issue (such as needing a new uploadUrl). ### Errors that indicate that we need...

enhancement

We can build and run the app with B2.net package in both Debug and Release mode. However, when publishing the app, VS shows a bunch of errors such as: C:\Projects\Test.API\Test.API.csproj(0,0):...

``` > dotnet build warning NU1902: Package 'Microsoft.NETCore.Jit' 1.0.2 has a known high severity vulnerability, https://github.com/advisories/GHSA-xcvr-qv8h-m7xw > dotnet nuget why Microsoft.NETCore.Jit Project 'MyCoolProject' has the following dependency graph(s) for 'Microsoft.NETCore.Jit':...