-
Notifications
You must be signed in to change notification settings - Fork 857
upgraded the build/CI to use net8.0 #4876
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5c78f38
test
Yun-Ting 1bff4e7
Merge branch 'main' into yunl/net8CI
Yun-Ting f8ec864
dummy fix for Run W3C Trace Context docker-compose.integration
Yun-Ting ebde412
add net8.0 to OpenTelemetry.Tests proj
Yun-Ting 7bf3f82
add net8.0 to OpenTelemetry.Instrumentation*.Tests.dll (sql??)
Yun-Ting df153bd
remove 8 from aspnetcore test
Yun-Ting 93f4e7c
update docker file SDK version
Yun-Ting 5520d90
use Microsoft.AspNetCore.TestHost when targeting net8
Yun-Ting eb9a4d1
Microsoft.AspNetCore.Mvc.Testing
Yun-Ting a51d664
Merge branch 'main' into yunl/net8CI
Yun-Ting 0bad326
Merge branch 'main' into yunl/net8CI
Yun-Ting f2103a4
use new infra
Yun-Ting dba3efe
Merge branch 'main' into yunl/net8CI
Yun-Ting adf1ba3
PUBLISH_FRAMEWORK=net8.0
Yun-Ting d703ea4
OTLP test docker publish framework to net8
Yun-Ting 5c31a55
scope down
Yun-Ting ccf9384
should fix these test for ubuntu net8 properly in the follow-up prs
Yun-Ting 3f2437e
preprocessors
Yun-Ting 00f207f
merge main
Yun-Ting 16516c6
enable net8 for AspNetCore tests
Yun-Ting 9e90df3
os
Yun-Ting bbdcb43
when !OSX || !NET8_0
Yun-Ting e469816
add net8 to tests and update tracertests
Yun-Ting ce5872d
removed conditional compilation !OSX || !NET8_0 for AspNetCore tests
Yun-Ting 7db50c3
Merge branch 'main' into yunl/net8CI
Yun-Ting 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| version: '3.7' | ||
|
|
||
| services: | ||
| tests: | ||
| build: | ||
| args: | ||
| PUBLISH_FRAMEWORK: net8.0 | ||
| TEST_SDK_VERSION: "8.0" | ||
| BUILD_SDK_VERSION: "8.0" |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.