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

Remove net461 support from API and SDK #3191

Merged

Conversation

cijothomas
Copy link
Member

Towards #3190

Will do separate PRs for other projects, this one just deals with API/SDK and Docs.

@cijothomas cijothomas requested a review from a team April 15, 2022 18:07
@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #3191 (6476320) into main (503d2b0) will increase coverage by 0.06%.
The diff coverage is n/a.

❗ Current head 6476320 differs from pull request most recent head 3e6d9f7. Consider uploading reports for the commit 3e6d9f7 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3191      +/-   ##
==========================================
+ Coverage   85.25%   85.31%   +0.06%     
==========================================
  Files         259      258       -1     
  Lines        9330     9315      -15     
==========================================
- Hits         7954     7947       -7     
+ Misses       1376     1368       -8     
Impacted Files Coverage Δ
...lemetry/Internal/SelfDiagnosticsConfigRefresher.cs 86.53% <0.00%> (-2.89%) ⬇️
...nTelemetry/Internal/OpenTelemetrySdkEventSource.cs 74.13% <0.00%> (-2.59%) ⬇️
...metryProtocol/Implementation/ActivityExtensions.cs 91.44% <0.00%> (-0.91%) ⬇️
...elemetry.Api/Context/RemotingRuntimeContextSlot.cs
...ter.ZPages/Implementation/ZPagesActivityTracker.cs 100.00% <0.00%> (+2.85%) ⬆️

<PropertyGroup>
<Description>Unit test project for OpenTelemetry</Description>
<!-- OmniSharp/VS Code requires TargetFrameworks to be in descending order for IntelliSense and analysis. -->
<TargetFrameworks>net6.0;net5.0;netcoreapp3.1</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);net461</TargetFrameworks>
<TargetFrameworks Condition="$(OS) == 'Windows_NT'">$(TargetFrameworks);net462</TargetFrameworks>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we update the workflows now or will that be a seperate PR?

strategy:
matrix:
version: [net461,netcoreapp3.1,net5.0,net6.0]

Copy link
Member Author

Choose a reason for hiding this comment

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

yea will do in follow ups.

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.

4 participants