Giter Club home page Giter Club logo

Comments (3)

fg-j avatar fg-j commented on August 9, 2024

Perhaps it'd be sufficient here for the buildpack to look recursively at app subdirectories to find *.csproj files during detection phase. During the build phase, the buildpack could run dotnet publish from the app root (which will build all projects in a solution). Would that address your need, @prerak-patel ?

from dotnet-publish.

fg-j avatar fg-j commented on August 9, 2024

Before potentially implementing, this needs exploration:

  • Which buildpack(s) would require changes to make this possible?
  • How would this impact runtime and/or SDK version selection?
  • How would this impact SBOM generation?
  • How would this interact with $BP_DOTNET_PROJECT_PATH?
    cc @paketo-buildpacks/dotnet-core-maintainers

from dotnet-publish.

fg-j avatar fg-j commented on August 9, 2024

The other day, @macsux mentioned that it can be ambiguous which project(s) within a solution should be built. He mentioned the example of a frontend and backend checked in together under one solution, where the user may not want to build both into one container. This gives me the impression that it might not actually be wise for the buildpack to build the solution without BP_DOTNET_PROJECT_PATH set. @macsux perhaps you could comment here about this?

from dotnet-publish.

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.