Skip to content

Commit

Permalink
[tvservices] Add nullability to (generated and manual) bindings (#14928)
Browse files Browse the repository at this point in the history
Co-authored-by: tj_devel709 <[email protected]>
  • Loading branch information
tj-devel709 and tj_devel709 authored May 16, 2022
1 parent b5ffa8d commit 3322f33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TVServices/TVContentItemImageShape.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2015 Xamarin Inc.

#nullable enable

#if !COREBUILD

using System;
Expand Down

5 comments on commit 3322f33

@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 on macOS Mac Catalina (10.15) passed 💻

All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent
Hash: 3322f33730bc34d277368f76146667d5d076f04d

@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 on macOS M1 - Mac Big Sur (11.5) failed ❌

Failed tests are:

  • introspection

Pipeline on Agent
Hash: 3322f33730bc34d277368f76146667d5d076f04d

@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] 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

API diff

✅ API Diff from stable

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

Generator diff

Generator Diff (no change)

Pipeline on Agent XAMMINI-051.Monterey'
Hash: 3322f33730bc34d277368f76146667d5d076f04d

@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] Artifacts 📚

Packages generated

View packages

Pipeline on Agent XAMMINI-054.Monterey
Hash: 3322f33730bc34d277368f76146667d5d076f04d

@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 VSTS: simulator tests iOS ❌

Tests failed on VSTS: simulator tests iOS.

Test results

1 tests failed, 233 tests passed.

Failed tests

  • trimmode link/iOS Unified 64-bits - simulator/Release [dotnet]: Failed

Pipeline on Agent XAMBOT-1109.Monterey'
[tvservices] Add nullability to (generated and manual) bindings (#14928)

Please sign in to comment.