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

[ASP.NET Core] Add net8 target #4924

Conversation

vishweshbankwar
Copy link
Member

@vishweshbankwar vishweshbankwar commented Oct 6, 2023

This is needed in order to add the metrics added to .NET8.0 in ASP.NET Core

open-telemetry/opentelemetry-dotnet-contrib#1753
open-telemetry/opentelemetry-dotnet-contrib#1753

@vishweshbankwar vishweshbankwar marked this pull request as ready for review October 6, 2023 00:34
@vishweshbankwar vishweshbankwar requested a review from a team October 6, 2023 00:34
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #4924 (a619f8c) into main (be45aab) will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    open-telemetry/opentelemetry-dotnet#4924      +/-   ##
==========================================
+ Coverage   83.29%   83.32%   +0.03%     
==========================================
  Files         295      295              
  Lines       12324    12324              
==========================================
+ Hits        10265    10269       +4     
+ Misses       2059     2055       -4     
Flag Coverage Δ
unittests 83.32% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

@utpilla utpilla merged commit d76542e into open-telemetry:main Oct 6, 2023
35 checks passed
@@ -49,4 +49,8 @@
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be simplified?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I will update this in my upcoming PR

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.

3 participants