Skip to content

Commit cbddcd7

Browse files
status
1 parent c01c985 commit cbddcd7

9 files changed

+9
-7
lines changed

docs/containers/edit-and-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To quickly iterate changes in your Razor pages, you can start your application i
8787
Application started. Press Ctrl+C to shut down.
8888
```
8989

90-
Your changes have been applied!
90+
Your changes have been applied!
9191

9292
### Debug with breakpoints
9393

docs/containers/tutorial-multicontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Congratulations, you're running a Docker Compose application with a custom Docke
315315
> [!NOTE]
316316
> In real-world code, you shouldn't dispose `HttpClient` after every request. For best practices, see [Use HttpClientFactory to implement resilient HTTP requests](/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests).
317317

318-
The Uri given references a service name defined in the *docker-compose.yml* file. Docker Compose sets up a default network for communication between containers using the listed service names as hosts.
318+
The URI given references a service name defined in the *docker-compose.yml* file. Docker Compose sets up a default network for communication between containers using the listed service names as hosts.
319319

320320
The code shown here works with .NET 8 and later, which sets up a user account in the Dockerfile without administrator privileges, and exposes port 8080 because the HTTP default port 80 is not accessible without elevated privilege.
321321

docs/data-tools/create-and-configure-datasets-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You can create a typed <xref:System.Data.DataSet> class in Visual Studio at desi
2828

2929
- SQL Server Express LocalDB. If you don't have SQL Server Express LocalDB, you can install it from the [SQL Server download page](https://www.microsoft.com/sql-server/sql-server-downloads).
3030

31-
3231
## Create a new dataset by using the Data Source Configuration Wizard
3332

3433
1. Open your project in Visual Studio, and then choose **Project** > **Add New Data Source** to start the **Data Source Configuration Wizard**.

docs/debugger/attach-to-process-running-in-docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can attach the Visual Studio debugger to a process running in a Linux .NET C
3535
> To use this feature, you must have local access to the source code.
3636
3737
> [!NOTE]
38-
> You can use these instructions to attach to Linux Docker running in WSL over SSH, but your WSL instance must first run an SSH server. For example, you could install Open SSH Server (for example: `sudo apt-get install openssh-server`), configure the server by editing the configuration file (for example: /etc/ssh/sshd_config), and then start the server (for example: `sudo service ssh start`).
38+
> You can use these instructions to attach to Linux Docker running in WSL over SSH, but your WSL instance must first run an SSH server. For example, you could install Open SSH Server (for example: `sudo apt-get install openssh-server`), configure the server by editing the configuration file (for example: /etc/SSH/sshd_config), and then start the server (for example: `sudo service ssh start`).
3939
4040
To attach to a running process in a Linux Docker container:
4141

docs/debugger/autos-and-locals-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To see the return values of the `sumVars()` and `subtractVars()` method calls in
201201
1. Start debugging, and when execution pauses at the breakpoint, select **Step Over** or press **F10**. You should see the following return values in the **Autos** window:
202202

203203
::: moniker range=">= vs-2022"
204-
[ ![Screenshot of Autos return value C#.](../debugger/media/vs-2022/autos-return-value-csharp-2.png "Autos return value C#") ](../debugger/media/vs-2022/autos-return-value-csharp-2.png#lightbox)
204+
[ ![Screenshot of Autos return value C#.](../debugger/media/vs-2022/autos-return-value-csharp-2.png "Autos return value C#")](../debugger/media/vs-2022/autos-return-value-csharp-2.png#lightbox)
205205
::: moniker-end
206206
::: moniker range="vs-2019"
207207
![Screenshot of Autos return value C#.](../debugger/media/autosreturnvaluecsharp2.png "Autos return value C#")

docs/debugger/debug-interface-access/idiastackwalkhelper-pdataforva.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ A buffer that is filled in with the requested data. Can't be `NULL`.
5959
## See also
6060

6161
- [`IDiaStackWalkHelper`](../../debugger/debug-interface-access/idiastackwalkhelper.md)
62-
- [PE Format - The `.pdata` Section](/windows/win32/debug/pe-format#the-pdata-section)
62+
- [PE Format - The `.pdata` Section](/windows/win32/debug/pe-format#the-pdata-section)

docs/debugger/debug-interface-access/idiasymbol-get-isctypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isCTypes
1617

1718
Retrieves a flag indicating whether the symbol file contains C types.

docs/debugger/debug-interface-access/idiasymbol-get-iscvtcil.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ms.author: "mikejo"
1212
manager: mijacobs
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isCVTCIL
1617

1718
Retrieves a flag indicating whether the module was converted from a Common Intermediate Language (CIL) module to a native module.

docs/debugger/debug-interface-access/idiasymbol-get-iscxxreturnudt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ ms.author: "grantri"
1212
manager: twhitney
1313
ms.subservice: debug-diagnostics
1414
---
15+
1516
# IDiaSymbol::get_isCxxReturnUdt
1617

1718
Retrieves a flag indicating whether return C++ style UDT.
1819

1920
## Syntax
2021

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

0 commit comments

Comments
 (0)