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
I must be missing a major concept of ToContextualType().Nullability, as I cannot seem to get it to work for nullable reference types - only value types seem to be respected.
This defeats the purpose of it existing in the first place.
My project is targeting net8.0.
Tested using Namotion.Reflection versions 3.2.0 and 3.1.1.
What am I missing?
The text was updated successfully, but these errors were encountered:
tsemer
changed the title
ToContextualType().Nullability doesn't
ToContextualType().Nullability doesn't work for reference types (at all?)
Jan 5, 2025
I must be missing a major concept of
ToContextualType().Nullability
, as I cannot seem to get it to work for nullable reference types - only value types seem to be respected.This defeats the purpose of it existing in the first place.
My project is targeting
net8.0
.Tested using
Namotion.Reflection
versions3.2.0
and3.1.1
.What am I missing?
The text was updated successfully, but these errors were encountered: