Bytewise.Client 0.1.0

dotnet add package Bytewise.Client --version 0.1.0
                    
NuGet\Install-Package Bytewise.Client -Version 0.1.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="Bytewise.Client" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bytewise.Client" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Bytewise.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bytewise.Client --version 0.1.0
                    
#r "nuget: Bytewise.Client, 0.1.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.
#:package Bytewise.Client@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bytewise.Client&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Bytewise.Client&version=0.1.0
                    
Install as a Cake Tool

Bytewise.Client

The official .NET client for the Bytewise Solutions public API — the customer-facing surface: licenses and activations, trials, feedback, the feature board, changelog and roadmap, entitlements, and translations.

dotnet add package Bytewise.Client
using Bytewise.Client;

using var client = new BytewiseClient(
    new Uri("https://api.bytewise.solutions"),
    projectSlug: "your-project");

await client.Feedback.SubmitAsync("Crash on export", email: "user@example.com");

The optional third constructor argument, BytewiseClientOptions, takes a custom HttpMessageHandler (for tests or a proxy) and an IDeviceIdentityProvider — the anonymous, app-scoped device id that device-bound writes need.

What is and is not the API

The package ships a generated transport (Generated/, Kiota) that is internal and an implementation detail. The hand-written façade — BytewiseClient, the façade properties on it, the model records and BytewiseApiException — is the only public surface and the package's stability boundary. Generated types never appear in a signature you can bind to, so a transport regeneration is not a breaking change for you.

Versioning

0.x on purpose: the API is still moving, so a minor bump may break. Pin an exact version if that matters to you. Every build carries its source commit in AssemblyInformationalVersion (0.1.0+<commit>), and SourceLink resolves stack frames straight to the tagged source.

License

MIT — see LICENSE-PACKAGES.md in the repository. The license covers this client package, not the Bytewise Solutions service it talks to.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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
0.1.0 101 9/7/2026