|
81 | 81 | href: compatibility/ |
82 | 82 | - name: Tutorials |
83 | 83 | items: |
84 | | - - name: Overview |
85 | | - href: tutorials/index.md |
86 | | - - name: Get started with .NET Core using Visual Studio |
87 | | - href: tutorials/with-visual-studio.md |
88 | | - - name: Get started with .NET Core using Visual Studio Code |
89 | | - href: tutorials/with-visual-studio-code.md |
90 | | - - name: Get started with .NET Core using the CLI |
91 | | - href: tutorials/cli-create-console-app.md |
92 | | - - name: Get started with .NET Core using Visual Studio Code on macOS |
93 | | - href: tutorials/using-on-macos.md |
94 | | - - name: Get started with .NET Core using Visual Studio for Mac |
95 | | - href: tutorials/using-on-mac-vs.md |
96 | | - - name: Debug an application using Visual Studio |
97 | | - href: tutorials/debugging-with-visual-studio.md |
98 | | - - name: Publish an application with Visual Studio |
99 | | - href: tutorials/publishing-with-visual-studio.md |
100 | | - - name: Create a .NET Standard library in Visual Studio |
101 | | - href: tutorials/library-with-visual-studio.md |
102 | | - - name: Test a .NET Standard library in Visual Studio |
103 | | - href: tutorials/testing-library-with-visual-studio.md |
104 | | - - name: Consume a .NET Standard library in Visual Studio |
105 | | - href: tutorials/consuming-library-with-visual-studio.md |
106 | | - - name: Build a complete .NET Core solution on macOS |
107 | | - href: tutorials/using-on-mac-vs-full-solution.md |
108 | | - - name: Organize and test projects with the .NET Core CLI |
109 | | - href: tutorials/testing-with-cli.md |
110 | | - - name: Develop libraries with cross-platform tools |
111 | | - href: tutorials/libraries.md |
112 | | - - name: Create a .NET Core app with plugins |
113 | | - href: tutorials/creating-app-with-plugin-support.md |
114 | | - - name: Develop ASP.NET Core apps |
115 | | - href: tutorials/aspnet-core.md |
116 | | - - name: Host .NET Core from native code |
117 | | - href: tutorials/netcore-hosting.md |
118 | | - - name: Create templates for the CLI |
| 84 | + - name: Use Visual Studio |
| 85 | + items: |
| 86 | + - name: Create a console app |
| 87 | + href: tutorials/with-visual-studio.md |
| 88 | + displayName: tutorials, visual studio, vs |
| 89 | + - name: Debug an app |
| 90 | + href: tutorials/debugging-with-visual-studio.md |
| 91 | + displayName: tutorials, visual studio, vs |
| 92 | + - name: Publish an app |
| 93 | + href: tutorials/publishing-with-visual-studio.md |
| 94 | + displayName: tutorials, visual studio, vs |
| 95 | + - name: Create a library |
| 96 | + href: tutorials/library-with-visual-studio.md |
| 97 | + displayName: tutorials, visual studio, vs |
| 98 | + - name: Unit test a library |
| 99 | + href: tutorials/testing-library-with-visual-studio.md |
| 100 | + displayName: tutorials, visual studio, vs |
| 101 | + - name: Install and use a package |
| 102 | + href: /nuget/quickstart/install-and-use-a-package-in-visual-studio |
| 103 | + displayName: tutorials, visual studio, vs |
| 104 | + - name: Create and publish a package |
| 105 | + href: /nuget/quickstart/create-and-publish-a-package-using-visual-studio |
| 106 | + displayName: tutorials, visual studio, vs |
| 107 | + - name: Use Visual Studio Code |
| 108 | + items: |
| 109 | + - name: Create a console app |
| 110 | + href: tutorials/with-visual-studio-code.md |
| 111 | + displayName: tutorials, visual studio code, vs code, cli |
| 112 | + - name: Create a console app and publish it |
| 113 | + href: tutorials/cli-create-console-app.md |
| 114 | + displayName: tutorials, cli |
| 115 | + - name: Create a library and unit test it - macOS |
| 116 | + href: tutorials/using-on-macos.md |
| 117 | + displayName: tutorials, visual studio code, vs code, cli |
| 118 | + - name: Install and use a package |
| 119 | + href: /nuget/quickstart/install-and-use-a-package-using-the-dotnet-cli |
| 120 | + displayName: tutorials, cli |
| 121 | + - name: Create and publish a package |
| 122 | + href: /nuget/quickstart/create-and-publish-a-package-using-the-dotnet-cli |
| 123 | + displayName: tutorials |
| 124 | + - name: Use Visual Studio for Mac |
119 | 125 | items: |
120 | | - - name: 1 - Create an item template |
121 | | - href: tutorials/cli-templates-create-item-template.md |
122 | | - - name: 2 - Create a project template |
123 | | - href: tutorials/cli-templates-create-project-template.md |
124 | | - - name: 3 - Create a template pack |
125 | | - href: tutorials/cli-templates-create-template-pack.md |
126 | | - - name: Create tools for the CLI |
| 126 | + - name: Create a console app |
| 127 | + href: tutorials/using-on-mac-vs.md |
| 128 | + displayName: tutorials |
| 129 | + - name: Create a library and unit test it |
| 130 | + href: tutorials/using-on-mac-vs-full-solution.md |
| 131 | + displayName: tutorials |
| 132 | + - name: Install and use a package |
| 133 | + href: /nuget/quickstart/install-and-use-a-package-in-visual-studio-mac |
| 134 | + displayName: tutorials |
| 135 | + - name: Advanced topics |
127 | 136 | items: |
128 | | - - name: 1 - Create a tool |
129 | | - displayName: tools, tutorials |
130 | | - href: tools/global-tools-how-to-create.md |
131 | | - - name: 2 - Use a global tool |
132 | | - displayName: tools, tutorials |
133 | | - href: tools/global-tools-how-to-use.md |
134 | | - - name: 3 - Use a local tool |
135 | | - href: tools/local-tools-how-to-use.md |
136 | | - displayName: tools, tutorials |
| 137 | + - name: Unit test an app with xUnit |
| 138 | + href: tutorials/testing-with-cli.md |
| 139 | + displayName: tutorials, cli |
| 140 | + - name: How to create libraries |
| 141 | + href: tutorials/libraries.md |
| 142 | + - name: Create templates for the CLI |
| 143 | + items: |
| 144 | + - name: 1 - Create an item template |
| 145 | + href: tutorials/cli-templates-create-item-template.md |
| 146 | + displayName: tutorials, cli |
| 147 | + - name: 2 - Create a project template |
| 148 | + href: tutorials/cli-templates-create-project-template.md |
| 149 | + displayName: tutorials, cli |
| 150 | + - name: 3 - Create a template pack |
| 151 | + href: tutorials/cli-templates-create-template-pack.md |
| 152 | + displayName: tutorials, cli |
| 153 | + - name: Create tools for the CLI |
| 154 | + items: |
| 155 | + - name: 1 - Create a tool |
| 156 | + displayName: tools, tutorials, cli |
| 157 | + href: tools/global-tools-how-to-create.md |
| 158 | + - name: 2 - Use a global tool |
| 159 | + displayName: tools, tutorials, cli |
| 160 | + href: tools/global-tools-how-to-use.md |
| 161 | + - name: 3 - Use a local tool |
| 162 | + href: tools/local-tools-how-to-use.md |
| 163 | + displayName: tools, tutorials, cli |
| 164 | + - name: Create an app with plugins |
| 165 | + href: tutorials/creating-app-with-plugin-support.md |
| 166 | + - name: More tutorials |
| 167 | + href: tutorials/index.md |
137 | 168 | - name: Project SDKs |
138 | 169 | items: |
139 | 170 | - name: Overview |
|
441 | 472 | href: distribution-packaging.md |
442 | 473 | - name: Expose .NET Core components to COM |
443 | 474 | href: native-interop/expose-components-to-com.md |
| 475 | +- name: Host .NET Core from native code |
| 476 | + href: tutorials/netcore-hosting.md |
444 | 477 | - name: Packages, metapackages, and frameworks |
445 | 478 | href: packages.md |
446 | 479 | - name: Continuous integration |
|
0 commit comments