docs
docs copied to clipboard
This repository contains .NET Documentation.
### Type of issue Code doesn't work ### Description Getting error of Error (active) CS1525  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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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*...
### 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...
### 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`...
@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...