Skip to content

C#: Remove legacy tracer support #10235

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

Merged
merged 3 commits into from
Sep 2, 2022

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Aug 31, 2022

This PR removes the legacy tracer specifications, and moves the responsibility of disabling shared compilation (and pre-compilation of ASP.NET MVC code) from the auto-builder to the tracer, which means that it will also work with custom build commands.

Commit-by-commit review is suggested.

@github-actions github-actions bot added the C# label Aug 31, 2022
@hvitved hvitved force-pushed the csharp/remove-legacy-tracer branch from 25653f9 to 18b5ab0 Compare August 31, 2022 14:58
@hvitved hvitved marked this pull request as ready for review September 1, 2022 07:35
@hvitved hvitved requested a review from a team as a code owner September 1, 2022 07:35
Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

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

Looks plausible to me!

@hvitved hvitved merged commit 2c584d8 into github:main Sep 2, 2022
@hvitved hvitved deleted the csharp/remove-legacy-tracer branch September 2, 2022 07:25
@felickz
Copy link
Contributor

felickz commented Sep 3, 2022

@hvitved awesome fix! Missing the shared compilation flag is not always obvious as it just creates a small DB w/o errors. Just hit this this week in a POC!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants