Bytewise.Client
0.1.0
dotnet add package Bytewise.Client --version 0.1.0
NuGet\Install-Package Bytewise.Client -Version 0.1.0
<PackageReference Include="Bytewise.Client" Version="0.1.0" />
<PackageVersion Include="Bytewise.Client" Version="0.1.0" />
<PackageReference Include="Bytewise.Client" />
paket add Bytewise.Client --version 0.1.0
#r "nuget: Bytewise.Client, 0.1.0"
#:package Bytewise.Client@0.1.0
#addin nuget:?package=Bytewise.Client&version=0.1.0
#tool nuget:?package=Bytewise.Client&version=0.1.0
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 | Versions 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. |
-
net8.0
- Microsoft.Kiota.Bundle (>= 2.0.0)
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 |