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

Fix project configuration telemetry for legacy csproj projects #73995

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Jun 14, 2024

Fixes telemetry issue with missing target framework information when using legacy .net framework csproj projects. The telemetry event now contains

TargetFrameworks": [
    "v4.7.2"
],

This matches o# behavior to use the targetframeworkversion if targetframework is not present

See https://github.com/OmniSharp/omnisharp-roslyn/blob/ac7b9b8509356e39583de2b9fdf363005e6c8595/src/OmniSharp.MSBuild/ProjectLoadListener.cs#L139C69-L139C91

@dibarbet dibarbet requested a review from a team as a code owner June 14, 2024 00:02
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 14, 2024
@dibarbet dibarbet changed the title Fix project configuration telemetry for netframework projects Fix project configuration telemetry for legacy csproj projects Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants