Code Monkey home page Code Monkey logo

Comments (5)

aelassas avatar aelassas commented on May 28, 2024 1

@TechyGuy99 I fixed some issues in Wexflow.sln and tested the compilation of the latest source code on the main branch on Visual Studio 2022 >= 17.8.0 and everything works fine on both .NET 4.8 and .NET 8.0.

Once you open Wexflow.sln, under src solution folder you have:

  • net solution folder which contains the source code of the .NET 4.8 version
  • netcore solution folder which contains the source code of the .NET 8.0 version (.NET Core)

You can compile with .NET Core only by compiling netcore solution folder only in Visual Studio 2022 >= 17.8.0.

For further information on how to run the solution from source code, check out this documentation.

from wexflow.

aelassas avatar aelassas commented on May 28, 2024

Did you set Any CPU in build configuration instead of Mixed Platform?

from wexflow.

TechyGuy99 avatar TechyGuy99 commented on May 28, 2024

@TechyGuy99 I fixed some issues in Wexflow.sln and tested the compilation of the latest source code on the main branch on Visual Studio 2022 >= 17.8.0 and everything works fine on both .NET 4.8 and .NET 8.0.

Once you open Wexflow.sln, under src solution folder you have:

  • net solution folder which contains the source code of the .NET 4.8 version
  • netcore solution folder which contains the source code of the .NET 8.0 version (.NET Core)

You can compile with .NET Core only by compiling netcore solution folder only in Visual Studio 2022 >= 17.8.0.

For further information on how to run the solution from source code, check out this documentation.

Ok, got latest and everything net core compiled. I turned off the 4.8 and was fine.

Next, i added a workflow with zip files task. Not sure what i am supposed to enter in selected files. Seems to reject silently
and when debugging, i see no selectedFiles Value in the xml
image

from wexflow.

TechyGuy99 avatar TechyGuy99 commented on May 28, 2024

Also, you might want to change your config to avoid the hardcoded C:\Wex* folder references. I ran install.bat as workaround in meantime for debugging.

from wexflow.

aelassas avatar aelassas commented on May 28, 2024

You need to use FilesLoader task before Zip task to load the files you want to zip. Here is a sample Zip workflow: https://github.com/aelassas/wexflow/blob/main/samples/net/Wexflow/Workflows/Workflow_Zip.xml

In selectFiles you put the ID of the task that loads files: https://github.com/aelassas/wexflow/wiki/Getting-Started#how-tasks-communicate-between-each-other

You can find the doc of each task in the wiki.

For config files, you can change them as you want: https://github.com/aelassas/wexflow/wiki/Configuration

from wexflow.

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.