Denys S.
Results
2
issues of
Denys S.
At the moment custom command options are searched inside command instance and any parent up the inheritance chain ``` public IEnumerable GetOptions() { var expr = Options.AsEnumerable(); var rootNode =...
enhancement
help wanted
good first issue
While trying to run `dotnet pack --no-build` on F# project with project reference - dotnet tries to build referenced project and errors on "NoBuild option in build target" check. Reproduction:...
untriaged
Area-FSharp