-
Notifications
You must be signed in to change notification settings - Fork 554
[net10.0] Merge main into net10.0. #23737
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
Conversation
The validator makes sure that: 1. The selector is not null. 2. The selector has no white spaces. 3. No flgas that will be ignored are used. If they are we raise a warning. 4. Fields are partial. 5. Fields are static. 6. If a field or any of its accessors was marked as unsupported but is present in the compilation platform, we raise an error. This class will later be used to validate fields on a class. Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
This pull request updates the following dependencies ## From https://github.com/dotnet/arcade - **Subscription**: [0ed7aa82-fff7-4048-943c-7b5fa7eed6f0](https://maestro.dot.net/subscriptions?search=0ed7aa82-fff7-4048-943c-7b5fa7eed6f0) - **Build**: [20250828.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2781905) - **Date Produced**: August 28, 2025 4:43:23 PM UTC - **Commit**: [5fe939db0a156be6f10e17c105b1842c0c8c8bdc](dotnet/arcade@5fe939d) - **Branch**: [release/9.0](https://github.com/dotnet/arcade/tree/release/9.0) - **Updates**: - From [9.0.0-beta.25415.3 to 9.0.0-beta.25428.3][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.Build.Tasks.Feed [1]: dotnet/arcade@d87d66c...5fe939d
The validator makes sure that: 1. The selector is not null. 2. The selector has no white spaces. 3. No flags that will be ignored are used. If they are we raise a warning. 4. Fields are partial. 5. Fields are static. 6. If a field or any of its accessors was marked as unsupported but is present in the compilation platform, we raise an error. This class will later be used to validate fields on a class.
Fix a few formatting issues that the autoformat script only fix when the macios working directory is fully built (because the offending code is behind conditional compilation symbols, which are only defined in a fully built working copy).
✅ [CI Build #c6dc234] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #c6dc234] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #c6dc234] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ API diff for current PR / commit.NET ( No breaking changes )✅ API diff vs stable.NET ( No breaking changes )ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
💻 [CI Build #c6dc234] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #c6dc234] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #c6dc234] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build #c6dc234] 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 #c6dc234] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 128 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.