question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Evaluate supporting baseline in dotnet new and template engine

See original GitHub issue

Currently template engine supports baseline: set of predefined input parameters that can be used when running or filtering templates.

dotnet new supports --baseline switch, but for now it is hidden.

Evaluate do we need this feature enabled for .NET 7, keep it hidden as is or should we remove it.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vlada-shubinacommented, Dec 20, 2021

No change to this behavior in scope of #2191, the baseline option remains hidden. Keeping the issue open for discussions.

0reactions
vlada-shubinacommented, May 18, 2023

As it was agreed to deprecate baseline, we need to make all code that uses it obsolete. The action is purely refactoring, until obsolete code is agreed to be removed.

Consider removing --baseline option from CLI or make it obsolete.

Read more comments on GitHub >

github_iconTop Results From Across the Web

console & main · Issue #3654 · dotnet/templating
Proposal: Two console templates: console & main #3654 ... Evaluate supporting baseline in dotnet new and template engine #4062.
Read more >
dotnet new <TEMPLATE> - .NET CLI
The dotnet new command creates new .NET projects based on the specified template.
Read more >
Support dotnet templates required parameters : RIDER-33854
I wrote some dotnet templates (https://github.com/sbradl/CleanArchitectureTemplate). The solution template is picked up by rider but the two project ...
Read more >
Using the .Net Core Template Engine to Create Custom ...
This is the “dotnet new” command. The default set of templates covers the essential project and file types you need for default console...
Read more >
Using Baseline Templates to Check Configuration ...
When you add a new device of the same type to the network, you can use the existing Baseline template, which consists of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found