Skip to content

Conversation

@mandel-macaque
Copy link
Contributor

@mandel-macaque mandel-macaque commented Sep 9, 2025

Ensure that:

  1. If a method can be async, that is marked as such (warning).
  2. Make sure marked async methods return void (error).
  3. Make sure marked async methods have a delegate (error).
  4. Make sure that Async methods have diff async names if the parameters are the same (error).

The tests showed a number of bugs in the async generation when we use the async flag with no parameters. Those got fixed.

Ensure that:

1. If a method can be async, that is marked as such (warning).
2. Make sure marked async methods return void (error).
3. Make sure marked async methods have a delegate (error).
4. Make sure that Async methods have diff async names if the parameters
   are the same (error).

The testts showed a number of bugs in the async generation when we use
the async flag with no parameters. Those got fixed.
@mandel-macaque mandel-macaque requested review from Copilot and rolfbjarne and removed request for Copilot September 9, 2025 14:48
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #e469294] Build passed (Build packages) ✅

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #e469294] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

.NET ( No breaking changes )

✅ API diff vs stable

.NET ( No breaking changes )

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #e469294] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e469294] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e469294] Tests on macOS arm64 - Mac Sequoia (15) passed 💻

All tests on macOS arm64 - Mac Sequoia (15) passed.

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e469294] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

💻 [CI Build #e469294] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🚀 [CI Build #e469294] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 115 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 44 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 8 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 8 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: e469294b35c93b3d625fe3d70a135958ae1af68f [PR build]

@mandel-macaque mandel-macaque merged commit 004505d into main Sep 9, 2025
40 checks passed
@mandel-macaque mandel-macaque deleted the dev/mandel/async-method-validation branch September 9, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants