docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

Results 860 docs issues
Sort by recently updated
recently updated
newest added

### Type of issue Code doesn't work ### Description Getting error of Error (active) CS1525 ![Untitled](https://github.com/user-attachments/assets/2bea09c5-f364-43eb-ab56-f0217a2a3a13) Invalid expression term ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs1525 ### Content source URL https://github.com/dotnet/docs/blob/main/docs/csharp/misc/cs1525.md ### Document...

needs-more-info
Pri1
dotnet-csharp/svc
errors-warnings/subsvc

### Type of issue Typo ### Description From https://learn.microsoft.com/en-us/dotnet/standard/memory-and-spans/memory-t-usage-guidelines#usage-guidelines > Rule #3: If your method accepts Memory and returns void, you must not use the Memory instance after your method...

Pri2
dotnet-fundamentals/svc

### Type of issue Typo ### Description From https://learn.microsoft.com/en-us/dotnet/standard/memory-and-spans/memory-t-usage-guidelines#usage-guidelines > Rule #4: If your method accepts a Memory and returns a Task, you must not use the Memory instance after...

Pri2
dotnet-fundamentals/svc

### Describe the issue or suggestion Related to #42032 Cover these missing portions of .NET Upgrade Assistant - Interpret Reports (there may be more here? I'm not sure. I previously...

Pri0
doc-idea
dotnet-fundamentals/svc
:pushpin: seQUESTered

### Describe the issue or suggestion In the **P/Invoke doc** (https://learn.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke), the code sample is missing the EntryPoint with the "W" suffix in the LibraryImport attribute. As a result, the...

:watch: Not Triaged
Pri3

### Type of issue Missing information ### Description Same as #42877 but the other way around. Nothing is stated and not a single example with a struct is shown. It...

:watch: Not Triaged
Pri1
dotnet-fundamentals/svc

### Type of issue Missing information ### Description Since struct serialization [wasn't always supported](https://github.com/dotnet/runtime/issues/29455), it would be nice to officially state that it now is, e.g. in the *Serialization behavior*...

:watch: Not Triaged
Pri1
dotnet-fundamentals/svc

### Type of issue Code doesn't work ### Description [Enter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/core/docker/build-container?tabs=windows ### Content source URL https://github.com/dotnet/docs/blob/main/docs/core/docker/build-container.md ### Document Version Independent Id 58d57b81-4ca6-6536-8788-f212402b41a7 ### Article author...

needs-more-info
Pri1
dotnet-fundamentals/svc
dotnet-docker/subsvc

### Type of issue Outdated article ### Description This article should include coverage of `decimal` literals (such as `12.34m`). It should add that in C#, you can declare `const decimal`...

help wanted
Pri1
dotnet-csharp/svc
lang-reference/subsvc
user-feedback

@BillWagner My point is, that this article is hard to understand and inconsistent with the documentation as one whole.. Let's continue working on delegates and events concepts. I have just...

dotnet-csharp/svc
community-contribution