ocamllibs
ocamllibs copied to clipboard
Various OCaml Libraries
Using net-libs, some optional arguments are not defined as optional. They are defined as ```cs public static Task ToListAsync(this IQueryable source, CancellationToken cancellationToken = null) ``` (See [EntityFrameworkQueryableExtensions.ToListAsync()](https://docs.microsoft.com/en-us/ef/core/api/microsoft.entityframeworkcore.entityframeworkqueryableextensions.tolistasync#Microsoft_EntityFrameworkCore_EntityFrameworkQueryableExtensions_ToListAsync__1_System_Linq_IQueryable___0__System_Threading_CancellationToken_)) Which is...
The current way of reading custom attributes' fixed arguments of the enum type is a hack ( ilMetaReader.ml@1593). The problem is that it seems to require that the referenced assembly...