[docs] Move the docs about ReferenceNativeSymbol in the correct file.#24462
[docs] Move the docs about ReferenceNativeSymbol in the correct file.#24462rolfbjarne merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR moves the documentation for ReferenceNativeSymbol from the build properties documentation file to the build items documentation file, which is the correct location since ReferenceNativeSymbol is an MSBuild item group, not a property. The original detailed documentation (including metadata descriptions and examples) is replaced with a cross-reference link.
Key Changes:
- Relocated
ReferenceNativeSymboldocumentation frombuild-properties.mdtobuild-items.md - Replaced the detailed content in
build-properties.mdwith a cross-reference link - Preserved all original documentation content in the new location
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/building-apps/build-properties.md | Replaced detailed ReferenceNativeSymbol documentation with cross-reference link to build-items.md |
| docs/building-apps/build-items.md | Added complete ReferenceNativeSymbol documentation section with metadata descriptions and examples |
| <ReferenceNativeSymbol Include="MyClass" SymbolType="ObjectiveCClass" SymbolMode="Ignore" /> | ||
| </ItemGroup> | ||
| ``` | ||
| See [ReferenceNativeSymbol](build-items.md#referencenativesymbols) |
There was a problem hiding this comment.
The anchor reference should be #referencenativesymbol (singular) to match the heading in build-items.md which is ## ReferenceNativeSymbol. Markdown anchors are lowercase versions of the heading text, and the heading uses the singular form.
| See [ReferenceNativeSymbol](build-items.md#referencenativesymbols) | |
| See [ReferenceNativeSymbol](build-items.md#referencenativesymbol) |
✅ [CI Build #b3da6ef] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #b3da6ef] Build passed (Detect API changes) ✅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 |
✅ [CI Build #b3da6ef] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #b3da6ef] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #b3da6ef] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #b3da6ef] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build #b3da6ef] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build #b3da6ef] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
🚀 [CI Build #b3da6ef] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 117 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.