-
Notifications
You must be signed in to change notification settings - Fork 75
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
Não está trazendo nome do ganhador no endpoint paged book list #198
Comments
É estranho. Em alguns casos traz o nome. Em outros não. Vou fazer o seguinte. Vou olhar no banco e confirmar 3 casos concretos em que NÃO traz. Aí fica melhor de rastrear o problema. |
Seguem os 3 casos em DEV... ID: 6B276788-8426-41AD-FD2D-08D676AB31CC ID: B666FCB3-E49D-4CBE-FD2E-08D676AB31CC ID: 0B478F87-E29D-4521-CD76-08D66DAB3B72 |
Esse bug ainda persiste ? |
Sim. Eu tentei resolver adicionando alguns includes mas ficou terrivelmente
lento e eu nem mandei pr ainda. :-(
Está em aberto ainda. Um pr seria bem vindo. 🙏
Em sáb, 16 de mar de 2019 13:52, Walter Vinicius <[email protected]>
escreveu:
… Esse bug ainda persiste ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKIUoti1uPvy9LoJhcD53igmIF67CZ3eks5vXSFGgaJpZM4aDTK7>
.
|
Tem o código pra análise pra ver onde está o gargalo de performance? |
Salve @rmenezes . Eu não subi o código por conta desse problema de performance. Mas ele seria parecido com esse. Porém sem o filtro por BookId. Se liga só... public Book GetBookWithAllUsers(Guid bookId)
|
Adicionando banner de apoio
endpoint: /api/Book/{page}/{items}
Não está trazendo nome do ganhador. Suspeito que seja falta de include.
Talvez esse link ajude:
https://stackoverflow.com/questions/10822656/entity-framework-include-multiple-levels-of-properties
The text was updated successfully, but these errors were encountered: