Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add results for dotnet preview support evaluation #14

Merged
merged 2 commits into from
Nov 1, 2022

Conversation

KieranJeffreySmart
Copy link
Contributor

Summary

Results from evaluating buildpacks supporting .net 7 preview framework, in response to the following issue: paketo-buildpacks/dotnet-core#793

sophiewigmore
sophiewigmore previously approved these changes Oct 24, 2022
@sophiewigmore
Copy link
Member

sophiewigmore commented Oct 24, 2022

@KieranJeffreySmart thanks for sharing your findings. It seems like the main issue is around versioning, and how the buildpacks can hand a version with rc in its value? But the actual buildpack functionality more or less works with the RC version?

@KieranJeffreySmart
Copy link
Contributor Author

@KieranJeffreySmart thanks for sharing your findings. It seems like the main issue is around versioning, and how the buildpacks can hand a version with rc in its value? But the actual buildpack functionality more or less works with the RC version?

Yes this seems to be the case. The RC version works without any obvious issues.
The versioning issue could be seen as a general buildpack feature, assuming you want to identify the behavior for any pre-release version which follows the semver standard format of major.minor.patch-prerelease (not just .net)

@fg-j fg-j merged commit 2fe5033 into paketo-community:main Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants