dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)

Results 381 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

### Describe the issue or suggestion There are `[]()` Markdown style links in sections of the docs that aren't formatted as Markdown. --- [Associated WorkItem - 302669](https://dev.azure.com/msft-skilling/Content/_workitems/edit/302669)

untriaged
Pri3
area-Meta
:pushpin: seQUESTered

### Type of issue Missing information ### Description Although at least two datapoints implicitly describe this fact, it's imho still helpful to explicitly note orderedness of the result instance. The...

untriaged
Pri3
area-System.Reflection

Refine IncludeFields remarks to highlight that only public fields are serialized and that private fields are not. ## Summary Revised the documentation for JsonSerializerOptions.IncludeFields property clarify that setting the property...

area-System.Text.Json
community-contribution

### Type of issue Code doesn't work ### Description Example: Dim random() As Byte = New Byte(100) {} 'RNGCryptoServiceProvider is an implementation of an RNG Dim rng As New RNGCryptoServiceProvider()...

area-System.Security
untriaged
Pri3

I've seen multiple discussions in the issues section about the remark below > This method is intended for compiler use rather than use directly in code. For this specific method...

untriaged
Pri3
area-System.Threading.Tasks

[IndexOutOfRangeException: No hay ninguna fila en la posición 0.] System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex) +119 System.Data.DataRowCollection.get_Item(Int32 index) +20 solISSSTE_2016.WPU.ConsultaCitaImprimir.ImprimeFormato() in E:\Desarrollo\Citasadmpublic\solISSSTE_2016\solISSSTE_2016\Comun\ConsultaCitaImprimir.aspx.cs:148 solISSSTE_2016.WPU.ConsultaCitaImprimir.Page_Load(Object sender, EventArgs e) in E:\Desarrollo\Citasadmpublic\solISSSTE_2016\solISSSTE_2016\Comun\ConsultaCitaImprimir.aspx.cs:26 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51 System.Web.UI.Control.OnLoad(EventArgs...

needs-author-action
untriaged
Pri3
area-System.Web

### Type of issue Code doesn't work ### Description When this example is run, an this exception --- **System.OperationCanceledException**: 'The operation was canceled.' --- is thrown. When this line ---...

needs-author-action
untriaged
Pri3
area-System.Threading.Tasks

### Type of issue Typo ### Description [Enter feedback here] The example shows OracleConnection, OracleCommand, OracleDataReader instead of OdbcConnection, etc. Is this correct ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcdatareader.read?view=net-8.0 ### Content source...

untriaged
Pri3
area-System.Data.Odbc

### Type of issue Missing information ### Description In the examples section, there is a code block with just a single curved bracket "}" (the code block after the Customer...

area-WPF
untriaged
Pri3

### Type of issue Typo ### Description The remarks section of the `INotifyPropertyChanging` interface says that > `INotifyPropertyChanging` is introduced in the .NET Framework version _**3.5**_. Conflicting with this statement,...

untriaged
Pri3
area-System.ComponentModel