Coder Social home page Coder Social logo

Comments (4)

ericcmmi avatar ericcmmi commented on July 18, 2024 1

Sorry for the problems here. I'm working on the issue with the Nuget package. Hope to push an update soon.

from pickles.

zadigus avatar zadigus commented on July 18, 2024

The same occurs when I build the following docker image (for pickles version 3.0.1; version 4.0.1 can't be installed through nuget):

FROM mcr.microsoft.com/dotnet/sdk:3.1

RUN dotnet tool install -g Pickles.CommandLine --version 3.0.1

Then in the docker container, when I run

export PATH="$PATH:/root/.dotnet/tools"
pickles

then I get

Pickles v.0.0.0.0

Generating documentation based on the following parameters 
----------------------------------------------------------
Feature Directory              : /
Output Directory               : /
Project Name                   :
Project Version                :
Language                       : en
Incorporate Test Results?      : No
Include Experimental Features? : No
Exclude Tag                    :
Technical Tag                  :
Pickles did not complete successfully Could not find a part of the path '/dev/fd/104'.

If I, however, switch to /root/.dotnet/tools, then the pickles command outputs

Pickles v.0.0.0.0

Generating documentation based on the following parameters 
----------------------------------------------------------
Feature Directory              : /root/.dotnet/tools
Output Directory               : /root/.dotnet/tools
Project Name                   :
Project Version                :
Language                       : en
Incorporate Test Results?      : No
Include Experimental Features? : No
Exclude Tag                    :
Technical Tag                  :
No features found at /root/.dotnet/tools 
Pickles completed successfully 

In the docker container, if I run

mkdir /features
ln -s /root/.dotnet/tools/pickles /features/pickles
cd /features
pickles

then it also works fine. Of course, this must only be a temporary work-around.

from pickles.

zadigus avatar zadigus commented on July 18, 2024

Also note that the Pickles version is not right in the above Pickles output.

from pickles.

zadigus avatar zadigus commented on July 18, 2024

Note that the error

Pickles did not complete successfully Could not find a part of the path '/dev/fd/104'.

does not pop up if a features folder was found and the report generation is successful.

from pickles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.