Replies: 1 comment
-
As you mentioned - for now the property Using this mechanism show the runtime complexity of this approach caused when iteration the result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a built-in API (besides manually iterating) to check if a UniqueEntity has been created or not? Would be nice to see a HasUniqueEntity and TryGetUniqueEntity in the default API since GetUniqueEntity simple throws an exception if it doesn't exist and there is seemingly no built-in way to check for it. Making custom extension methods that iterate and compare strings isn't difficult but feels a bit strange, although maybe that's all that the built-in API is doing with GetUniqueEntity?
Beta Was this translation helpful? Give feedback.
All reactions