File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232## Packages
3333
34+ Packages are available on nuget.org.
35+
3436| Package | Description |
3537| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36- | ` AxisEndpoints ` | Core package. Provides ` IEndpoint<TRequest, TResult> ` and related primitives. |
37- | ` AxisEndpoints.Extensions.CsvHelper ` | Optional. Integrates CsvHelper for typed CSV import (` CsvRequest<TRow> ` ) and streaming export (` CsvResponse<TRow> ` ). |
38+ | [ AxisEndpoints] ( https://www.nuget.org/packages/AxisEndpoints ) | Core package. Provides ` IEndpoint<TRequest, TResult> ` and related primitives. |
39+ | [ AxisEndpoints.Extensions.CsvHelper] ( https://www.nuget.org/packages/AxisEndpoints.Extensions.CsvHelpe ) | Optional. Integrates CsvHelper for typed CSV import (` CsvRequest<TRow> ` ) and streaming export (` CsvResponse<TRow> ` ). |
3840
3941## Installation
4042
41- ### Install from nuget.org
43+ ### Install from nuget.org (Recommended)
4244
4345``` sh
4446dotnet add package AxisEndpoints
You can’t perform that action at this time.
0 commit comments