dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### 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)
### 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...
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...
### 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()...
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...
[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...
### 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 ---...
### 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...
### 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...
### 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,...