Skip to content

Nullable Reference types#85

Merged
JJBussert merged 2 commits into
e13tech:mainfrom
JJBussert:main
Apr 27, 2025
Merged

Nullable Reference types#85
JJBussert merged 2 commits into
e13tech:mainfrom
JJBussert:main

Conversation

@JJBussert
Copy link
Copy Markdown
Contributor

This pull request introduces nullable reference types for several properties in domain interfaces to enhance compatibility with scenarios where the properties might not always have a value. The changes primarily focus on making the T type properties nullable in five interfaces.

Nullable reference type adjustments:

JJBussert and others added 2 commits April 26, 2025 20:15
Updated several interface files in the `E13.Common.Domain` namespace to change properties from non-nullable types to nullable types. This allows properties like `DeletedBy`, `EffectiveBy`, and others to hold null values, enabling better representation of optional data or states within the entities.
@JJBussert JJBussert merged commit a1c02c8 into e13tech:main Apr 27, 2025
3 checks passed
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