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

chore: Update Profiler projects to build on VS2022 #2149

Merged
merged 12 commits into from
Jan 5, 2024

Conversation

tippmar-nr
Copy link
Member

@tippmar-nr tippmar-nr commented Dec 18, 2023

Updates the Profiler solution and project files so the Profiler can be built directly in VS2022. There are 2 lines of code that had to be commented out to get the build to complete. I also updated three .NET projects to target net48 instead of net45, which allows them to build under VS2022 as well.

The build_profiler.yml workflow was updated to run the Windows profiler build on windows-latest.

No other changes were necessary for the linux and ARM64 builds.

There were also some workflow changes necessary to accommodate this change.

@codecov-commenter
Copy link

codecov-commenter commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eb8fa7e) 81.03% compared to head (0db7c27) 81.03%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2149   +/-   ##
=======================================
  Coverage   81.03%   81.03%           
=======================================
  Files         396      396           
  Lines       24723    24723           
  Branches     2997     2997           
=======================================
  Hits        20034    20034           
  Misses       3899     3899           
  Partials      790      790           

@tippmar-nr tippmar-nr changed the title **DRAFT** chore: Update Profiler projects to build on VS2022 chore: Update Profiler projects to build on VS2022 Jan 4, 2024
@tippmar-nr tippmar-nr marked this pull request as ready for review January 4, 2024 18:36
@tippmar-nr tippmar-nr merged commit 445f7c2 into main Jan 5, 2024
77 checks passed
@tippmar-nr tippmar-nr deleted the experimental/profiler-vs2022-update branch January 5, 2024 16:50
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.

3 participants