PleOps.LanguageTool.Client 1.0.0

dotnet add package PleOps.LanguageTool.Client --version 1.0.0                
NuGet\Install-Package PleOps.LanguageTool.Client -Version 1.0.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="PleOps.LanguageTool.Client" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PleOps.LanguageTool.Client --version 1.0.0                
#r "nuget: PleOps.LanguageTool.Client, 1.0.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.
// Install PleOps.LanguageTool.Client as a Cake Addin
#addin nuget:?package=PleOps.LanguageTool.Client&version=1.0.0

// Install PleOps.LanguageTool.Client as a Cake Tool
#tool nuget:?package=PleOps.LanguageTool.Client&version=1.0.0                

LanguageTool .NET client

<p align="center"> <a href="https://github.com/pleonex/langtool-client-csharp/actions/workflows/build-and-release.yml"> <img alt="Build and release" src="https://github.com/pleonex/langtool-client-csharp/actions/workflows/build-and-release.yml/badge.svg" /> </a>   <a href="https://choosealicense.com/licenses/mit/"> <img alt="MIT License" src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat" /> </a>   </p>

.NET (C#) library to run checks using LanguageTool server.

[!WARNING]
This is a personal project with no support. The project may not have an active development. Don't expect new features, fixes (including security fixes). I don't recommend using it for production environments. Feel free to fork and adapt. Small contributions are welcome.

Usage

This project provides the following libraries as NuGet packages (via nuget.org). The libraries support the latest version of .NET and its LTS.

  • PleOps.LanguageTool.Client: client library for LanguageTool server.

Preview releases can be found in this Azure DevOps NuGet repository. To use a preview release, create a file nuget.config in the same directory of your solution file (.sln) with the following content:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <clear/>
    <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
    <add key="PleOps-Preview" value="https://pkgs.dev.azure.com/pleonex/Pleosoft/_packaging/Pleosoft-Preview/nuget/v3/index.json" />
  </packageSources>
  <packageSourceMapping>
    <packageSource key="nuget.org">
      <package pattern="*" />
    </packageSource>
    <packageSource key="PleOps-Preview">
      <package pattern="PleOps.LanguageTool.Client" />
    </packageSource>
  </packageSourceMapping>
</configuration>

Then restore / install as usual via Visual Studio, Rider or command-line. You may need to restart Visual Studio for the changes to apply.

Build

The project requires .NET 8.0 SDK to build.

To build, test and generate artifacts run:

# Build and run tests
dotnet run --project build/orchestrator

# (Optional) Create bundles (nuget, zips, docs)
dotnet run --project build/orchestrator -- --target=Bundle

Release

Create a new GitHub release with a tag v{Version} (e.g. v2.4) and that's it! This triggers a pipeline that builds and deploy the project.

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. 
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
1.0.0 90 10/27/2024

Check the project site