docs
docs copied to clipboard
This repository contains .NET Documentation.
Fixes #39598 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/core/tools/dotnet-new-sdk-templates.md](https://github.com/dotnet/docs/blob/b611e78a57aec169eb0d1b93f1ee8d0fbacde6dc/docs/core/tools/dotnet-new-sdk-templates.md) | [.NET default templates for dotnet new](https://review.learn.microsoft.com/en-us/dotnet/core/tools/dotnet-new-sdk-templates?branch=pr-en-us-39630) |
**Issue description** Hi There! I'm with Peregrine Connect, an integration platform built on .NET. Our production-ready solution with RabbitMQ support would be a valuable addition to [this article](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/multi-container-microservice-net-applications/rabbitmq-event-bus-development-test-environment) under the...
### Type of issue Other (describe below) ### Description Hello, My client is looking to migrate a large scale Xamarin.Native app to .NET style. For IDE we are using Visual...
### Type of issue Missing information ### Description In https://github.com/dotnet/sdk/pull/31231 we implemented a flag on `dotnet tool install` that would allow from-scratch tool installs to automatically create the required manifest...
* I saw this QA today: https://stackoverflow.com/questions/74159708/are-microsoft-extensions-libraries-intended-to-be-backward-compatible#comment130934545_74159708 - though the TL;DR: is: * .NET Platform Extensions' libraries' versions correspond with the current version of .NET, for example, the current latest...
## Summary Nothing yet... Fixes #39263 --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--| | [docs/core/install/linux-ubuntu-v2.md](https://github.com/dotnet/docs/blob/f7fe3ffbd2f17eb39456fffeaf987947fc73b8b4/docs/core/install/linux-ubuntu-v2.md) | [Install .NET SDK or .NET Runtime on Ubuntu](https://review.learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-v2?branch=pr-en-us-39474)...
It's not exactly clear that .NET 8 can't be installed with the Canonical feed when it's unsupported yet the command demonstrates .NET 8. People will most likely jump past the...
The collection expressions article in the language reference does not mention a lot of information
### Type of issue Missing information ### Description Dear MS Doc Team, Recently I had a discussion about Collection Expression C# language feature in the corresponding github item dedicated to...
### Type of issue Missing information ### Description This article provides a good overview of how to use top-level statements. However, it never defines the term (preferably on its first...
### Old behavior `Type.GetType(string)` throws `TypeLoadException` for most types with invalid element type, except a few corner cases such as byref-of-byref. ### New behavior `Type.GetType` throws `TypeLoadException` for all types...