Git Product home page Git Product logo

Comments (3)

wynandjordaan avatar wynandjordaan commented on July 19, 2024

@JamesRandall I am willing to help with this, we are also looking into this for another project.

from functionmonkey.

JamesRandall avatar JamesRandall commented on July 19, 2024

Great thank you.

Do you have any good jumping off points (simple reference apps etc.) for building one of these tasks and/or recommendations for development workflow? It strikes me its one of those things that might get quite slow to build if you get that wrong.

In terms of a PR type contribution - the compiler has a pretty simply entry point that you can find here:

https://github.com/JamesRandall/FunctionMonkey/blob/master/Source/FunctionMonkey.Compiler/Program.cs

Essentially it is provided the path to the assembly that contains the IFunctionAppConfiguration implementation and a flag that tells it if its a net core DLL (if this flag isn't set it assumes its a netstandard DLL).

Its inserted into the build environment through NuGet and this targets file:

https://github.com/JamesRandall/FunctionMonkey/blob/master/Source/FunctionMonkey.Compiler/FunctionMonkey.Compiler.targets

I can easily pull FunctionMonkey.Compiler in two (this entry point and then an assembly containing the implementation). In my head the build task would then reference this second assembly and get inserted / registered in the build chain in a somewhat similar way to the existing console app.

from functionmonkey.

JamesRandall avatar JamesRandall commented on July 19, 2024

Implemented!

from functionmonkey.

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.