Skip to content

0.8.0 upgrade guidelines? #57

@Atulin

Description

@Atulin

I'm seeing an [Obsolete] warning on my current code:

var fileName = $"{folder}/{name}.{ext}"
var result = await b2Client.Files.Upload(bytes, fileName);
                                  ^^^^^^ obsolete

It seems this method was deprecated in favour of one that uses uploadUrl parameter, and that one was obsoleted in favout of one that uses B2FileUploadContext.

Problem is, nowhere in the documentation is there any mention of B2FileUploadContext, at all. The class has a metric ton of non-nullable properties too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions