Maira Wenzel
Maira Wenzel
I noticed in the docs that back end was misspelled. It's either two words or hyphened when used as an adjective: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/b/back-end I've only changed text and comments, but not...
I'd love to see a new feature on the bot that would apply a new label once the customer answered my request for more info. This would allow me to...
We still have some missing attached properties - System.Windows.Controls.Validation.HasError https://msdn.microsoft.com/library/system.windows.controls.validation.haserror?toc=xxx - System.Windows.Controls.Validation.Errors https://msdn.microsoft.com/library/system.windows.controls.validation.errors.aspx?toc=xxx - System.Windows.Shell.WindowChrome.ResizeGripDirection https://msdn.microsoft.com/library/system.windows.shell.windowchrome.resizegripdirection.aspx?toc=xxx - System.Windows.VisualStateManager.VisualStateGroups https://msdn.microsoft.com/library/system.windows.visualstatemanager.visualstategroups.aspx?toc=xxx - System.Windows.Localization.Attributes https://msdn.microsoft.com/library/system.windows.localization.attributes.aspx?toc=xxx - System.Diagnostics.PresentationTraceSources.TraceLevel https://msdn.microsoft.com/library/system.diagnostics.presentationtracesources.tracelevel.aspx?toc=xxx
This is an issue brought up by @riverar on https://github.com/MicrosoftDocs/feedback/issues/298#issuecomment-444980502 Type: https://docs.microsoft.com/en-us/dotnet/api/accessibility.caccpropservicesclass According to the docs, there is no parameter-less constructor for ClassInterfaceAttribute. mdoc is generating this: ```xml System.Runtime.InteropServices.ClassInterface ```...
For example: https://github.com/dotnet/dotnet-api-docs/blob/master/xml/Microsoft.VisualBasic/Collection.xml#L798 Seems to be happening for EIIs.
This is an example of a method with a vararg param: https://docs.microsoft.com/en-us/dotnet/api/system.console.write?view=netframework-4.8#System_Console_Write_System_String_System_Object_System_Object_System_Object_System_Object_ I don't know how many we had of these. On [MSDN](https://msdn-pre-redirect.redmond.corp.microsoft.com/en-us/library/0dhytxs1), a ... param was added to the...
e.g. https://docs.microsoft.com/en-us/dotnet/api/system.io.enumeration.filesystemenumerable-1.findpredicate?view=netstandard-2.1 I'd expected to see a line such as `To be added.` on line 28 of the [xml file](https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.IO.Enumeration/FileSystemEnumerable%601+FindPredicate.xml).
The signature generated for sealed classes is not showing the `sealed` keyword. Compare https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.instancecontext  with https://msdn.microsoft.com/en-us/library/system.servicemodel.instancecontext 
We're finding some discrepancies on the DocID format for a couple of APIs. Some examples: **Docs:** M:System.Activities.Presentation.Model.ModelItemDictionary.System#Collections#Generic#ICollection#Add(System.Collections.Generic.KeyValuePair{System.Activities.Presentation.Model.ModelItem,System.Activities.Presentation.Model.ModelItem}) **MSDN:** M:System.Activities.Presentation.Model.ModelItemDictionary.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{System#Activities#Presentation#Model#ModelItem@System#Activities#Presentation#Model#ModelItem}}#Add(System.Collections.Generic.KeyValuePair{System.Activities.Presentation.Model.ModelItem,System.Activities.Presentation.Model.ModelItem}) **Docs:** M:System.Collections.Concurrent.ConcurrentDictionary\`2.System#Collections#Generic#IDictionary#Add(\`0,\`1) **MSDN:** M:System.Collections.Concurrent.ConcurrentDictionary\`2.System#Collections#Generic#IDictionary{TKey@TValue}#Add(\`0,\`1) **Docs:** M:Microsoft.VisualBasic.Collection.IListAdd(System.Object) **MSDN:** M:Microsoft.VisualBasic.Collection.System#Collections#IList#Add(System.Object)