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

Rewrite C# codegen to the new Lang infra + fixes #2184

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: clockworklabs/spacetimedb-csharp-sdk
ref: staging
ref: ingvar/csharp-codegen-rewrite # TODO: revert to `staging` before merging
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolve this comment when you do this

path: spacetimedb-csharp-sdk

- name: Setup NuGet override for C# SDK
Expand Down
18 changes: 0 additions & 18 deletions crates/bindings-csharp/Runtime/Internal/Autogen/IndexType.cs

This file was deleted.

16 changes: 16 additions & 0 deletions crates/bindings-csharp/Runtime/Internal/Autogen/IndexType.g.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions crates/bindings-csharp/Runtime/Internal/Autogen/Lifecycle.cs

This file was deleted.

17 changes: 17 additions & 0 deletions crates/bindings-csharp/Runtime/Internal/Autogen/Lifecycle.g.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions crates/bindings-csharp/Runtime/Internal/Autogen/RawColumnDefV8.cs

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading