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

[AOT] Added net7.0 to the TargetFrameworks to all projects (except for OTLP Exporter) under src folder. #4370

Closed
wants to merge 27 commits into from

Conversation

Yun-Ting
Copy link
Contributor

@Yun-Ting Yun-Ting commented Apr 5, 2023

Changes

Towards #3429
Added net7.0 to the TargetFrameworks to all projects (except for OTLP Exporter) under src folder because more APIs were annotated with RequiresDynamicCode in net7.0: #3429 (comment)
Will use a follow-up PR to fix errors when building net7.0 for OTLP Exporter and add net7.0 as the target for it.

Merge requirement checklist

  • CONTRIBUTING guidelines followed (nullable enabled, static analysis, etc.)

@Yun-Ting Yun-Ting marked this pull request as ready for review April 11, 2023 21:48
@Yun-Ting Yun-Ting requested a review from a team April 11, 2023 21:48
@reyang reyang closed this Apr 11, 2023
@reyang reyang reopened this Apr 11, 2023
@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #4370 (316ae45) into main (7db6941) will increase coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4370      +/-   ##
==========================================
+ Coverage   84.75%   84.77%   +0.02%     
==========================================
  Files         300      300              
  Lines       12010    12010              
==========================================
+ Hits        10179    10182       +3     
+ Misses       1831     1828       -3     
Impacted Files Coverage Δ
src/OpenTelemetry.Api/Baggage.cs 100.00% <ø> (ø)
src/OpenTelemetry.Api/Trace/Tracer.cs 97.22% <ø> (ø)

... and 4 files with indirect coverage changes

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.

2 participants