[mobilecoreservices] Modernize UTType - #13831
Conversation
* Use `is` instead of `==` for null checks * Use `ThrowHelper` to throw common exceptions * Use faster `CFString` API (over the slower `NSString` variants)
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffAPI Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffGenerator diffℹ️ Generator Diff (please review changes) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results3 tests failed, 105 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur' |
|
/azp run |
|
Test failure was "App Build monotouch-test Debug [dotnet]", which I had not seen before. |
|
Azure Pipelines successfully started running 1 pipeline(s). |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffAPI Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffGenerator diff✅ Generator Diff (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results2 tests failed, 106 tests passed.Failed tests
Pipeline on Agent XAMBOT-1097.BigSur' |
|
@chamons they are build failures so I must have missed some tests 👀 |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View dotnet API diffView dotnet legacy API diffAPI Current PR diffℹ️ API Diff (from PR only) (please review changes) View dotnet API diffView dotnet legacy API diffGenerator diff✅ Generator Diff (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 107 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
|
Known flaky test: https://github.com/xamarin/maccore/issues/2443 |
isinstead of==for null checksThrowHelperto throw common exceptionsCFStringAPI (over the slowerNSStringvariants)