Skip to content

Conversation

benrr101
Copy link
Contributor

@benrr101 benrr101 commented May 8, 2025

Description: Very small 🥔🥔, but it was driving me crazy once I saw it. Basically, some of the interop files in the netcore project had paths that were doubly nested. This PR removes those doubly nested paths.

ie:
Interop\Windows\NtDll\Interop\Windows\NtDll\file.cs
becomes
Interop\Windows\Ntdll\file.cs

This also fixes a mistake for ObjectAttributeFlags. Both ObjectAttributes and ObjectAttributeFlags were being linked as "ObjectAttributes". Fixed that as well.

@benrr101 benrr101 added this to the 6.1-preview2 milestone May 8, 2025
@benrr101 benrr101 requested a review from a team May 8, 2025 22:50
@benrr101 benrr101 added the Code Health 💊 Issues/PRs that are targeted to source code quality improvements. label May 8, 2025
@benrr101 benrr101 changed the title Cleanup | Cleanup | Interop Path Links May 8, 2025
Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
Copy link

codecov bot commented May 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.29%. Comparing base (14bee54) to head (83108cc).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3338      +/-   ##
==========================================
- Coverage   65.07%   64.29%   -0.78%     
==========================================
  Files         298      298              
  Lines       65515    65517       +2     
==========================================
- Hits        42634    42126     -508     
- Misses      22881    23391     +510     
Flag Coverage Δ
addons 92.58% <ø> (ø)
netcore 68.36% <ø> (+0.02%) ⬆️
netfx 65.02% <ø> (-1.15%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@benrr101 benrr101 merged commit 1aba9e3 into main May 12, 2025
251 checks passed
@benrr101 benrr101 deleted the dev/russellben/fix-netcore-interop-paths branch May 12, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Health 💊 Issues/PRs that are targeted to source code quality improvements.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants