Olivier Robert

Results 3 issues of Olivier Robert

### Version 5.0.0 ### Reproduction link [https://repl.it/@orobert91/PropertyDoesNotExistOnTypeVue](https://repl.it/@orobert91/PropertyDoesNotExistOnTypeVue) ### Steps to reproduce Run the Replit. ### What is expected? To compile correctly. This code compiles fine with tsc and WebPack. ###...

Currently, the only supported method for using a "Contains" statement on a composite key in EFCore 2.1 is to use a tuple and it is evaluated client-side. EF Core should...

type-enhancement
area-query

Placing @Field() above field of nullable types such as: - string | null - number | null results in a runtime error. Is it possible to add support for this?