You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize an empty folder for a new project by copying and modifying files from our [repository-template](https://github.com/SpatialFocus/repository-template). This includes:
6
+
7
+
- .gitignore and .editorconfig
8
+
- stylecop.json and ReSharper settings
9
+
- MSBuild properties
10
+
- Solution file including the default _Solution Items_ solution folder
11
+
- README.md
12
+
13
+
Placeholders in these files will be filled with solution name and author information.
14
+
15
+
Additionally, the wizard supports the creation of .NET Core projects in the solution. Currently, these project templates are available:
16
+
17
+
1) Console app
18
+
2) Empty web
19
+
3) Web API
20
+
4) Web MVC
21
+
5) Xamarin Forms Shell (using our [Xamarin Forms Shell template](https://github.com/SpatialFocus/DotNetNew.XamarinFormsShell))
22
+
6) Blazor Server
23
+
7) Blazor Wasm
24
+
25
+
After setting up one of these demo projects, typical generic projects can be added as well:
<Description>DotNet Tool for initializing an empty folder, create a solution with stylecop, ReSharper and license settings, and optionally add projects.</Description>
0 commit comments