-
Notifications
You must be signed in to change notification settings - Fork 520
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
[src/tests] Misc updates to the platform analyzer tests. #22219
base: main
Are you sure you want to change the base?
Conversation
* Allow for specifying a local path to the analyzer assemblies. * Update the api availability test using locally built analyzers that includes dotnet/roslyn-analyzers#7569, because the public analyzers have a bug we run into *a lot*. * Write more values in GeneratedMSBuildEditorConfig.editorconfig. This is be required in newer versions of the platform availability analyzer.
✅ [PR Build #47bcb45] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #47bcb45] Build passed (Detect API changes) ✅Pipeline on Agent |
🔥 Failed to compare API and create generator diff 🔥 Error: 'make' failed for the hash 4f13e06. Pipeline on Agent |
✅ [PR Build #47bcb45] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [PR Build #47bcb45] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [PR Build #47bcb45] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [PR Build #47bcb45] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [PR Build #47bcb45] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
🚀 [CI Build #47bcb45] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 112 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Handle guarded maccatalyst attribute issue that suppressed by call site roslyn-analyzers#7569, because the public analyzers
have a bug we run into a lot.
in newer versions of the platform availability analyzer.