Don't allow user to set isKey to true in GBaseColumnAttribute #30

Open
opened 5 years ago by SimonG96 · 0 comments
SimonG96 commented 5 years ago (Migrated from github.com)
Owner

Make the existing ctor internal:

b629c628b5/GBase/Attributes/GBaseColumnAttribute.cs (L16-L19)

Then create a new public ctor:

public GBaseColumnAttribute() 
{ 

} 
Make the existing ctor `internal`: https://github.com/SimonG96/GBase/blob/b629c628b5988dfef28ac70b130edc8f4bcc0918/GBase/Attributes/GBaseColumnAttribute.cs#L16-L19 Then create a new public ctor: ```c# public GBaseColumnAttribute() { } ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: SimonG/GBase#30
Loading…
There is no content yet.