-
-
Notifications
You must be signed in to change notification settings - Fork 226
build with dotnet 8 sdk #2622
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
Merged
Merged
build with dotnet 8 sdk #2622
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5717371
net8 sdk
bruno-garcia 9de053f
net8 in ci
bruno-garcia 9575f68
new import needed
bruno-garcia 00590b5
hack to build on mac
bruno-garcia de035bc
Merge branch 'feat/4.0.0' into feat/net8-2
bruno-garcia ad557a0
Merge branch 'feat/4.0.0' into feat/net8-2
bruno-garcia eaef79f
net7 min
bruno-garcia 13c3e7c
update cli integration test
vaind 291ff21
fix cli integration test paths
vaind c1320df
Merge remote-tracking branch 'origin/feat/4.0.0' into feat/net8-2
vaind a85d7f8
add SelfContained=true (previously implied by RuntimeIdentifier)
vaind b8a3082
Merge remote-tracking branch 'origin' into feat/net8-2
bruno-garcia 33a2e8b
Removed `Scope.Platform` as it would never be applied. (#2695)
jamescrosswell e4f2a07
feat: Native AOT frame info (#2701)
vaind 4cb767d
fix build on mac m1 (#2702)
vaind 67c0bd1
Upgraded to `NLog 5` (#2697)
bitsandfoxes 7e0e916
fix: CaptureFailedRequests xml docs
bruno-garcia bebb2f4
Fallback to `AssemblyVersion` if `InformalVersion` is `NullOrEmpty` (…
bitsandfoxes e75bcfa
Reenabled API Verify tests (#2716)
bitsandfoxes 4ed996a
Reordered parameters to TransactionContext and SpanContext constructo…
jamescrosswell e11f3fb
Change signature order in `DiagnosticLogger` for exceptions (#2715)
bitsandfoxes 7dac060
build(deps): bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0…
dependabot[bot] cc21277
Fix: Scope not being applied to OpenTelemetry spans in ASP.NET Core (…
jamescrosswell 2fa8a6b
Delete SentryAzureFunctions.slnf (#2708)
bruno-garcia 6b74c2e
Apply Scope to exceptions captured via Activity.RecordException (#2712)
jamescrosswell e839285
release: 3.40.0
getsentry-bot a4f681e
Update .craft.yml (#2615)
jamescrosswell 008dfca
Make ISentryUserFactory public (#2719)
jamescrosswell c8fa788
chore: update scripts/update-java.ps1 to 6.31.0 (#2723)
github-actions[bot] 6b484a5
release: 3.40.1
getsentry-bot 8e8a159
chore(deps): update Cocoa SDK to v8.13.1 (#2722)
github-actions[bot] 1182b90
Merge branch 'feat/4.0.0' into feat/net8-2
vaind 1eb587c
Merge branch 'feat/4.0.0' into feat/net8-2
vaind dc1f34e
temporarily drop caching
bitsandfoxes e685d3f
loggig
bitsandfoxes 51d7b58
pinning the version
bitsandfoxes fffe04d
restore and update
bitsandfoxes f58540b
no rollback
bitsandfoxes db71be6
no more tizen
bitsandfoxes c1ac3c4
fix
bitsandfoxes 67be026
restore and updte #2
bitsandfoxes cb50e2f
suddenly I need iOS?
bitsandfoxes 1ed4aa1
restore and update #3
bitsandfoxes df4d5c9
added .NET 6 for tests
bitsandfoxes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ jobs: | |
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| os: [ubuntu-latest, windows-latest, macos-latest] | ||
| os: [ubuntu-latest, windows-latest, macos-13] | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pinned? Maybe put a comment in there explaining why so we know in the future whether this is still required or not. |
||
|
|
||
| steps: | ||
| - name: Cancel Previous Runs | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "7.0.100", | ||
| "version": "8.0.*", | ||
| "rollForward": "latestMinor", | ||
| "allowPrerelease": false | ||
| "allowPrerelease": true | ||
| } | ||
| } |
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include an explanation for this? We just ran
dotnet workload restoreright? Won't doingdotnet workload updategive us non-deterministic builds (we don't know what version of the workloads is going to be used for the build)?