Skip to content

Commit 545e978

Browse files
Merge pull request #10370 from MicrosoftDocs/main638602922392548438sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 4aa3991 + e28948d commit 545e978

File tree

55 files changed

+150
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+150
-116
lines changed

docs/azure/vs-azure-tools-emulator-express-debug-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create an Azure project, Emulator Express is automatically used. For ex
2727

2828
![Properties for an Azure cloud service project](./media/vs-azure-tools-emulator-express-debug-run/web-properties.png)
2929

30-
1. Under **Local Development Server**, select **Use IIS Express option**.
30+
1. Under **Local Development Server**, select **Use Internet Information Services (IIS) Express option**.
3131

3232
1. Under **Emulator**, select **Use Emulator Express**.
3333

docs/containers/hosting-web-apps-in-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: ghogen
1717
Docker is a lightweight container engine, similar in some ways to a virtual machine, which you can use to host applications and services.
1818
This tutorial walks you through using Visual Studio to publish your containerized application to an [Azure Container Registry](https://azure.microsoft.com/products/container-registry).
1919

20-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=dotnet?utm_source=acr-publish-doc&utm_medium=docs&utm_campaign=docs) before you begin.
20+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?icid=dotnet?utm_source=acr-publish-doc&utm_medium=docs&utm_campaign=docs) before you begin.
2121

2222
## Prerequisites
2323

@@ -75,7 +75,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you
7575
| **[SKU](/azure/container-registry/container-registry-skus)** | "Standard" | Select the service tier of the container registry. |
7676
| **Registry Location** | A nearby location | Choose a location in a [region](https://azure.microsoft.com/explore/global-infrastructure/geographies/) close to you or close to other services that you expect to use the container registry. |
7777

78-
:::image type="content" source="media/hosting-web-apps-in-docker/vs-azure-container-registry-provisioning-dialog-2019.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure Container Registry.":::
78+
:::image type="content" source="media/hosting-web-apps-in-docker/vs-azure-container-registry-provisioning-dialog-2019.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure container registry.":::
7979

8080
1. After you enter the resource values, select **Create**.
8181

@@ -109,7 +109,7 @@ The following steps guide you through creating a basic ASP.NET Core app that you
109109
| **[SKU](/azure/container-registry/container-registry-skus)** | "Standard" | Select the service tier of the container registry. |
110110
| **Registry Location** | A nearby location | Choose a location in a [region](https://azure.microsoft.com/explore/global-infrastructure/geographies/) close to you or close to other services that you expect to use the container registry. |
111111

112-
:::image type="content" source="media/container-tools/vs-2022/vs-azure-container-registry-provisioning-dialog.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure Container Registry.":::
112+
:::image type="content" source="media/container-tools/vs-2022/vs-azure-container-registry-provisioning-dialog.png" border="false" alt-text="Screenshot that shows how to enter values in the dialog to create a new Azure container registry.":::
113113

114114
1. After you enter the resource values, select **Create**.
115115

docs/debugger/configure-the-windows-firewall-for-remote-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If you select **Use Managed Compatibility Mode** under **Tools** > **Options** >
9494

9595
::: moniker-end
9696

97-
If your domain policy requires network communication to be performed through Internet Protocol Security (IPSec), you must open additional ports on both the Visual Studio and remote computers. To debug on a remote IIS web server, open port 80 on the remote computer.
97+
If your domain policy requires network communication to be performed through Internet Protocol Security (IPSec), you must open additional ports on both the Visual Studio and remote computers. To debug on a remote Internet Information Services (IIS) web server, open port 80 on the remote computer.
9898

9999
|**Ports**|**Incoming/Outgoing**|**Protocol**|**Description**|
100100
|-|-|-|-|

docs/debugger/debug-interface-access/cv-sourcechksum-t.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum CV_SourceChksum_t
3333

3434
|Checksum Type|Value|CryptoAPI Label|Description|
3535
|-------------|-----|---------------|-----------|
36-
| `CHKSUM_TYPE_NONE` | 0 | \<none\> | No checksum present. |
36+
| `CHKSUM_TYPE_NONE` | 0 | <none\> | No checksum present. |
3737
| `CHKSUM_TYPE_MD5` | 1 | `CALG_MD5` | Checksum generated with the MD5 hashing algorithm. |
3838
| `CHKSUM_TYPE_SHA1` | 2 | `CALG_SHA1` | Checksum generated with the SHA1 hashing algorithm. |
3939
| `CHKSUM_TYPE_SHA_256` | 3 |`CALG_SHA_256`| Checksum generated with the 256-bit SHA hashing algorithm.|

docs/debugger/debug-interface-access/idiasectioncontrib-get-addressoffset.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the offset part of the contribution's address."
2+
description: Retrieves the offset part of the contribution's address.
33
title: "IDiaSectionContrib::get_addressOffset"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_addressOffset
1617

1718
Retrieves the offset part of the contribution's address.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_addressOffset ( 
23+
HRESULT get_addressOffset (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-addresssection.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the section part of the contribution's address."
2+
description: Retrieves the section part of the contribution's address.
33
title: "IDiaSectionContrib::get_addressSection"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_addressSection
1617

1718
Retrieves the section part of the contribution's address.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_addressSection ( 
23+
HRESULT get_addressSection (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-code.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section contains executable code."
2+
description: Retrieves a flag that indicates whether the section contains executable code.
33
title: "IDiaSectionContrib::get_code"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_code
1617

1718
Retrieves a flag that indicates whether the section contains executable code.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_code ( 
23+
HRESULT get_code (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-code16bit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section contains 16-bit code."
2+
description: Retrieves a flag that indicates whether the section contains 16-bit code.
33
title: "IDiaSectionContrib::get_code16bit"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_code16bit
1617

1718
Retrieves a flag that indicates whether the section contains 16-bit code.

docs/debugger/debug-interface-access/idiasectioncontrib-get-comdat.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section is a COMDAT record."
2+
description: Retrieves a flag that indicates whether the section is a COMDAT record.
33
title: "IDiaSectionContrib::get_comdat"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_comdat
1617

1718
Retrieves a flag that indicates whether the section is a COMDAT record.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_comdat ( 
23+
HRESULT get_comdat (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-compiland.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a reference to the compiland symbol that contributed this section."
2+
description: Retrieves a reference to the compiland symbol that contributed this section.
33
title: "IDiaSectionContrib::get_compiland"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_compiland
1617

1718
Retrieves a reference to the compiland symbol that contributed this section.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_compiland ( 
23+
HRESULT get_compiland (
2324
IDiaSymbol** pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-compilandid.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the compiland identifier for the section."
2+
description: Retrieves the compiland identifier for the section.
33
title: "IDiaSectionContrib::get_compilandId"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_compilandId
1617

1718
Retrieves the compiland identifier for the section.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_compilandId ( 
23+
HRESULT get_compilandId (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-datacrc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the cyclic redundancy check (CRC) of the data in the section."
2+
description: Retrieves the cyclic redundancy check (CRC) of the data in the section.
33
title: "IDiaSectionContrib::get_dataCrc"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_dataCrc
1617

1718
Retrieves the cyclic redundancy check (CRC) of the data in the section.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_dataCrc ( 
23+
HRESULT get_dataCrc (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-discardable.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section can be discarded."
2+
description: Retrieves a flag that indicates whether the section can be discarded.
33
title: "IDiaSectionContrib::get_discardable"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_discardable
1617

1718
Retrieves a flag that indicates whether the section can be discarded.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_discardable ( 
23+
HRESULT get_discardable (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-execute.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section is executable as code."
2+
description: Retrieves a flag that indicates whether the section is executable as code.
33
title: "IDiaSectionContrib::get_execute"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_execute
1617

1718
Retrieves a flag that indicates whether the section is executable as code.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_excute ( 
23+
HRESULT get_excute (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-informational.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag indicating whether a section contains comments or similar information."
2+
description: Retrieves a flag indicating whether a section contains comments or similar information.
33
title: "IDiaSectionContrib::get_informational"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_informational
1617

1718
Retrieves a flag indicating whether a section contains comments or similar information.

docs/debugger/debug-interface-access/idiasectioncontrib-get-initializeddata.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section contains initialized data."
2+
description: Retrieves a flag that indicates whether the section contains initialized data.
33
title: "IDiaSectionContrib::get_initializedData"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_initializedData
1617

1718
Retrieves a flag that indicates whether the section contains initialized data.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_initializedData ( 
23+
HRESULT get_initializedData (
2324
BOOL* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-length.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves the number of bytes in a section."
2+
description: Retrieves the number of bytes in a section.
33
title: "IDiaSectionContrib::get_length"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_length
1617

1718
Retrieves the number of bytes in a section.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_length ( 
23+
HRESULT get_length (
2324
DWORD* pRetVal
2425
);
2526
```

docs/debugger/debug-interface-access/idiasectioncontrib-get-nopad.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag indicating whether the section should not be padded to the next memory boundary."
2+
description: Retrieves a flag indicating whether the section should not be padded to the next memory boundary.
33
title: "IDiaSectionContrib::get_nopad"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_nopad
1617

1718
Retrieves a flag indicating whether the section should not be padded to the next memory boundary.

docs/debugger/debug-interface-access/idiasectioncontrib-get-notcached.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "Retrieves a flag that indicates whether the section cannot be cached."
2+
description: Retrieves a flag that indicates whether the section cannot be cached.
33
title: "IDiaSectionContrib::get_notCached"
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
@@ -12,14 +12,15 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSectionContrib::get_notCached
1617

1718
Retrieves a flag that indicates whether the section cannot be cached.
1819

1920
## Syntax
2021

2122
```C++
22-
HRESULT get_notCached ( 
23+
HRESULT get_notCached (
2324
BOOL* pRetVal
2425
);
2526
```

0 commit comments

Comments
 (0)