mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
ListPublisher doesn't have initial snapshot when use @Virtual.Field. #413
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @noppefoxwolf on GitHub (Jun 14, 2023).
When it not using virtual property, listPublisher2 has snapshot.
@JohnEstropia commented on GitHub (Jun 16, 2023):
This is expected behavior. Virtual (transient) properties cannot be queried on because they don't exist in the store
@JohnEstropia commented on GitHub (Jun 16, 2023):
If you try to use the type-safe predicates, you'll get a compiler error instead because this is not supported: