Skip to content

add support for Net462#2277

Closed
TimothyMothra wants to merge 16 commits intodevelopfrom
tilee/net462
Closed

add support for Net462#2277
TimothyMothra wants to merge 16 commits intodevelopfrom
tilee/net462

Conversation

@TimothyMothra
Copy link
Copy Markdown

@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.

Timothy Mothra Lee added 2 commits May 25, 2021 14:48

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>net452;net462</TargetFrameworks>
Copy link
Copy Markdown
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
Copy Markdown
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