Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Missing/mis-named docs in FSharp.Core

Aperta
#63 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Documentazione
Chiarezza
Da chiarire
Stato di attività
Ferma
Ambito
documentation

Direzione di ricerca

Inizia esaminando gli avvisi relativi ai file .fsi di FSharp.Core indicati, inclusi array.fsi, collections.fsi, list.fsi, map.fsi, seq.fsi, prim-types.fsi, async.fsi, eventmodule.fsi, observable.fsi e fslib-extra-pervasives.fsi. Esegui la build della documentazione di fsdocs per riprodurre gli avvisi; il lavoro è completato quando sono stati risolti gli avvisi elencati relativi alla documentazione mancante, superflua e senza nome dei parametri.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

FSharp.Core XML

I'm adding a warning into fsdocs to report missing parameters docs info. Here is the current list of warnings about incomplete documentation in FSHarp.Core (based on dotnet/fsharp feature/docs branch right now)

Anyone want to work with this? The warnings will be emitted on every build.

E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\array.fsi(1019,12): warning: extraneous docs for unknown parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\array.fsi(1019,12): warning: missing docs for parameter 'array'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\array.fsi(1302,12): warning: extraneous docs for unknown parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\array.fsi(1302,12): warning: missing docs for parameter 'array'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\collections.fsi(53,19): warning: missing docs for parameter 'limit'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\list.fsi(963,12): warning: extraneous docs for unknown parameter 'array'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\list.fsi(963,12): warning: missing docs for parameter 'list'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\map.fsi(344,12): warning: missing docs for parameter 'table'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(761,12): warning: extraneous docs for unknown parameter 'array'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(761,12): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(777,12): warning: extraneous docs for unknown parameter 'array'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(777,12): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(1099,12): warning: extraneous docs for unknown parameter 'list'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\seq.fsi(1099,12): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2372,11): warning: missing docs for parameter 'Head'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2372,11): warning: missing docs for parameter 'Tail'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\map.fsi(24,15): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(652,12): warning: extraneous docs for unknown parameter 'result'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(652,12): warning: missing docs for parameter 'result1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(660,12): warning: missing docs for parameter 'part1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\eventmodule.fsi(30,12): warning: extraneous docs for unknown parameter 'map'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\eventmodule.fsi(30,12): warning: missing docs for parameter 'mapping'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4669,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\observable.fsi(52,12): warning: extraneous docs for unknown parameter 'filter'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\observable.fsi(52,12): warning: missing docs for parameter 'predicate'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(929,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(236,22): warning: missing docs for parameter 'maxDegreeOfParallelism'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(92,22): warning: missing docs for parameter 'computation'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(92,22): warning: missing docs for parameter 'taskCreationOptions'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(92,22): warning: missing docs for parameter 'cancellationToken'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(97,22): warning: missing docs for parameter 'computation'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(97,22): warning: missing docs for parameter 'taskCreationOptions'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\async.fsi(602,15): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4724,24): warning FD0001: no documentation for 'M:Microsoft.FSharp.Control.FSharpHandler`1.Invoke(System.Object,`0)'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4724,24): warning: missing docs for parameter 'sender'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4724,24): warning: missing docs for parameter 'args'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4681,11): warning FD0001: no documentation for 'T:Microsoft.FSharp.Control.lazy`1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(101,15): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(107,15): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(113,15): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(120,15): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(141,8): warning: missing docs for parameter 'keyValuePairs'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(145,8): warning: missing docs for parameter 'keyValuePairs'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(149,8): warning: missing docs for parameter 'rows'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(153,9): warning: missing docs for parameter 'expression'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(157,9): warning: missing docs for parameter 'expression'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(161,9): warning: missing docs for parameter 'input'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(123,11): warning FD0001: no documentation for 'T:Microsoft.FSharp.Core.ExtraTopLevelOperators.Checked'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(129,19): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(136,19): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1233,19): warning: extraneous docs for unknown parameter 'float'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1233,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1240,19): warning: extraneous docs for unknown parameter 'float32'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1240,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1247,19): warning: extraneous docs for unknown parameter 'decimal'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1247,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1254,19): warning: extraneous docs for unknown parameter 'int'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1254,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1261,19): warning: extraneous docs for unknown parameter 'int64'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1261,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1268,19): warning: extraneous docs for unknown parameter 'int16'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1268,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1275,19): warning: extraneous docs for unknown parameter 'sbyte'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1275,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1307,12): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1311,12): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1315,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1315,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1319,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1319,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1323,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1323,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1327,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1327,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1332,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1332,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1337,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1337,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1342,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1347,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1347,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1352,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1352,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1357,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1362,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1362,12): warning: missing docs for parameter 'shift'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1367,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1367,12): warning: missing docs for parameter 'shift'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1372,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1372,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1377,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1377,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1382,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1382,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1387,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1392,12): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1397,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1397,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1402,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1402,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1407,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1407,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1412,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1412,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1417,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1417,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1422,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1422,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1426,12): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1426,12): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1448,16): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings.InputSequenceEmptyString'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1451,16): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings.InputArrayEmptyString'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1454,16): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings.AddressOpNotFirstClassString'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1457,16): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings.NoNegateMinValueString'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1460,16): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.LanguagePrimitives.ErrorStrings.InputMustBeNonNegativeString'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1593,16): warning: missing docs for parameter 'input'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1597,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1597,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1601,16): warning: missing docs for parameter 'input'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1605,16): warning: missing docs for parameter 'limit'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1605,16): warning: missing docs for parameter 'input'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1609,16): warning: missing docs for parameter 'comp'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1609,16): warning: missing docs for parameter 'input'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1613,16): warning: missing docs for parameter 'comp'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1613,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1613,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1617,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1617,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1621,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1621,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1625,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1625,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1629,16): warning: missing docs for parameter 'comp'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1629,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1629,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1633,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1633,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1637,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1637,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1641,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1641,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1645,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1645,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1649,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1649,23): warning: missing docs for parameter 'tuple'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1653,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1653,23): warning: missing docs for parameter 'tuple'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1657,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1657,23): warning: missing docs for parameter 'tuple'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1661,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1661,23): warning: missing docs for parameter 'tuple'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1665,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1665,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1665,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1669,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1669,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1669,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1673,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1673,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1673,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1677,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1677,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1677,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1681,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1681,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1681,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1685,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1685,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1685,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1689,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1689,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1689,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1693,23): warning: missing docs for parameter 'comparer'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1693,23): warning: missing docs for parameter 'tuple1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1693,23): warning: missing docs for parameter 'tuple2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1514,16): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1518,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1522,16): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1526,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1530,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1530,23): warning: missing docs for parameter 'index'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1535,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1539,23): warning: missing docs for parameter 'low'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1539,23): warning: missing docs for parameter 'medium'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1539,23): warning: missing docs for parameter 'high'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1539,23): warning: missing docs for parameter 'isNegative'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1539,23): warning: missing docs for parameter 'scale'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1543,16): warning: missing docs for parameter 'resource'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1547,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1551,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1555,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1559,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1559,23): warning: missing docs for parameter 'index'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1563,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1563,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1563,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1567,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1567,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1567,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1567,23): warning: missing docs for parameter 'index3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1571,23): warning: missing docs for parameter 'source'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1571,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1571,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1571,23): warning: missing docs for parameter 'index3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1571,23): warning: missing docs for parameter 'index4'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1575,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1575,23): warning: missing docs for parameter 'index'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1575,23): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1579,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1579,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1579,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1579,23): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1583,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1583,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1583,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1583,23): warning: missing docs for parameter 'index3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1583,23): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'index2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'index3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'index4'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1587,23): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1470,18): warning: missing docs for parameter 'e1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1470,18): warning: missing docs for parameter 'e2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1483,18): warning: missing docs for parameter 'e1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1483,18): warning: missing docs for parameter 'e2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(31,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(34,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(37,16): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(40,16): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(43,16): warning: missing docs for parameter 'text'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(46,16): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\math\z.fsi(49,16): warning: missing docs for parameter 'text'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2702,13): warning: missing docs for parameter 's1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2702,13): warning: missing docs for parameter 's2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2716,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2721,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3019,19): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3025,12): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3449,15): warning FD0001: no documentation for 'T:Microsoft.FSharp.Core.Operators.ArrayExtensions'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4471,23): warning: extraneous docs for unknown parameter 'e1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4471,23): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: extraneous docs for unknown parameter 'start1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: extraneous docs for unknown parameter 'finish1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: extraneous docs for unknown parameter 'index3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: missing docs for parameter 'index1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: missing docs for parameter 'start3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3734,23): warning: missing docs for parameter 'finish3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3747,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3760,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(3970,23): warning: missing docs for parameter 'target'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4152,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4152,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4152,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4156,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4156,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4156,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4160,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4160,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4160,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4164,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4164,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4164,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4168,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4168,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4168,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4172,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4172,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4172,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4176,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4176,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4176,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4180,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4180,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4180,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4184,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4184,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4184,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4188,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4188,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4188,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4192,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4192,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4192,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4196,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4196,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4196,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4200,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4200,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4204,16): warning: missing docs for parameter 'one'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4204,16): warning: missing docs for parameter 'add'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4204,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4204,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4208,16): warning: missing docs for parameter 'zero'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4208,16): warning: missing docs for parameter 'add'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4208,16): warning: missing docs for parameter 'start'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4208,16): warning: missing docs for parameter 'step'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4208,16): warning: missing docs for parameter 'stop'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4212,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4216,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4220,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4224,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4228,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4228,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4232,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4236,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4240,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4244,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4248,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4252,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4256,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4260,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4264,16): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4268,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4272,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4276,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4280,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4284,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4288,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4292,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4292,16): warning: missing docs for parameter 'y'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4296,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4296,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4300,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4300,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4304,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4304,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4308,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4308,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4312,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4312,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4316,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4316,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4320,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4320,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4324,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4324,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4328,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4328,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4332,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4332,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4336,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4336,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4340,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4340,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4344,16): warning: missing docs for parameter 'x'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4344,16): warning: missing docs for parameter 'n'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4348,16): warning: missing docs for parameter 'one'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4348,16): warning: missing docs for parameter 'mul'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4348,16): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4348,16): warning: missing docs for parameter 'exponent'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4359,23): warning: extraneous docs for unknown parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4359,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4372,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4372,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4378,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4378,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(4384,23): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(164,8): warning: extraneous docs for unknown parameter 'option1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(164,8): warning: extraneous docs for unknown parameter 'option2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(164,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(164,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: extraneous docs for unknown parameter 'option1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: extraneous docs for unknown parameter 'option2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: extraneous docs for unknown parameter 'option3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(175,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(300,8): warning: extraneous docs for unknown parameter 'option'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(300,8): warning: missing docs for parameter 'voption'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: extraneous docs for unknown parameter 'voption1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: extraneous docs for unknown parameter 'voption2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: extraneous docs for unknown parameter 'voption3'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\option.fsi(418,8): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(277,8): warning: missing docs for parameter 'value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1706,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1709,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1718,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1721,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1724,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1733,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1736,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1739,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1742,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1751,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1754,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1757,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1760,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1763,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1772,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1775,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1778,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1781,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1784,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1787,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1796,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1799,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1802,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1805,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1808,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1811,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1814,8): warning: missing docs for parameter 'Item'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(686,8): warning: missing docs for parameter 'resourceName'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(679,8): warning: missing docs for parameter 'variantNumber'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(679,8): warning: missing docs for parameter 'sequenceNumber'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(672,8): warning: missing docs for parameter 'sequenceNumber'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(824,8): warning: missing docs for parameter 'message'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(824,8): warning: missing docs for parameter 'messageNumber'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(421,8): warning: missing docs for parameter 'name'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1987,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1987,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1980,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1980,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1973,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1973,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1966,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1966,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1959,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1959,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1952,30): warning: extraneous docs for unknown parameter 'func'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1952,30): warning: missing docs for parameter 'action'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1819,39): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.MatchFailureException.Data0'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1819,48): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.MatchFailureException.Data1'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(1819,54): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.MatchFailureException.Data2'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2347,8): warning: missing docs for parameter 'ResultValue'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2350,8): warning: missing docs for parameter 'ErrorValue'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2298,10): warning: extraneous docs for unknown parameter 'Value'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\prim-types.fsi(2298,10): warning: missing docs for parameter 'Item'
unknown(1,0): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(298,17): warning: missing docs for parameter 'typeName'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(350,17): warning: missing docs for parameter 'assembly'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(217,15): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute.AssemblyName'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(249,8): warning FD0001: no documentation for 'M:Microsoft.FSharp.Core.CompilerServices.TypeProviderConfig.#ctor(Microsoft.FSharp.Core.FSharpFunc{System.String,System.Boolean})'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(249,8): warning: missing docs for parameter 'systemRuntimeContainsType'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(273,15): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(231,9): warning FD0001: no documentation for 'T:Microsoft.FSharp.Core.CompilerServices.TypeProviderDefinitionLocationAttribute'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(233,8): warning FD0001: no documentation for 'M:Microsoft.FSharp.Core.CompilerServices.TypeProviderDefinitionLocationAttribute.#ctor'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(235,15): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderDefinitionLocationAttribute.Line'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(234,15): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderDefinitionLocationAttribute.FilePath'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(236,15): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderDefinitionLocationAttribute.Column'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(202,10): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderTypeAttributes.SuppressRelocate'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(203,10): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderTypeAttributes.IsErased'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(227,8): warning: missing docs for parameter 'commentText'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\fslib-extra-pervasives.fsi(228,15): warning FD0001: no documentation for 'P:Microsoft.FSharp.Core.CompilerServices.TypeProviderXmlDocAttribute.CommentText'
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(12,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(12,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(15,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(15,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(18,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(18,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(21,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(21,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(24,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(24,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(27,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(27,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(30,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(30,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(33,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(33,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(36,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(36,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(39,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(39,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(42,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(42,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(45,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(45,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(48,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(48,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(51,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(51,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(54,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(54,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(57,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(57,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp.Core\Nullable.fsi(60,10): warning: a parameter was missing a name
E:\GitHub\dsyme\fsharp-core-docs\fsharp\src\fsharp\FSharp
Lingua principale
Nessun dato sulla lingua
Stelle
37
Fork
20
Merge medio
5m
PR unite (30g)
2

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di fsharp/fsharp-core-docs

Tutte le issue di fsharp/fsharp-core-docs

Issue simili

Altre issue su Documentation

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.