docs
docs copied to clipboard
This repository contains .NET Documentation.
Correcting an incorrect extension used in the documentation related to a generated ML.NET model file. ## Summary While completing a tutorial, I noticed an incorrect file format and description in...
Hello, While completing a tutorial, I noticed an incorrect file format and description in the documentation, so I fixed it accordingly. Pull request for suggested changes: https://github.com/dotnet/docs/pull/46584 Thanks, Damian
### Description GDI+ isn't particularly good at returning errors when it is unable to create internal objects. There are many cases where object creation will fail due to invalid input...
### Type of issue Outdated article ### Description I installed .NET with the dotnet install script and it mentioned not all dependencies might be installed https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies `It's possible that when...
Link to more information introduced in https://github.com/dotnet/dotnet-api-docs/pull/11401 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/standard/native-interop/best-practices.md](https://github.com/dotnet/docs/blob/248553f069b69f1a32159e1275c19e3149711894/docs/standard/native-interop/best-practices.md) | [Native interoperability best practices](https://review.learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices?branch=pr-en-us-46552) |
### Type of issue Missing information ### Description At least a reference to this page would be helpful: https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.unscopedrefattribute?view=net-9.0 ### Page URL https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/compiler-messages/cs8170 ### Content source URL https://github.com/dotnet/docs/blob/main/docs/csharp/language-reference/compiler-messages/cs8170.md ### Document...
### Type of issue Other (describe below) ### Description async image on page shows c-sharp image instead of vb image. ### Page URL https://learn.microsoft.com/en-us/dotnet/visual-basic/programming-guide/concepts/async/ ### Content source URL https://github.com/dotnet/docs/blob/main/docs/visual-basic/programming-guide/concepts/async/index.md ###...
### Describe the issue or suggestion [Required training](https://microsoft.sharepoint.com/sites/AI-Adoption-Learn-Content/SitePages/ai-training-consumers.aspx). --- [Associated WorkItem - 437603](https://dev.azure.com/msft-skilling/Content/_workitems/edit/437603)
### Description Starting 6.0.300, NuGet introduced exponential retry back-off for failed http calls. Sometimes restores would overwhelm servers and wouldn't be able to handle all package requests. Exponential retry allowed...
### Description Previously, in [single-file](https://learn.microsoft.com/dotnet/core/deploying/single-file/overview) .NET applications, the directory of the single-file executable was added to the `NATIVE_DLL_SEARCH_DIRECTORIES` property during startup. This means that the application directory was always [probed...