Replies: 1 comment 1 reply
-
@mumby0168 Next time could you use either discussions or better yet, Discord for questions? Here: https://discord.gg/cFy5Xctb When you all |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pasting from discussion here hoping for an answer 😄
#3602
Hi, I have a scenario where we get an event from an external system, this event is mapped and written to a marten event store for auditing.
I have enabled the unique key index on the ID column and would like to manually set the ID on my event records. I think from the docs it just asks to set an property such as
Guid Id
however, this does not appear to work. Demo app below. Any support appreciated.https://github.com/mumby0168/marten-id-demo
for ease of viewing here is the code snippet:
Beta Was this translation helpful? Give feedback.
All reactions