Skip to content

Added Nullability support#25

Merged
smaillet merged 1 commit into
UbiquityDotNET:developfrom
smaillet:AddNullability
Jan 18, 2026
Merged

Added Nullability support#25
smaillet merged 1 commit into
UbiquityDotNET:developfrom
smaillet:AddNullability

Conversation

@smaillet

Copy link
Copy Markdown
Member

Added Nullability support

  • Added NamespaceQualifiedType to capture nullability of types.
    • Previously only the name of a type was captured.
    • It now captures the type name OR the underlying type name for nullable value types AND the nullability annotation
  • Added default constructor for NamespaceQualifiedName
  • Added PropertyInfo that accepts a IPropertySymbol

* Added NamespaceQualifiedType to capture nullability of types.
    - Previously only the name of a type was captured.
    - It now captures the type name OR the underlying type name for nullable value types AND the nullability annotation
* Added default constructor for `NamespaceQualifiedName`
* Added `PropertyInfo` that accepts a `IPropertySymbol`
@github-actions

Copy link
Copy Markdown

Test Results

  8 files  ±0    8 suites  ±0   1m 28s ⏱️ +20s
171 tests +2  167 ✅ +2  4 💤 ±0  0 ❌ ±0 
302 runs  +2  293 ✅ +2  9 💤 ±0  0 ❌ ±0 

Results for commit 76ccf9c. ± Comparison against base commit 90aebad.

@smaillet smaillet merged commit 4a464b9 into UbiquityDotNET:develop Jan 18, 2026
3 checks passed
@smaillet smaillet deleted the AddNullability branch January 18, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant