canton7 / Stylet

A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not use $rootnamespace$ instead of hard code "Company.WpfApplication1" namespace?

GF-Huang opened this issue · comments

image

references: https://docs.microsoft.com/en-us/nuget/create-packages/source-and-config-file-transformations

namespace $rootnamespace$.Models
{
    public struct CategoryInfo
    {
        public string categoryid;
        public string description;
        public string htmlUrl;
        public string rssUrl;
        public string title;
    }
}

Are you seeing this on the latest version of Stylet.Templates? That should be fixed

God, I don't know it has a update. 😢

Isn't the Visual Studio marketplace just for Visual Studio extensions?

Please check this, there are a lot of project templates.

image

Stylet.Templates is dotnet new template, not a Visual Studio template (yes, there is a difference).

You can get dotnet new templates to show up in the list of templates in preview versions of Visual Studio, if you enable a preview option somewhere in settings: in the future I assume this will happen by default.

I have no intention of providing a Visual Studio template in addition to the current two templates.

OK, thanks.