I found this GitHub issue discussing adding FParsec as a preinstalled package.
I am working with a mentee who wants to get more practice working with Result
but the standard library support for Result
is quite limited so I’ve been suggesting using a library like FsToolkit.ErrorHandling
which adds lots of valuable helper functions and a computation expression that makes working with Result
s much more ergonomic.
Currently tests won’t pass for submissions using this package, presumably because it would need to be added to the list of preinstalled packages?
What are the criteria for adding nuget packages to the preinstalled list and could this or an alternative library for working with Result
be considered for inclusion?