Lyo.Reporting.Client
1.0.0
dotnet add package Lyo.Reporting.Client --version 1.0.0
NuGet\Install-Package Lyo.Reporting.Client -Version 1.0.0
<PackageReference Include="Lyo.Reporting.Client" Version="1.0.0" />
<PackageVersion Include="Lyo.Reporting.Client" Version="1.0.0" />
<PackageReference Include="Lyo.Reporting.Client" />
paket add Lyo.Reporting.Client --version 1.0.0
#r "nuget: Lyo.Reporting.Client, 1.0.0"
#:package Lyo.Reporting.Client@1.0.0
#addin nuget:?package=Lyo.Reporting.Client&version=1.0.0
#tool nuget:?package=Lyo.Reporting.Client&version=1.0.0
Lyo.Reporting.Client
Typed HTTP client for the Lyo Reporting API (netstandard2.0;net10.0).
Workers and Discord bots should call Generate through this client against an API host that runs Lyo.Api.Reporting — do not host ReportService in the worker.
csharp services.AddReportingClient<MyApiClient>(); // or services.AddReportingClient(sp => sp.GetRequiredService<IApiClient>());
// Re-run a past generation from its stored snapshot (new generation row): var rerun = await reporting.Generations.RerunAsync(generationId);
// Stream a generation's persisted output (requires the API host to configure // ReportingApiOptions.DownloadStreamFactory): var (content, fileName, contentLength) = await reporting.Generations.DownloadAsync(rerun.Id); ```
Auth is on the underlying `IApiClient` / `HttpClient` (same bearer as other API calls). Output persistence (FileStorage, etc.) is configured on the API host via `ReportGenerationHooks`.
## Dependencies
Generated from `ProjectReference` / `PackageReference` (same model as `docs/Lyo.ProjectGraph.html`).
- `Lyo.Api.Client` — (direct, lyo)
- `Lyo.Api.Models` — (direct, lyo)
- `Lyo.Query.Models` — (direct, lyo)
- `Lyo.Reporting.Models` — (direct, lyo)
- `Microsoft.Extensions.DependencyInjection.Abstractions` `10.0.5` — (direct, microsoft)
- `Lyo.Common` — (transitive, lyo)
- `Lyo.DateAndTime` — (transitive, lyo)
- `Lyo.Diagnostic` — (transitive, lyo)
- `Lyo.Exceptions` — (transitive, lyo)
- `Lyo.Hashing` — (transitive, lyo)
- `Lyo.Metrics` — (transitive, lyo)
- `Lyo.PackageMetadata` — (transitive, lyo)
- `Microsoft.Extensions.Http` `10.0.5` — (transitive, microsoft)
- `Microsoft.Extensions.Logging.Abstractions` `10.0.5` — (transitive, microsoft)
- `Microsoft.Extensions.Options.ConfigurationExtensions` `10.0.5` — (transitive, microsoft)
- `System.IO.Hashing` `10.0.5` — (transitive, microsoft, net10.0)
- `System.Memory` `4.6.3` — (transitive, microsoft, netstandard2.0)
- `System.Text.Json` `10.0.5` — (transitive, microsoft, netstandard2.0)
- `System.Threading.Tasks.Extensions` `4.6.3` — (transitive, microsoft)
| Product | Versions 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. 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 is compatible. 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. |
| .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. |
-
.NETStandard 2.0
- Lyo.Api.Client (>= 1.0.0)
- Lyo.Api.Models (>= 1.0.0)
- Lyo.Query.Models (>= 1.0.0)
- Lyo.Reporting.Models (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.5)
-
net10.0
- Lyo.Api.Client (>= 1.0.0)
- Lyo.Api.Models (>= 1.0.0)
- Lyo.Query.Models (>= 1.0.0)
- Lyo.Reporting.Models (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Lyo.Reporting.Client:
| Package | Downloads |
|---|---|
|
Lyo.Reporting.Web.Components
Blazor components library for browsing report definitions, running reports, and viewing/downloading generations with MudBlazor. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 58 | 8/16/2026 |