api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

.NET Reference API Toolchain

Results 100 api-doc-tools issues
Sort by recently updated
recently updated
newest added

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373939-a7b24180-a4a0-11e8-93e8-52ddeedbfbc9.png) `OfList` should be `ofList` as per the [existing MSDN entry](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/map.oflist%5b'key,'t%5d-function-%5bfsharp%5d).

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44374083-5eaebd00-a4a1-11e8-9484-5931c6ca16ad.png) Each of these are inlined F# functions, but the fact that they're inlined is not relevant to their name.

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44374261-36738e00-a4a2-11e8-90cd-ec4507404d96.png) * The `voidptr` type is not recognized, so `nativeptr` is being used in the signature * The `Void*` type is being used in the title...

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44374433-05478d80-a4a3-11e8-875e-0f5777955d0e.png) Although this gets the struct constraints correct, critical information about other constraints are missing. See the [MSDN entry on this operator](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/nullableoperators.%5b-sq-%5d%5b%5et1,%5et2,%5et3%5d-function-%5bfsharp%5d): ![image](https://user-images.githubusercontent.com/6309070/44374452-1bede480-a4a3-11e8-8107-7124d712b155.png) (Yes, the formatting...

lang-fsharp

In cases where there are no "empty namespace" types, mdoc still outputs an `ns-.xml` file. This file should only exist if the target libraries have a type in the empty...

bug

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)

bug

If you move the xml comment into the `Docs` node, the error goes away.

bug
help wanted
good first issue

Each time I run `mdoc update`, I get a new `` element added.

bug

While running mdoc update, I see many errors of the form: “mdoc: Did not find /Type/AssemblyInfo/AssemblyName on /Users/lobrien 1/Downloads/bundle/en/AVFoundation/AVPlayerItemMetadataCollectorPushDelegate_Extensions.xml” And, in fact, that XML file _does not_ contain an `AssemblyName`...

bug

See PR for more context: https://github.com/dotnet/dotnet-api-docs/pull/39 When upgrading .NET Core 2.1 Preview 1 to Preview 2, a couple of signatures have changed. However, mdoc didn't recognize the change and interpreted...

bug