Skip to content

Commit

Permalink
[carplay] Add nullability to (generated and manual) bindings (#14279)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Lambert <tjlambert@microsoft.com>
  • Loading branch information
tj-devel709 and TJ Lambert authored Mar 2, 2022
1 parent 3b4dcff commit b097770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CarPlay/CPCompat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// Copyright (c) Microsoft Corporation.
//

#nullable enable

using System;
using Foundation;
using ObjCRuntime;
Expand Down
2 changes: 2 additions & 0 deletions src/CarPlay/CPNavigationAlert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// Copyright 2018 Microsoft Corporation. All rights reserved.
//

#nullable enable

using System;
using Foundation;
using ObjCRuntime;
Expand Down

1 comment on commit b097770

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

API Current PR diff

ℹ️ API Diff (from PR only) (please review changes)

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
  • ⚠️ Generator diff comments have not been provided.

Packages generated

View packages

Test results

4 tests failed, 231 tests passed.

Failed tests

  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run crashed (exit code: 134).
    Tests run: 11 Passed: 6 Inconclusive: 0 Failed: 0 Ignored: 5)
  • trimmode copy/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run crashed (exit code: 134).
    Tests run: 11 Passed: 6 Inconclusive: 0 Failed: 0 Ignored: 5)
  • [NUnit] Mono Mac OS X BCL tests group 2/Mac Full/Debug: Failed (Test run failed.
    Tests run: 11943 Passed: 10499 Inconclusive: 0 Failed: 3 Ignored: 354)
  • monotouch-test/tvOS - simulator/Debug (all optimizations): Failed

Pipeline on Agent XAMMINI-064.BigSur'
[carplay] Add nullability to (generated and manual) bindings (#14279)

Please sign in to comment.