Closed philasmar closed 3 months ago
Attention: Patch coverage is 91.30435%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 62.39%. Comparing base (
db9ec45
) to head (746a0e7
). Report is 1 commits behind head on dev.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Add a platform version check for the version that added .NET8. If a user is redeploying we shouldn't break them.
Issue #, if available: DOTNET-7212
Description of changes: In order to support deploying .NET8 apps on Beanstalk prior to Beanstalk adding .NET8 support, we had to force .NET8 apps to be self-contained in order to allow for Beanstalk support. Beanstalk has since added .NET8 support, so this PR removes this restriction to allow .NET8 apps to be deployed to Beanstalk not as self-contained apps.
This PR also improves the sorting of Beanstalk platforms to show the latest .NET versions first.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.