Migrate to .NET 8 (dotnet8_minimal_awssdk → main)#4
Draft
Faisal-Bahoo wants to merge 18 commits into
Draft
Conversation
fix rollbar project setup
add engineering team to generated projects
use tokens on headers to make rollbar http calls
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.
Summary
net80/) forlash newWhy
LambdaSharpConfig.jsonin Deki now targets version 0.8.5.1. The CD pipeline (update-lambda-sharp.sh) callslash publish LambdaSharp.S3.IO:0.8.5.1@lambdasharpduring tier upgrades — this requires 0.8.5.1 artifacts to exist in thes3://lambdasharp/bucket. The upstream public bucket tops out at 0.8.4.1. Merging this branch and runningScripts/update-release.shwill publish 0.8.5.1 artifacts so all tiers can resolve them without manual seeding.Known issues to resolve before merging
dotnet-core.ymlCI still targets .NET 3.1 and 6.0 — needs updating to .NET 8 so CI passes on this branchScripts/update-release.shshould be wired into CI as a publish step (triggered on merge tomain) — see Deki #38135.idea/IDE config files included in diff — consider adding to.gitignorebefore mergeTest plan
Scripts/update-release.shruns successfully and 0.8.5.1 artifacts appear ins3://lambdasharp/lash publish LambdaSharp.S3.IO:0.8.5.1@lambdasharpresolves correctly in a non-alpha tier🤖 Generated with Claude Code