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
Copy file name to clipboardExpand all lines: docs/designers/walkthrough-windows-forms-designer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The DemoCalculator control contains several Windows Forms controls. In this proc
67
67
> [!NOTE]
68
68
> Several controls offer smart tags to facilitate design. For more information, see [Walkthrough: Perform common tasks using Smart Tags on Windows Forms controls](/dotnet/framework/winforms/controls/performing-common-tasks-using-smart-tags-on-wf-controls).
69
69
70
-
5. Select the vertical border between the panels and drag it to the right, so that most of the space in taken by the left panel.
70
+
5. Select the vertical border between the panels and drag it to the right, so that most of the space is taken by the left panel.
71
71
72
72
The `SplitContainer` divides the DemoCalculator control into two panels with a movable border separating them. The panel on the left will hold the calculator buttons and display, and the panel on the right will show a record of the arithmetic operations performed by the user.
Copy file name to clipboardExpand all lines: docs/ide/git-with-visual-studio.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Visual Studio also makes it easy to commit and sync with one click by using the
88
88
:::image type="content" source="media/git-file-version-compare.png" alt-text="Screenshot of the line-by-line comparison of file versions in Visual Studio ":::
89
89
90
90
> [!TIP]
91
-
> You can associate Azure DevOps work item with a commit by using the "#" character if you are connected to the Azure DevOps repository. You can connect your Azure DevOps repository through **Team Explorer** > **Manage Connections**.
91
+
> You can associate an Azure DevOps work item with a commit by using the "#" character if you are connected to the Azure DevOps repository. You can connect your Azure DevOps repository through **Team Explorer** > **Manage Connections**.
92
92
93
93
### Select an existing branch
94
94
@@ -174,7 +174,7 @@ To personalize and customize your Git settings at a repository level as well as
174
174
175
175
:::image type="content" source="media/git-options-settings.png" alt-text="Screenshot of the Options dialog box where you can choose personalization and customization settings in Visual Studio IDE ":::
176
176
177
-
## How to use legacy Team Explorer experience in Visual Studio
177
+
## How to use the legacy Team Explorer experience in Visual Studio
178
178
179
179
The new Git experience is the default version control system in Visual Studio 2019 from [version 16.8](/visualstudio/releases/2019/release-notes/) onwards. However, if you want to turn it off, you can. Go to **Tools** > **Options** > **Environment** > **Preview Features** and then toggle the **New Git user experience** checkbox, which will switch you back to the legacy Team Explorer experience.
Copy file name to clipboardExpand all lines: docs/xaml-tools/xaml-designtime-data.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use Design Time Data with the XAML Designer in Visual Studio
3
3
description: Learn how to use design-time data in XAML.
4
-
ms.date: 09/29/2020
4
+
ms.date: 11/10/2020
5
5
ms.topic: overview
6
6
author: alihamie
7
7
ms.author: tglee
@@ -20,7 +20,7 @@ Some layouts are hard to visualize without data. In this document, we'll be revi
20
20
21
21
Design-time data is mock data you set to make your controls easier to visualize in the XAML Designer. To get started, add the following lines of code to the header of your XAML document if they aren't already present:
@@ -61,7 +61,7 @@ You can set a design-time Source for images that are bound to the page or loaded
61
61
62
62
## Design-time data for ListViews
63
63
64
-
ListViews are a popular way to display data in your Desktop app. However, they're difficult to visualize without any data. You can use this feature to create an inline design-time data ItemSource. The XAML Designer displays what is in that array in your ListView at design time. This is an example for WPF .NET Core. To use the system:String type, make sure you include
64
+
ListViews are a popular way to display data in your Desktop app. However, they're difficult to visualize without any data. You can use this feature to create an inline design-time data ItemSource. The XAML Designer displays what is in that array in your ListView at design time. This is an example for WPF .NET Core. To use the system:String type, make sure you include
65
65
`xmlns:system="clr-namespace:System;assembly=mscorlib` in your XAML header.
66
66
67
67
```xml
@@ -134,9 +134,9 @@ The benefit here is that you can bind your controls to a design-time static vers
134
134
135
135
## Use design-time data with custom types and properties
136
136
137
-
This feature by default works only with platform controls and properties. In this section we go over the steps needed to enable you to use your own custom controls as design-time controls, a new capability available to customers using Visual Studio 2019 preview version [16.8](/visualstudio/releases/2019/preview-notes) or later. There are three requirements to enable this:
137
+
This feature by default works only with platform controls and properties. In this section we go over the steps needed to enable you to use your own custom controls as design-time controls, a new capability available to customers using Visual Studio 2019 version [16.8](/visualstudio/releases/2019/release-notes/) or later. There are three requirements to enable this:
Copy file name to clipboardExpand all lines: mac/accessibility.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ ms.topic: overview
10
10
11
11
# Accessibility
12
12
13
-
There are a number of accessibility tools and features built right into macOS that will assist you to use with Visual Studio for Mac. In addition to these, Visual Studio for Mac also has the following features to make it more accessible for people of varying abilities:
13
+
There are a number of accessibility tools and features built right into macOS to assist you when using Visual Studio for Mac. In addition to these, Visual Studio for Mac also has the following features to make it more accessible for people of varying abilities:
Copy file name to clipboardExpand all lines: mac/asp-net-core.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: "Getting Started with ASP.NET Core"
3
3
description: "This article describes how to get started with ASP.NET in Visual Studio for Mac, including installation and creating a new project."
4
-
author: sayedihashimi
5
-
ms.author: sayedha
6
-
ms.date: 04/02/2019
4
+
author: jmatthiesen
5
+
ms.author: jomatthi
6
+
ms.date: 11/06/2020
7
7
ms.assetid: 6E8B0C90-33D6-4546-8207-CE0787584565
8
8
ms.custom: video
9
9
no-loc: [Blazor, "Blazor WebAssembly"]
@@ -16,7 +16,7 @@ ms.topic: how-to
16
16
17
17
## Installing .NET Core
18
18
19
-
.NET Core 3.1 is automatically installed when you install Visual Studio for Mac. For more information about versions of .NET Core supported in Visual Studio for Mac see [.NET Core Support](./net-core-support.md).
19
+
.NET Core 3.1 is automatically installed when you install Visual Studio for Mac. For more information about versions of .NET Core supported in Visual Studio for Mac, see [.NET Core Support](./net-core-support.md).
20
20
21
21
## Creating an ASP.NET Core app in Visual Studio for Mac
22
22
@@ -37,13 +37,13 @@ There are a number of projects that will provide you with a pre-built template t
Select the **ASP.NET Core Empty Web Application** and press **Next**. Give the Project a Name and press **Create**. This creates a new ASP.NET Core app. In the solution pad's left pane, expand the second arrow and then select **Startup.cs**. It should look similar to the image below:
40
+
Select the **ASP.NET Core Empty Web Application** and press **Next**. Give the Project a Name and press **Create**. This creates a new ASP.NET Core app. In the solution window's left pane, expand the second arrow and then select **Startup.cs**. It should look similar to the image below:
41
41
42
42

43
43
44
44
The ASP.NET Core Empty template creates a web application with two default files: **Program.cs** and **Startup.cs**, which are explained below. It also creates a Dependencies folder, which contains your project's NuGet package dependencies such as ASP.NET Core, the .NET Core framework, and the MSBuild targets that build the project:
45
45
46
-

@@ -63,7 +63,7 @@ Open and inspect the **Program.cs** file in your project. Notice that several th
63
63
}
64
64
```
65
65
66
-
An ASP.NET Core app creates a web server in its main method by configuring and launching a host via an instance of [`WebHostBuilder`](/aspnet/core/fundamentals/hosting). This builder provides methods to allow the host to be configured. In the template app the following configurations are used:
66
+
An ASP.NET Core app creates a web server in its main method by configuring and launching a host via an instance of [`WebHostBuilder`](/aspnet/core/fundamentals/hosting). This builder provides methods to allow the host to be configured. In the template app, the following configurations are used:
67
67
68
68
*`.UseStartup<Startup>()`: Specifies the Startup class.
69
69
@@ -121,7 +121,7 @@ This simple Hello, World project can run now without any additional code being a
121
121
122
122

123
123
124
-
Visual Studio for Mac uses a random port to launch your web project. To find out what port this is, open the Application Output, which is listed under **View > Pads**. You should find output similar to that shown below:
124
+
Visual Studio for Mac uses a random port to launch your web project. To find out what port this is, open the Application Output, which is listed under the **View > Other Windows** menu. You should find output similar to that shown below:
@@ -131,13 +131,13 @@ Once the project is running, your default web browser should launch and connect
131
131
132
132
## Adding a Controller
133
133
134
-
ASP.NET Core Apps use the Model-View-Controller (MVC) design pattern to provide a logical separation of responsibilities for each part of the app. MVC consists of the following:
134
+
ASP.NET Core Apps use the Model-View-Controller (MVC) design pattern to provide a logical separation of responsibilities for each part of the app. The MVC design pattern consists of the following concepts:
135
135
136
136
-**Model**: A class that represents the data of the app.
137
137
-**View**: Displays the app's user interface (which is often the model data).
138
138
-**Controller**: A class which handles browser requests, responds to user input and interaction.
139
139
140
-
For more information on using MVC refer to[Overview of ASP.NET Core MVC](/aspnet/core/mvc/overview) guide.
140
+
For more information on using MVC, see the[Overview of ASP.NET Core MVC](/aspnet/core/mvc/overview) guide.
141
141
142
142
To add a controller, do the following:
143
143
@@ -223,7 +223,7 @@ To add a controller, do the following:
Copy file name to clipboardExpand all lines: mac/azure-functions-lab.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: "Tutorial: Azure Functions"
3
-
description: "Using Azure functions in Visual Studio for Mac."
4
-
author: sayedihashimi
5
-
ms.author: sayedha
6
-
ms.date: 05/06/2018
3
+
description: "A detailed walkthrough of working with Azure Functions in Visual Studio for Mac."
4
+
author: jmatthiesen
5
+
ms.author: jomatthi
6
+
ms.date: 11/06/2020
7
7
ms.technology: vs-ide-install
8
8
ms.assetid: 38FD2070-5151-482E-B0A9-993715128736
9
9
ms.topic: tutorial
@@ -39,7 +39,7 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
39
39
40
40

41
41
42
-
5. Expand the nodes in **Solution Pad**. The default project template includes NuGet references to a variety of Azure WebJobs packages, as well as the Newtonsoft.Json package.
42
+
5. Expand the nodes in the **Solution Window**. The default project template includes NuGet references to a variety of Azure WebJobs packages, as well as the Newtonsoft.Json package.
43
43
44
44
There are also three files:
45
45
- **host.json** for describing the global configuration options for the host
@@ -48,7 +48,7 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
48
48
49
49
Open **local.settings.json**. It defaults to having two empty connection string settings.
50
50
51
-

@@ -86,7 +86,7 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
86
86
87
87
## Example 3: Creating and debugging an Azure Function
88
88
89
-
1. You're now ready to start adding some code. When working with a .NET class library, Azure Functions are added as static methods. From **Solution Pad**, right-click the **AzureFunctions** project node and select **Add > Add Function**:
89
+
1. You're now ready to start adding some code. When working with a .NET class library, Azure Functions are added as static methods. From the **Solution Window**, right-click the **AzureFunctions** project node and select **Add > Add Function**:
90
90
91
91

92
92
@@ -190,7 +190,7 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
190
190
191
191
## Exercise 4: Working with function.json
192
192
193
-
1. Inanearlierexercise, itwasmentionedthatVisualStudiofor Mac "generated" a job function for the Azure Function defined in the library. This is because Azure Functions doesn't actually use the method attributes at runtime, but rather uses a compile-time file system convention to configure where and how Azure Functions are made available. From **Solution Pad**, right-click on your project node and select **Reveal in Finder**.
193
+
1. Inanearlierexercise, itwasmentionedthatVisualStudiofor Mac "generated" a job function for the Azure Function defined in the library. This is because Azure Functions doesn't actually use the method attributes at runtime, but rather uses a compile-time file system convention to configure where and how Azure Functions are made available. From the **Solution Window**, right-click on your project node and select **Reveal in Finder**.
194
194
195
195

196
196
@@ -202,7 +202,7 @@ In this lab, you'll learn how to get started building Azure Functions using Visu
0 commit comments