IceRpc.Templates 0.6.0

Prefix Reserved
dotnet new install IceRpc.Templates@0.6.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

Templates for IceRPC

Source code | Package

IceRpc.Templates provides dotnet new project templates for IceRPC. The following templates are included:

Template Name Description
icerpc-protobuf-client A project template for creating an IceRPC + Protobuf client console application.
icerpc-protobuf-server A project template for creating an IceRPC + Protobuf server console application.
icerpc-protobuf-di-client A project template for creating an IceRPC + Protobuf client console application using Microsoft's DI container.
icerpc-protobuf-di-server A project template for creating an IceRPC + Protobuf server console application using Microsoft's DI container.
icerpc-slice-client A project template for creating an IceRPC + Slice client console application.
icerpc-slice-server A project template for creating an IceRPC + Slice server console application.
icerpc-slice-di-client A project template for creating an IceRPC + Slice client console application using Microsoft's DI container.
icerpc-slice-di-server A project template for creating an IceRPC + Slice server console application using Microsoft's DI container.
icerpc-ice-client A project template for creating an IceRPC + Ice client console application.
icerpc-ice-server A project template for creating an IceRPC + Ice server console application.
icerpc-ice-di-client A project template for creating an IceRPC + Ice client console application using Microsoft's DI container.
icerpc-ice-di-server A project template for creating an IceRPC + Ice server console application using Microsoft's DI container.

Installation

dotnet new install IceRpc.Templates

Sample Code

Create an IceRPC + Slice command line server application:

dotnet new icerpc-slice-server -o MyServer
cd MyServer
dotnet build
dotnet run

Create an IceRPC + Slice command line client application:

dotnet new icerpc-slice-client -o MyClient
cd MyClient
dotnet build
dotnet run
  • net10.0

    • No dependencies.

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.6.0 95 6/5/2026
0.5.2 138 5/18/2026
0.5.1 297 1/7/2026
0.5.0 887 12/1/2025
0.4.1 545 11/15/2024
0.4.0.1 518 9/17/2024
0.4.0 498 9/16/2024
0.3.1 786 3/28/2024
0.3.0 1,443 2/14/2024
0.2.1 2,203 12/12/2023
0.2.0.1 714 12/4/2023
0.2.0 516 12/4/2023
0.1.2 2,094 10/9/2023
0.1.1 664 9/18/2023
0.1.0 711 9/6/2023