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

![image](https://user-images.githubusercontent.com/6309070/44372884-ee04a200-a49a-11e8-9d11-4a4561ac9a3f.png) The `Async` types. This is currently done in the [F# MSDN Reference](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/control.async-class-%5bfsharp%5d)

lang-fsharp

Currently, no members are listed for F# classes. However, in two places this is done: * Tooltips in all F# editors * The existing MSDN reference for FSharp.Core ([example](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/control.async-class-%5bfsharp%5d)) So...

lang-fsharp

See the smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373087-37092600-a49c-11e8-8150-67776e1e77bc.png) vs. the [existing MSDN reference entry](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/exprshape.shapevarhshapelambdahshapecombination-active-pattern-%5bfsharp%5d): ![image](https://user-images.githubusercontent.com/6309070/44373097-47b99c00-a49c-11e8-8f08-b4d2e92a8976.png)

lang-fsharp

See here: ![image](https://user-images.githubusercontent.com/6309070/44373157-ab43c980-a49c-11e8-85d6-d3f1d0230b89.png) `Var * Expr` is wrapped in parentheses in F# tooltips in IDEs to help distinguish them from other parameters.

lang-fsharp

From F# smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373198-dd552b80-a49c-11e8-9a8b-74c8fbb1f943.png) Although these are compiled down as such, they are a distinctly different thing from regular functions/methods. This will be very tricky, because [according to SharpLab](https://sharplab.io/#v2:DYLgZgzgPg9gDgUwHYAICyBLAxgJxhGMAFwDoAxAZQAsBDHOEgRQFcYiaiMYkISAFDkQQ4eAWABQEgLYwAJs2AJ0KALwSUGlIqIoAFFACiAN2RQA8rNlQAlCgxI4zHSrtg7DpygCkKAEyqUAAYUIipkFGNwhGAIJQtZdU1EjW09KABJJCEAc2EoAH0bPQgiHBAUEpx7bNs1cU0GrQQdKScaACNFdyIjGmBmJRdA5MaMNwoATxKEKRJMogBmXxIAFRwJgRxY3UqAGhQAMnsevoHbUPCKGCkEXWPe/oRrEYbo2JQAOW4EF80gA),...

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373363-a4698680-a49d-11e8-9491-6ee80eda597e.png) In source, these are all camelCase. And in the type signature, the correct casing is applied: ![image](https://user-images.githubusercontent.com/6309070/44373439-075b1d80-a49e-11e8-9a01-9760ff1f17a6.png)

lang-fsharp

Current list: * ByRefKinds * ByRefKinds.In * ByRefKinds.InOut * ByRefKinds.Out

lang-fsharp

See current [MSDN entry](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/map.oflist%5b'key,'t%5d-function-%5bfsharp%5d): ![image](https://user-images.githubusercontent.com/6309070/44373841-2b1f6300-a4a0-11e8-9116-2a651317023a.png) Compared with FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373846-35d9f800-a4a0-11e8-955b-a9c6c0f67167.png)

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373876-5bff9800-a4a0-11e8-9f82-eff39923bb7a.png) `Microsoft.FSharp.Collections.` is unnecessary here.

lang-fsharp

From FSharp.Core smoke test: ![image](https://user-images.githubusercontent.com/6309070/44373903-7c2f5700-a4a0-11e8-940d-5e7a29a874cf.png) `MapModule` should be `Map`.

lang-fsharp