-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update internal Cosmos provider code for NRTs #26558
Comments
IIRC most of Cosmos query internals isn't NRT-annotated (there's lots of |
@roji Is this tracked somewhere? |
roji
added a commit
to roji/efcore
that referenced
this issue
Apr 21, 2024
Excludes shaper generation for now. Part of dotnet#26558
The server-side parts of the query pipeline were annotated in #33584, leaving only the shaper generation. |
roji
added a commit
that referenced
this issue
Apr 23, 2024
Excludes shaper generation for now. Part of #26558
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, some properties of
SelectExpression
in the Cosmos provider are marked as non-nullable, but are used as nullable in the code:The text was updated successfully, but these errors were encountered: