SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

Feature gate [ClientVisibilityFilter] in C#

Open joshua-spacetime opened this issue 9 months ago • 0 comments

Description of Changes

Places the [ClientVisibilityFilter] behind the STDB_UNSTABLE experimental feature flag. Will emit a compiler warning unless the following is added to the module file

#pragma warning disable STDB_UNSTABLE // Enable experimental SpacetimeDB features

API and ABI breaking changes

None

Expected complexity level and risk

0

Testing

The build failed until I enabled STDB_UNSTABLE in the sdk-test-cs module.

joshua-spacetime avatar Apr 04 '25 23:04 joshua-spacetime