docs
docs copied to clipboard
This repository contains .NET Documentation.
Monitor this page for new, undocumented CA rules: https://github.com/dotnet/roslyn-analyzers/blob/main/src/NetAnalyzers/RulesMissingDocumentation.md Repeat this every month.
Monitor this page for new, undocumented CA rules: https://github.com/dotnet/roslyn-analyzers/blob/main/src/NetAnalyzers/RulesMissingDocumentation.md Repeat this every month.
There are 1 project(s) using the non-SDK-style project format. This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271). - [ ] docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/vb/WinForms/xmlprocessingappvb.vbproj Consider upgrading the project(s) to the [SDK-style...
### Type of issue Missing information ### Description This documentation makes no mention of the need to call `MetricCollector.RecordObservableInstruments` when unit testing something like an `ObservableGauge`. The documentation on this...
**Issue description** I was reading the https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/assembly-validation document and see that it tells folks how to turn on the task, but not how to provide inputs. It does mention: >...
--- **Issue moved from MicrosoftDocs/feedback#3980** - Please respond to @RexJaeschke. --- _From @RexJaeschke on Monday, January 22, 2024 9:38:01 PM_ **Describe the bug** The C# Compiler Error CS1009 is raised...
### Type of issue Other (describe below) ### Description This ticket pertains to the F# code style guide and the linked documentation article. The article says: > Here's an example...
--- **Issue moved from MicrosoftDocs/feedback#3976** - Please respond to @SamHobbsOrg. --- _From @SamHobbsOrg on Wednesday, January 17, 2024 9:10:09 PM_ **Describe the bug** The article does not say if the...
--- **Issue moved from MicrosoftDocs/feedback#3977** - Please respond to @SetTrend. --- _From @SetTrend on Thursday, January 18, 2024 6:52:30 PM_ In section [Source generation](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-source-generators#source-generation), the documentation states: > The generated...
--- **Issue moved from MicrosoftDocs/feedback#3979** - Please respond to @Elantonio. --- _From @Elantonio on Monday, January 22, 2024 1:15:45 PM_ I'm following the example code on: _https://learn.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/how-to-use-the-automl-api_ ``` MyMLContext =...