Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split out APIs used by C# codegen into separate namespace #1454

Open
RReverser opened this issue Jun 21, 2024 · 0 comments · May be fixed by #1455
Open

Split out APIs used by C# codegen into separate namespace #1454

RReverser opened this issue Jun 21, 2024 · 0 comments · May be fixed by #1455
Assignees

Comments

@RReverser
Copy link
Contributor

As the set of higher-level APIs grew organically, SpacetimeDB.Module namespace and SpacetimeDB.Runtime class became a mix of both low-level APIs used by automatically generated code and high-level APIs like Log meant to be used directly by the user.

To avoid a mess in autocompletions, it’s worth splitting out lower-level APIs used by codegen into a separate namespace.

Tyler note Feb 13 2024: We need to do this before 1.0 if we'd like stable APIs

@RReverser RReverser self-assigned this Jun 21, 2024
@RReverser RReverser linked a pull request Jun 21, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant