[tools] Fix a nullability issue in the create-dotnet-linker-launch-json tool.#25474
Conversation
There was a problem hiding this comment.
Pull request overview
Small nullability fix in a developer tool: adds a null-conditional access on tsea.BuildEventContext when comparing TaskId to satisfy nullable reference type checks.
Changes:
- Use
tsea.BuildEventContext?.TaskIdinstead oftsea.BuildEventContext.TaskIdin the LINQ filter.
✅ [PR Build #f969fee] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #f969fee] Build passed (Build packages) ✅Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
✅ [PR Build #f969fee] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #f969fee] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 183 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
No description provided.