Sails.ClientGenerator 0.1.0-beta.2

This is a prerelease version of Sails.ClientGenerator.
dotnet add package Sails.ClientGenerator --version 0.1.0-beta.2                
NuGet\Install-Package Sails.ClientGenerator -Version 0.1.0-beta.2                
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="Sails.ClientGenerator" Version="0.1.0-beta.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sails.ClientGenerator --version 0.1.0-beta.2                
#r "nuget: Sails.ClientGenerator, 0.1.0-beta.2"                
#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 Sails.ClientGenerator as a Cake Addin
#addin nuget:?package=Sails.ClientGenerator&version=0.1.0-beta.2&prerelease

// Install Sails.ClientGenerator as a Cake Tool
#tool nuget:?package=Sails.ClientGenerator&version=0.1.0-beta.2&prerelease                

Sails.ClientGenerator

A library generating .NET code for communicating with programs written using Sails framework based on their IDL files. The generated code relies on abstractions provided by Sails.Net.

Usage

In the csproj file of the project willing to use generated client code, add:

<ItemGroup>
  
  <AdditionalFile Include="demo.idl" />
</ItemGroup>

<ItemGroup>
  <PackageReference Include="Sails.ClientGenerator">
      <PrivateAssets>all</PrivateAssets>
    </PackageReference>
  <PackageReference Include="Sails.Net" />
</ItemGroup>

This will generate .NET code for the client which will be found under Dependencies -> Analyzers -> Sails.ClientGenerator -> Sails.ClientGenerator.SailsClientGenerator. Discover how the generated code can be used via exploring tests.

There are no supported framework assets in this 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
0.1.0-beta.2 127 12/13/2024
0.1.0-beta.1 102 12/6/2024
0.0.1-beta.6 102 12/2/2024
0.0.1-beta.5 55 11/29/2024
0.0.1-beta.4 57 11/29/2024
0.0.1-beta.3 107 11/27/2024