docs
docs copied to clipboard
This repository contains .NET Documentation.
### Type of issue Typo ### Description The line: Tuples provide convenient syntax to declare a single value with multiple values. Can be rephrased to say: Tuples provide convenient syntax...
While adding documentation for the `SupportsEventPipeUserEventsCommand` APIs (https://github.com/dotnet/diagnostics/pull/5656), I figured I should update all public APIs from `Microsoft.Diagnostics.NETCore.Client`'s `DiagnosticsClient` class. The intent is to merge this PR after the next...
### Type of issue Missing information ### Description The example for the `ReDim` statement doesn't use arrays or `ReDim`. It should use that instead of a `List`. ### Page URL...
### Type of issue Outdated article ### Description From anonymous feedback: https://devblogs.microsoft.com/dotnet/announcing-dotnet-10 linked to this page, stating that .NET 10 supports new LeftJoin and RightJoin operators. I don't see anything...
### Type of issue Missing information ### Description As readers go through the steps, this introduces the `AsciiMessageOptions` type before defining it. A couple steps should be clarified in terms...
### Type of issue Outdated article ### Description The latest VB version is 17.13. This article needs an update. ### Page URL https://learn.microsoft.com/en-gb/dotnet/visual-basic/whats-new/ ### Content source URL https://github.com/dotnet/docs/blob/main/docs/visual-basic/whats-new/index.md ### Document...
### Type of issue Missing information ### Description This article should link to the `System.Drawing.Point` class, and provide context for why that type is being extended. ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/extension-members...
### Type of issue Missing information ### Description This article should link to resources to build extension members for enum types. ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/enum ### Content source URL https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/builtin-types/enum.md...
### Describe the issue or suggestion A LLM can provide invalid input when request tool calls. In [this discussion](https://github.com/dotnet/extensions/discussions/7110) with Stephen, several strategies were mentioned to deal with that. The...
### Type of issue Code doesn't work ### Description When using Ubuntu 24.04.3 For net10.0, the snap command alias: `sudo snap alias dotnet-sdk-100.dotnet dotnet` doesn't work and displays a 'target...