Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
egvijayanand committed Feb 6, 2023
1 parent d1a9dfd commit 532eeff
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ ContentView | maui-view | Item
ContentView (C#) | maui-view-cs | Item
ResourceDictionary | maui-resdict | Item
ShellPage | maui-shell | Item
Partial Class | class | Item

![All-in-One .NET MAUI App Project Template](images/dotnetmaui-all-in-one-project-template-pinned.png)

Expand Down Expand Up @@ -371,6 +372,11 @@ Resource Dictionary:
dotnet new maui-resdict -n LightTheme -na MyApp.Themes
```

Partial Class:
```shell
dotnet new class -n BaseViewModel
```

With parameter names expanded:

.NET MAUI App:
Expand Down Expand Up @@ -429,6 +435,11 @@ Resource Dictionary:
```shell
dotnet new maui-resdict --name LightTheme --namespace MyApp.Themes
```

Partial Class:
```shell
dotnet new class --name BaseViewModel
```
<!--
### For VS2019 users:
Expand Down

0 comments on commit 532eeff

Please sign in to comment.