BuildVuCSharpClient 1.0.0

Suggested Alternatives

idrsolutions-csharp-client

Additional Details

Future development has been directed to idrsolutions-csharp-client, which can be used for the same purpose. BuildVuCSharpClient will receive no more updates.

There is a newer version of this package available.
See the version list below for details.
dotnet add package BuildVuCSharpClient --version 1.0.0
NuGet\Install-Package BuildVuCSharpClient -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BuildVuCSharpClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BuildVuCSharpClient --version 1.0.0
#r "nuget: BuildVuCSharpClient, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BuildVuCSharpClient as a Cake Addin
#addin nuget:?package=BuildVuCSharpClient&version=1.0.0

// Install BuildVuCSharpClient as a Cake Tool
#tool nuget:?package=BuildVuCSharpClient&version=1.0.0

BuildVu C# Client

BuildVu C# Client is the C# API for IDRSolution's BuildVu Microservice Example.

It functions as an easy to use, plug and play library that lets you use BuildVu from C#.


Installation

Using Nuget:

Run the following command to install the BuildVu C# Client in your project:

$ nuget install BuildVuCSharpClient

Usage

Basic:

Setup the converter details by creating a new BuildVu object:

using BuildVuCSharpClient;
BuildVu buildvu = new BuildVu("localhost:8080/microservice-example");

You can now convert files by calling Convert:

// returns a URL where you can view the converted output in your web browser
var outputURL = buildvu.Convert("/path/to/input/file");

// you can optionally specify a directory to download the converted output to
buildvu.Convert("/path/to/input/file", "/path/to/output/dir");

See example_usage.cs for examples.


Who do I talk to?

Found a bug, or have a suggestion / improvement? Let us know through the Issues page.

Got questions? You can contact us here.


Code of Conduct

Short version: Don't be an awful person.

Longer version: Everyone interacting in the BuildVu C# Client project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.


Copyright 2018 IDRsolutions

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.5 615 8/6/2020
3.0.3 758 7/25/2019
3.0.2 681 7/15/2019
3.0.1 699 5/15/2019
2.1.3 895 10/16/2018
2.1.2 850 10/10/2018
2.1.1 823 9/18/2018
2.0.0 973 7/31/2018
1.0.0 1,171 5/15/2018

Initial release