docs
docs copied to clipboard
This repository contains .NET Documentation.
In particular, the "Cross-platform targeting" section needs to be refreshed, I think. - What are the latest recommendations for library authors? - What are the most "reasonable" frameworks we should...
Update reference on WCF generates duplicated classes (with WCF namespaces instead namespaces from referenced project), even "Reuse types in all referenced assemblies" is checked. Reference.cs file should be generated with...
**Help us make content visible** Hi, Recently, there came a client's (or maybe devs' actually? lol) requirement: - to process (thousands of) data records individually with a method which includes...
[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 20f37a0b-3b5d-225f-a349-ee108ff4ec60 * Version Independent ID: 00909a12-d24a-f3f5-d246-8a5cb2431438...
**Help us make content visible** In https://github.com/dotnet/sdk/pull/27580, two new properties were added to allow access to a new SDK feature - automatic includes of PDB and XML files for PackageReferences....
**Issue description** I have a fresh VM from Azure, containing "Ubuntu Server 22.04 LTS" image provided by Canonical. As instructed, I try the following command. ```bash sudo apt-get update &&...
[`JsonSerializerOptions.GetConverter`](https://docs.microsoft.com/en-us/dotnet/api/system.text.json.jsonserializeroptions.getconverter?view=net-6.0) returns a non-null `JsonConverter` according to the nullability attributes. The XML docs disagree with this: > ### Returns > The first converter that supports the given type, or `null`...
@sharwell @jmarolf can someone review? Thanks!
In section https://docs.microsoft.com/en-us/dotnet/core/diagnostics/metrics-instrumentation#types-of-instruments, for UpDownCounter, it should be created by **CreateUpDownCounter** instead of **CreateCounter**, the method link is https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics.meter.createupdowncounter?view=net-7.0. --- #### Document Details ⚠ *Do not edit this section. It...
I was trying the tutorial at https://docs.microsoft.com/en-ca/dotnet/iot/tutorials/blink-led with my rpi4b running Raspberry Pi OS (64-bit). I built the project on a MacBook Pro 13" M1. So, arm64 in all cases....