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

add support for Net462 #2277

Closed
wants to merge 16 commits into from
Closed

add support for Net462 #2277

wants to merge 16 commits into from

Conversation

TimothyMothra
Copy link
Member

@TimothyMothra TimothyMothra commented May 24, 2021

Future Proof related to #2273.

Helping to support AAD work #2190.

Changes

  • Add Net462 to the target frameworks for
    • Microsoft.ApplicationInsights
    • ServerTelemetryChannel
  • Build Infra updated to run tests for Net462

Checklist

  • I ran Unit Tests locally.
  • CHANGELOG.md updated with one line description of the fix, and a link to the original issue if available.

For significant contributions please make sure you have completed the following items:

  • Design discussion issue #
  • Changes in public surface reviewed

The PR will trigger build, unit tests, and functional tests automatically. Please follow these instructions to build and test locally.

Notes for authors:

  • FxCop and other analyzers will fail the build. To see these errors yourself, compile localy using the Release configuration.

Notes for reviewers:

  • We support comment build triggers
    • /AzurePipelines run will queue all builds
    • /AzurePipelines run <pipeline-name> will queue a specific build

@TimothyMothra

This comment has been minimized.

@@ -2,7 +2,7 @@
<Import Project="$(PropsRoot)\Product.props" />

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>net452;net462</TargetFrameworks>
Copy link
Member

Choose a reason for hiding this comment

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

Adding net462 might force us to support this project Microsoft.ApplicationInsights.EtwCollector for a long time. Should we reconsider adding net462 to this project?

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree with you, but I was reluctant to make that decision.

@TimothyMothra TimothyMothra mentioned this pull request May 26, 2021
4 tasks
@TimothyMothra TimothyMothra marked this pull request as draft July 30, 2021 23:22
@TimothyMothra TimothyMothra deleted the tilee/net462 branch August 27, 2021 23:53
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