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
Proposing us to add some form of an abstract class that expects a Id prop of Guid. The motive behind this is that having a separate class means we could provide helper methods for handling things with the base object and ID.
For regular .NET usage, users can inherit it if they wish to tap in for more helper methods and robustness.
For code generation, I propose we inherit it by default for ease of use.
The text was updated successfully, but these errors were encountered:
Proposing us to add some form of an abstract class that expects a
Id
prop ofGuid
. The motive behind this is that having a separate class means we could provide helper methods for handling things with the base object and ID.For regular .NET usage, users can inherit it if they wish to tap in for more helper methods and robustness.
For code generation, I propose we inherit it by default for ease of use.
The text was updated successfully, but these errors were encountered: