[autoformat] Format the core, apidefinition and platform projects for all platforms.#24624
[autoformat] Format the core, apidefinition and platform projects for all platforms.#24624rolfbjarne wants to merge 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR applies automated code formatting to core, apidefinition, and platform projects across all .NET platforms (iOS, macOS, tvOS, MacCatalyst). The changes ensure consistent whitespace formatting according to the project's .editorconfig rules.
Changes:
- Enhanced the autoformat script to build/ensure dotnet availability and format platform-specific csproj files
- Applied whitespace formatting corrections across multiple source files (tabs for indentation, spaces before brackets, spaces after method names, proper brace placement)
Reviewed changes
Copilot reviewed 2 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/autoformat.sh | Added make -C builds dotnet to ensure dotnet is available; added loop to format core, api, and platform csproj files for all platforms |
| src/webkit.cs | Fixed array bracket spacing (UIMenuElement[] → UIMenuElement []) |
| src/UIKit/UIImage.cs | Corrected method indentation with tabs |
| src/UIKit/UIAlertView.cs | Added proper spacing between method names and parentheses |
| src/ObjCRuntime/Runtime.cs | Fixed indentation of nested fixed statements |
| src/MediaToolbox/MTAudioProcessingTap.cs | Corrected method indentation with tabs |
| src/GameKit/GKCompat.cs | Fixed constructor indentation with tabs |
| src/CoreVideo/CVOpenGLESTexture.cs | Removed trailing whitespace and corrected pointer spacing in fixed statement |
| src/CoreServices/LaunchServices.cs | Unified } finally { on single line per .editorconfig |
| src/CoreGraphics/NSValue.cs | Converted spaces to tabs for indentation consistency |
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.
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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [CI Build #4e0574c] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #4e0574c] 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 #4e0574c] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #4e0574c] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #4e0574c] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #4e0574c] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #4e0574c] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #4e0574c] 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 #4e0574c] 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.