Skip to content

Exclude VB Templates from packaging #1735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Aug 28, 2019
Merged

Conversation

vatsan-madhavan
Copy link
Member

Fixes #1734

I'm attaching NuPkg's that is representative of what will be produced henceforth in release/3.0 branch for WPF project templates.

image

After installing this project template, this is what I see:

λ dotnet new --install Microsoft.DotNet.Wpf.ProjectTemplates::3.0.0-dev --nuget-source %cd%
  Restore completed in 191.09 ms for C:\Users\srivatsm\.templateengine\dotnetcli\v5.0.100-alpha1-013704\scratch\restore.csproj.


Templates                                         Short Name               Language          Tags
---------------------------------------------------------------------------------------------------------------------------------- Console Application                               console                  [C#], F#, VB      Common/Console
Class library                                     classlib                 [C#], F#, VB      Common/Library
WPF Application                                   wpf                      [C#]              Common/WPF
WPF Class library                                 wpflib                   [C#]              Common/WPF
WPF Custom Control Library                        wpfcustomcontrollib      [C#]              Common/WPF
WPF User Control Library                          wpfusercontrollib        [C#]              Common/WPF
Windows Forms (WinForms) Application              winforms                 [C#], VB          Common/WinForms
Windows Forms (WinForms) Class library            winformslib              [C#], VB          Common/WinForms
Worker Service                                    worker                   [C#]              Common/Worker/Web
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 Component                                   razorcomponent           [C#]              Web/ASP.NET
Razor Page                                        page                     [C#]              Web/ASP.NET
MVC ViewImports                                   viewimports              [C#]              Web/ASP.NET
MVC ViewStart                                     viewstart                [C#]              Web/ASP.NET
Blazor Server App                                 blazorserver             [C#]              Web/Blazor
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 gRPC Service                         grpc                     [C#]              Web/gRPC
dotnet gitignore file                             gitignore                                  Config
global.json file                                  globaljson                                 Config
NuGet Config                                      nugetconfig                                Config
Dotnet local tool manifest file                   tool-manifest                              Config
Web Config                                        webconfig                                  Config
Solution File                                     sln                                        Solution
Protocol Buffer File                              proto                                      Web/gRPC

Examples:
    dotnet new mvc --auth Individual
    dotnet new webapi
    dotnet new --help

λ dotnet new | findstr /i wpf
WPF Application                                   wpf                      [C#]              Common/WPF
WPF Class library                                 wpflib                   [C#]              Common/WPF
WPF Custom Control Library                        wpfcustomcontrollib      [C#]              Common/WPF
WPF User Control Library                          wpfusercontrollib        [C#]              Common/WPF

Microsoft.DotNet.Wpf.ProjectTemplates.3.0.0-dev.zip

@vatsan-madhavan vatsan-madhavan added this to the 3.0 milestone Aug 27, 2019
@vatsan-madhavan vatsan-madhavan self-assigned this Aug 27, 2019
@ghost ghost requested review from rladuca, ryalanms and stevenbrix August 27, 2019 23:28
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Aug 27, 2019
@ghost ghost requested a review from SamBent August 27, 2019 23:28
@vatsan-madhavan vatsan-madhavan force-pushed the dev/vatsan/limit-vbtempl-rel30 branch from ddba684 to 57659e9 Compare August 27, 2019 23:29
@vatsan-madhavan
Copy link
Member Author

/cc @jmarolf

@ghost
Copy link

ghost commented Aug 28, 2019

Hello @vatsan-madhavan!

Because this pull request has the auto_merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit aa00a7a into release/3.0 Aug 28, 2019
@ghost ghost deleted the dev/vatsan/limit-vbtempl-rel30 branch August 28, 2019 00:07
@ghost ghost locked as resolved and limited conversation to collaborators Apr 15, 2022
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ask-mode auto_merge bot-command PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants