Dotnet-Boxed / Templates

.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
https://RehanSaeed.com
MIT License
3.4k stars 490 forks source link

After upgrade boxed template, api boxed template missing #292

Closed SDGItalySrl closed 5 years ago

SDGItalySrl commented 5 years ago

Afrter run dotnet new --install "Boxed.Templates::*" the api boxed template is missing this is all that I have:

Modelli                                           Nome breve         Lingua            Tag
----------------------------------------------------------------------------------------------------------------------------
Console Application                               console            [C#], F#, VB      Common/Console
Class library                                     classlib           [C#], F#, VB      Common/Library
Unit Test Project                                 mstest             [C#], F#, VB      Test/MSTest
NUnit 3 Test Project                              nunit              [C#], F#, VB      Test/NUnit
NUnit 3 Test Item                                 nunit-test         [C#], F#, VB      Test/NUnit
xUnit Test Project                                xunit              [C#], F#, VB      Test/xUnit
Razor Page                                        page               [C#]              Web/ASP.NET
MVC ViewImports                                   viewimports        [C#]              Web/ASP.NET
MVC ViewStart                                     viewstart          [C#]              Web/ASP.NET
ASP.NET Core Empty                                web                [C#], F#          Web/Empty
ASP.NET Core Web App (Model-View-Controller)      mvc                [C#], F#          Web/MVC
ASP.NET Core Web App                              webapp             [C#]              Web/MVC/Razor Pages
ASP.NET Core with Angular                         angular            [C#]              Web/MVC/SPA
ASP.NET Core with React.js                        react              [C#]              Web/MVC/SPA
ASP.NET Core with React.js and Redux              reactredux         [C#]              Web/MVC/SPA
Razor Class Library                               razorclasslib      [C#]              Web/Razor/Library/Razor Class Library
ASP.NET Core Web API                              webapi             [C#], F#          Web/WebAPI
ASP.NET Core GraphQL Boxed                        graphql            [C#]              Web/WebAPI/Boxed/GraphQL/API
ASP.NET Core Orleans Boxed (beta)                 orleans            [C#]              Web/WebAPI/Boxed/Orleans/API/Actor
global.json file                                  globaljson                           Config
NuGet Config                                      nugetconfig                          Config
Web Config                                        webconfig                            Config
Solution File                                     sln                                  Solution

Mac os 10.14.4 dotnet 2.2.104

Thanks

RehanSaeed commented 5 years ago

Thanks, I've seen the bug. I'll get a fix out soon.

tonymobster commented 5 years ago

I'm getting this issue. dotnet 2.2.100 windows 10

RehanSaeed commented 5 years ago

Now released. I had some issues with tests failing because AppVeyor does not support VS 2019 yet.

luxiconn commented 5 years ago

I'm having the same issue with both the 2.0 & 2.1.0 releases.

.NET Core SDK (reflecting any global.json):
 Version:   2.2.203
 Commit:    e5bab63eca

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.17134
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\2.2.203\

Host (useful for support):
  Version: 2.2.4
  Commit:  f95848e524

.NET Core SDKs installed:
  2.1.602 [C:\Program Files\dotnet\sdk]
  2.2.104 [C:\Program Files\dotnet\sdk]
  2.2.203 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.All 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.2.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.2.2 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.1.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.2.2 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.2.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

I've tried running dotnet new --install "Boxed.Templates::*" and just downloading the release and installing it from source. The GraphQL and Orleans templates get installed but not the API template.

I also tested with dotnet 2.2.104

tonymobster commented 5 years ago

Yup I just reinstalled the templates again, 2.1.0 release, api still doesn't show up

RehanSaeed commented 5 years ago

Try again with 2.1.1 in this release: https://github.com/Dotnet-Boxed/Templates/releases/tag/Boxed.Templates.2.1.1

tonymobster commented 5 years ago

Works great now. Thanks