Skip to content
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

NSTableCellView.ObjectValue setter throws ArgumentNullException #3792

Closed
Kimosabe opened this issue Mar 21, 2018 · 1 comment
Closed

NSTableCellView.ObjectValue setter throws ArgumentNullException #3792

Kimosabe opened this issue Mar 21, 2018 · 1 comment
Assignees
Labels
bug If an issue is a bug or a pull request a bug fix macOS Issues affecting Xamarin.Mac
Milestone

Comments

@Kimosabe
Copy link

Steps to Reproduce

  1. Set ObjectValue property to null.

Expected Behavior

Property set to null

Actual Behavior

ArgumentNullException

dalexsoto added a commit that referenced this issue Mar 21, 2018
Fixes #3792

`null` is allowed in `NSTableCellView.ObjectValue` property according to header definition:

```
@Property (nullable, strong) id objectValue;
```
@dalexsoto dalexsoto self-assigned this Mar 21, 2018
@dalexsoto dalexsoto added bug If an issue is a bug or a pull request a bug fix macOS Issues affecting Xamarin.Mac labels Mar 21, 2018
@dalexsoto dalexsoto added this to the Future milestone Mar 21, 2018
@dalexsoto
Copy link
Member

This will be fixed by #3793, thanks for reporting this issue!

dalexsoto added a commit that referenced this issue Mar 21, 2018
Fixes #3792

`null` is allowed in `NSTableCellView.ObjectValue` property according to header definition:

```
@Property (nullable, strong) id objectValue;
```
dalexsoto added a commit to dalexsoto/xamarin-macios that referenced this issue Mar 24, 2018
Fixes xamarin#3792

`null` is allowed in `NSTableCellView.ObjectValue` property according to header definition:

```
@Property (nullable, strong) id objectValue;
```
@ghost ghost locked as resolved and limited conversation to collaborators May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug If an issue is a bug or a pull request a bug fix macOS Issues affecting Xamarin.Mac
Projects
None yet
Development

No branches or pull requests

2 participants