Skip to content

should not throw exception when calling SelectFields<T> with non-existing attributes. #21

Open
@yatli

Description

@yatli

repro:

cell MyCell {
[Attr1]
List<string> field;
}

var cell = Global.LocalStorage.NewGenericCell("MyCell", 0);
foreach(var f in cell.SelectFields<int>("Attr2")) {}

expect:
SelectFields enumerates nothing, but does not throw exception.

actual:
SelectFields throw an exception indicating data type is not compatible with the cell.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions