Skip to content

Missing RestSharp dependency #1

@c-w

Description

@c-w

Hi @pseudomuto,

First of all: thanks for creating this easy-to-use library.

One minor concern: the package available via NuGet seems to be missing a dependency on RestSharp. A basic use-case using ContentService, FileTarget and DiskFile leads to the following exception:

Adding a dependency on RestSharp fixes the problem. Sample packages.config file:

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="RestSharp" version="105.2.3" targetFramework="net452" />
</packages>

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