Перейти к файлу
Abdelrahman Shawki Hassan a9777a5a5e
.Net 8 Templates and Minimal API (#97)
* add net8 target
* use controllers if .net 6
* Minimal API support
* update third party libs versions
* make tests work in Visual Studio tests explorer
2024-02-09 10:27:29 -06:00
.config Add nbgv to local dotnet tools 2022-01-10 08:43:26 -05:00
.github/ISSUE_TEMPLATE Rename YAML extension 2021-11-18 10:56:33 -05:00
sign Sign packages 2021-08-31 10:34:58 -04:00
src .Net 8 Templates and Minimal API (#97) 2024-02-09 10:27:29 -06:00
test .Net 8 Templates and Minimal API (#97) 2024-02-09 10:27:29 -06:00
.editorconfig Add .props file configuration 2021-05-12 11:46:08 -04:00
.gitattributes Omit CR at EOL by default 2021-05-06 09:00:45 -04:00
.gitignore Ignore locally installed tools 2021-09-14 10:15:37 -04:00
.grenrc.yaml Use gren to generate release notes 2021-10-12 11:12:58 -04:00
DEVELOPER.md remove netcoreapp2.1 support [#90] 2023-11-21 12:34:17 -05:00
LICENSE Add informational docs and GitHub templates [#1] 2021-04-29 11:15:29 -04:00
README.md Update README.md 2023-06-23 14:31:45 -04:00
Steeltoe.NetCoreToolTemplates.sln Rename steeltoe-webapi projects so as to be unique 2021-12-10 08:59:15 -05:00
azure-pipelines.yaml reformat yaml 2023-11-21 16:04:07 -05:00
nuget.config Initial config for NuGets 2021-05-10 11:12:47 -04:00
version.json Drop prerelease suffix 2022-02-11 15:59:54 -05:00

README.md

Steeltoe NetCoreToolTemplates

Build Status Automated Release Notes by gren

Steeltoe NetCoreToolTemplates is a collection of .NET Core Tool templates.

Project templates:

steeltoe-webapi
Creates a Steeltoe-influenced .NET Web API project

This document describes template installation and template general usage help. For learning how to develop additional options for the templates, see DEVELOPER.md.

Install

From NuGet.org (production)

$ dotnet new install Steeltoe.NetCoreTool.Templates

From .NET Foundation (staging)

$ dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/dev/nuget/v3/index.json -n SteeltoeDev
$ dotnet new --install Steeltoe.NetCoreTool.Templates

From Source (development)

$ dotnet new --install src/Content

Note: To see templates in Visual Studio, you may need to enable:

Tools->Options... Preview Features: Show all .NET Core templates in the NEW project dialog