nspec / NSpec

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
http://nspec.org/
MIT License
260 stars 57 forks source link

Website: mention solution examples #167

Closed BrainCrumbz closed 7 years ago

BrainCrumbz commented 7 years ago

Is it a good idea to mention on the website the available solution examples, as done in Github readme?

amirrajan commented 7 years ago

Not sure where core is with yeomen templates. But I think that may be better. Isn't there some kind of templating system built into core?

BrainCrumbz commented 7 years ago

:) yes there is, it's based off of dotnet new. Just starred a technical article speaking about it, but it mentions VC 2017 and the new tooling. Don't know yet if it's available also for VC2015 and current tooling (Preview 2).

http://pioneercode.com/post/how-to-create-a-dot-net-new-project-template-in-dot-net-core

If we get to have that template, of course we would mention it in website. But in the meantime? Just asking.

BrainCrumbz commented 7 years ago

There's also something about yeoman, I haven't looked at it though.

BrainCrumbz commented 7 years ago

Got a nice answer from blog post author:

I am 99% sure it does not matter if the project is .project.json based or .csproj based. The dotnet new tooling is in the dotnet cli and is not related to the project. You should be able to stick just about anything you want in a template.