You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i have a problem in some properties that doesnt propagate to the projections and its look like
the projection hide all the properties with c# type object
and this code was worked before when i set those settings (version 13)
public partial class MyClass
{
public virtual string? Id { get; set; }
public virtual object? Info { get; set; } // projection not working cant make query that use this class and project Info property
}
What is expected?
to be able to get Info from query
{
myClassQuery {
Info
}
}
What is actually happening?
cant get info
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Version
14.0.0
Link to minimal reproduction
https://gist.github.com/barnuri-cp/ceccfb266e1019db36a74ed70c7fe51e
Steps to reproduce
hi, i have a problem in some properties that doesnt propagate to the projections and its look like
the projection hide all the properties with c# type object
and this code was worked before when i set those settings (version 13)
public partial class MyClass
{
public virtual string? Id { get; set; }
public virtual object? Info { get; set; } // projection not working cant make query that use this class and project Info property
}
What is expected?
to be able to get Info from query
{
myClassQuery {
Info
}
}
What is actually happening?
cant get info
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: