Merged
Conversation
To make debugging of any failures (particularly detect failures) easier.
joshwlewis
approved these changes
Jan 31, 2023
heroku-linguist bot
added a commit
that referenced
this pull request
Jan 8, 2025
## heroku/python ### Removed - Removed support for Python 3.8. ([#313](heroku/buildpacks-python#313)) ### Changed - Deprecated support for Python 3.9. ([#314](heroku/buildpacks-python#314)) - Buildpack detection now recognises more Python-related file and directory names. ([#312](heroku/buildpacks-python#312)) - Improved the error messages shown for EOL or unrecognised major Python versions. ([#313](heroku/buildpacks-python#313))
heroku-linguist bot
added a commit
that referenced
this pull request
Sep 9, 2025
## heroku/dotnet ### Changed - The buildpack now requires an explicitly configured solution file when multiple solutions are present in the root directory. ([#312](heroku/buildpacks-dotnet#312)) - Enhanced detection failure error message with actionable guidance and link to relevant documentation. ([#314](heroku/buildpacks-dotnet#314)) ### Added - Support for configuring the solution to build and publish in `project.toml`, including solutions located in subdirectories. ([#310](heroku/buildpacks-dotnet#310), [#313](heroku/buildpacks-dotnet#313), [#314](heroku/buildpacks-dotnet#314))
heroku-linguist bot
added a commit
that referenced
this pull request
Sep 9, 2025
## heroku/dotnet ### Changed - The buildpack now requires an explicitly configured solution file when multiple solutions are present in the root directory. ([#312](heroku/buildpacks-dotnet#312)) - Enhanced detection failure error message with actionable guidance and link to relevant documentation. ([#314](heroku/buildpacks-dotnet#314)) ### Added - Support for configuring the solution to build and publish in `project.toml`, including solutions located in subdirectories. ([#310](heroku/buildpacks-dotnet#310), [#313](heroku/buildpacks-dotnet#313), [#314](heroku/buildpacks-dotnet#314)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To make debugging of any failures (particularly detect failures) easier.