carterservicetemplate - CarterServiceTemplate 0.1.1

Carter template for web services including a few helpful libraries, for the full list of the libraries see the github page on the project url.

PM> Install-Package CarterServiceTemplate -Version 0.1.1 -Source https://www.myget.org/F/carterservicetemplate/api/v3/index.json

Copy to clipboard

> nuget.exe install CarterServiceTemplate -Version 0.1.1 -Source https://www.myget.org/F/carterservicetemplate/api/v3/index.json

Copy to clipboard

> dotnet add package CarterServiceTemplate --version 0.1.1 --source https://www.myget.org/F/carterservicetemplate/api/v3/index.json

Copy to clipboard
<PackageReference Include="CarterServiceTemplate" Version="0.1.1" />
Copy to clipboard
source https://www.myget.org/F/carterservicetemplate/api/v3/index.json

nuget CarterServiceTemplate  ~> 0.1.1
Copy to clipboard

> choco install CarterServiceTemplate --version 0.1.1 --source https://www.myget.org/F/carterservicetemplate/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "carterservicetemplate" -SourceLocation "https://www.myget.org/F/carterservicetemplate/api/v2"
Install-Module -Name "CarterServiceTemplate" -RequiredVersion "0.1.1" -Repository "carterservicetemplate" 
Copy to clipboard

Carter Service Template Mit License

Dotnet template library for web services using the Carter library.

Builds

Provider Status
Appveyor Build status
Github .NET

Packages

NuGet (Stable) MyGet (Prerelease)
NuGet MyGet

Install

For installation via the dotnet install command:

dotnet new install "CarterServiceTemplate::*"

For myget installations you can specify the source on the dotnet command:

dotnet new install "CarterServiceTemplate::*" --nuget-source https://www.myget.org/F/carterservicetemplate/api/v3/index.json

Then you can freely use it by executing the following dotnet command:

dotnet new carterws -o MyCarterWs

Version target

This template targets the following dotnet versions:

net version template version
10.0 latest
9.0 0.1.1
8.0 0.0.9
7.0 0.0.7
6.0 0.0.5
5.0 0.0.3
3.1 0.0.1

The following libraries are included as part of the projects:

Uninstall

To uninstall simply execute:

dotnet new uninstall "CarterServiceTemplate"

Upgrade to target net 10.0

  • .NETFramework 10.0

Owners

Jaxelr

Authors

Jaxel Rojas

Project URL

https://github.com/Jaxelr/CarterServiceTemplate

License

Unknown

Tags

template carter api service

Info

796 total downloads
6 downloads for version 0.1.1
Download (21.34 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
0.1.1 21.34 KB Wed, 22 Apr 2026 12:37:59 GMT 6
0.1.0 21.32 KB Wed, 11 Feb 2026 13:48:06 GMT 6
0.0.9 21.37 KB Mon, 05 Jan 2026 13:41:00 GMT 87
0.0.8 21.49 KB Wed, 16 Oct 2024 19:12:35 GMT 101
0.0.7 20.36 KB Thu, 28 Sep 2023 15:25:54 GMT 93
0.0.6 19.81 KB Sat, 28 Jan 2023 16:43:58 GMT 87
0.0.5 20.12 KB Wed, 19 Oct 2022 15:31:56 GMT 83
0.0.4 20.12 KB Tue, 09 Aug 2022 14:47:40 GMT 85
0.0.3 18.96 KB Sat, 22 Jan 2022 14:37:08 GMT 86
0.0.2 19.8 KB Tue, 15 Jun 2021 01:28:04 GMT 83
0.0.1 19.51 KB Thu, 17 Dec 2020 17:51:12 GMT 79