Eugene Gusarov

Results 5 comments of Eugene Gusarov

@roji thanks for a workaround. it's working fine when writing values to the database but when building a query like this ``` var joes = context.CustomerEntries .Where(e => e.Customer.Name ==...

Thanks! It works for esbuild but it breaks regular build. Is it ok?

is there a solution that would work for both esbuild and webpack? esbuild is now default app builder but karma build is still webpack-based and both reference styles so either...

Getting the same error. Also looks like it's working fine on 8.0.0-rc.2 and only breaks on 8.0.0

The workaround provided by [UliPlabst](https://github.com/UliPlabst) works if you select entity as is but it still fails if you map it to DTO. I have the following entity: ``` public class...