NuGet Packages

LinqApi is delivered through modular NuGet packages. Choose the package you need and integrate it into your project.

Available Packages

  • LinqJsApi.Core – Base package that includes core interfaces and extensions.
    Installation:
    dotnet add package LinqJsApi.Core --version 1.0.0-preview1
  • LinqJsApi.Razor – Provides Razor view components and helpers for easy UI integration.
    Installation:
    dotnet add package LinqJsApi.Razor --version 1.0.0-preview1

Best Practices

Make sure to version your packages properly and refer to our documentation for updates. Use --version in your CLI commands to specify a preview version.