Skip to content

Update ci-build.yml

Update ci-build.yml #3

Triggered via push January 16, 2024 09:17
Status Failure
Total duration 3m 20s
Artifacts

ci-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build
Process completed with exit code 1.
Build: src/BottomSheet.cs#L76
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Platforms/iOS/BottomSheetViewController.cs#L78
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 13.0 and later. 'UIColor.SystemBackground' is only supported on: 'ios' 13.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetContainer.cs#L23
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'UIApplication.KeyWindow' is obsoleted on: 'ios' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.), 'maccatalyst' 13.0 and later (Should not be used for applications that support multiple scenes because it returns a key window across all connected scenes.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
Build: src/Platforms/iOS/BottomSheetManager.cs#L48
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'UISheetPresentationControllerDetentIdentifier.Large' is only supported on: 'ios' 15.0 and later, 'maccatalyst' 15.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetManager.cs#L54
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'UISheetPresentationControllerDetent.CreateMediumDetent()' is only supported on: 'ios' 15.0 and later, 'maccatalyst' 15.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetManager.cs#L53
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'UISheetPresentationControllerDetentIdentifier.Medium' is only supported on: 'ios' 15.0 and later, 'maccatalyst' 15.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetManager.cs#L64
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'IUISheetPresentationControllerDetentResolutionContext.MaximumDetentValue' is only supported on: 'ios' 16.0 and later, 'maccatalyst' 16.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetManager.cs#L49
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 11.0 and later. 'UISheetPresentationControllerDetent.CreateLargeDetent()' is only supported on: 'ios' 15.0 and later, 'maccatalyst' 15.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/Platforms/iOS/BottomSheetManager.cs#L90
This call site is reachable on: 'iOS' 11.0 and later, 'maccatalyst' 13.0 and later. 'UIViewController.ModalInPresentation' is only supported on: 'ios' 13.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build: src/BottomSheet.cs#L76
Non-nullable property 'Controller' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.