james gilles
74ad4a14ce
Fix Equals and GetHashCode for types containing Lists and Arrays in C# ( #2710 )
2025-05-12 18:11:01 +00:00
Mazdak Farrokhzad
c39f7fa64c
Plain enums as index keys with specialized indices ( #2506 )
2025-04-09 18:52:15 +00:00
joshua-spacetime
aac7894aac
Feature gate [ClientVisibilityFilter] in C# ( #2556 )
2025-04-08 20:42:00 +00:00
james gilles
13dfb03135
Add [ClientVisibilityFilter] to csharp module library ( #2481 )
2025-03-28 19:03:13 +00:00
Mazdak Farrokhzad
668eef0d10
bindings-csharp: use the update ABI (#2269 )
...
Co-authored-by: rekhoff <r.ekhoff@clockworklabs.io >
2025-02-22 17:45:28 +00:00
Phoebe Goldman
aedc601145
Rename Address to ConnectionId ( #2220 )
...
Signed-off-by: Phoebe Goldman <phoebe@goldman-tribe.org >
Co-authored-by: James Gilles <jameshgilles@gmail.com >
Co-authored-by: Tyler Cloutier <cloutiertyler@users.noreply.github.com >
2025-02-10 00:40:16 +00:00
Phoebe Goldman
91327d585e
Make Timestamp a special SATS type ( #1836 )
...
Signed-off-by: Phoebe Goldman <phoebe@goldman-tribe.org >
Co-authored-by: James Gilles <jameshgilles@gmail.com >
Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com >
2025-02-07 18:17:53 +00:00
Ingvar Stepanyan
79a9c712f0
Implement new C# index syntax ( #2078 )
2025-01-07 20:58:17 +00:00
Ingvar Stepanyan
40faad6e2e
Implement ctx.Identity for C# ( #2091 )
2025-01-07 20:45:27 +00:00
Ingvar Stepanyan
c87add7349
C#: fix class names for unique column indices ( #2088 )
2025-01-06 18:58:07 +00:00
Ingvar Stepanyan
78b48c9a98
Reduce noisy C# compilation errors ( #2067 )
2024-12-30 23:48:50 +00:00
Ingvar Stepanyan
08a3f3210b
Migrate C# ModuleDef to V9 ( #1670 )
2024-12-16 21:49:42 +00:00
james gilles
c657b4f088
Rip useless names out of RawDef ( #1918 )
2024-11-20 21:02:00 +00:00
Ingvar Stepanyan
0935b7346b
Fix Find() with struct-based rows ( #1917 )
2024-10-29 21:33:59 +00:00
Jeremie Pelletier
02b70d5c94
c# client generate ( #1707 )
2024-10-04 04:12:15 +00:00
Ingvar Stepanyan
5ee077e6d9
[C#] [Reducers] Implement new context fields, enum-based kinds, validation ( #1729 )
2024-10-01 16:30:32 +00:00
Ingvar Stepanyan
8790abde78
[C#] Mark experimental API ( #1769 )
2024-09-30 21:42:08 +00:00
Ingvar Stepanyan
bcdea5702c
[C#] Remove .Query support ( #1772 )
2024-09-30 21:22:29 +00:00
Ingvar Stepanyan
37ac4a43ee
[C#] Fix table view names and duplicate table registration ( #1757 )
2024-09-30 16:17:12 +00:00
Ingvar Stepanyan
6884bf6f25
Fix C# visibility check
( #1765 )
2024-09-30 14:14:53 +00:00
Ingvar Stepanyan
49712bfbdf
Add C# diagnostics support ( #1688 )
2024-09-27 19:07:08 +00:00
Ingvar Stepanyan
6ba91bbfc6
Minor attribute cleanups for C# module ( #1753 )
2024-09-27 15:43:40 +00:00
Jeremie Pelletier
32349062ec
Jeremie/cs module ( #1719 )
2024-09-27 11:23:50 +00:00
Ingvar Stepanyan
9f6239991b
[C#] [NFC] Reuse attribute classes from runtime ( #1718 )
2024-09-23 16:47:30 +00:00
Ingvar Stepanyan
214eb7e047
NFC: enforce more C# code style + enable it in Visual Studio ( #1687 )
2024-09-16 19:29:33 +00:00
Ingvar Stepanyan
c8279e1714
C#: hide ReadGenFields from the public API ( #1690 )
2024-09-10 17:06:39 +00:00
Ingvar Stepanyan
607f7ce6b8
Auto-generate C# ModuleDef bindings from Rust ( #1680 )
2024-09-09 18:22:17 +00:00
Ingvar Stepanyan
2cccac4e14
C# module benchmarks ( #1679 )
2024-09-06 18:08:14 +00:00
Mazdak Farrokhzad
da71d0f9b1
WASM ABI: insert -> datastore_insert_bsatn & impl new semantics ( #1639 )
2024-09-05 19:32:26 +00:00
Ingvar Stepanyan
68e356519e
C#: split table codegen logic from type codegen logic ( #1573 )
...
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com >
2024-09-05 18:00:40 +00:00
Mazdak Farrokhzad
69e881c38f
bindings-csharp: pass address_1 ( #1621 )
...
Signed-off-by: Mazdak Farrokhzad <twingoow@gmail.com >
Co-authored-by: Ingvar Stepanyan <me@rreverser.com >
2024-09-04 17:36:43 +00:00
Mazdak Farrokhzad
4c086fef96
[WASM ABI 1.0] impl __call_reducer__ & __describe_module__ using bytes_sink_write ( #1615 )
2024-08-27 15:48:40 +00:00
Noa
c577d509c6
Add volatile_nonatomic_schedule_immediate ( #1612 )
2024-08-23 18:38:07 +00:00
Ingvar Stepanyan
9f1b6dc254
NFC: enforce style for C# locally and on CI ( #1567 )
2024-08-21 16:21:45 +00:00
Mazdak Farrokhzad
3be5c83d99
[WASM ABI 1.0] __call_reducer__ receives Identity & Address by value ( #1607 )
...
Signed-off-by: Mazdak Farrokhzad <twingoow@gmail.com >
Co-authored-by: Ingvar Stepanyan <me@rreverser.com >
Co-authored-by: Noa <coolreader18@gmail.com >
2024-08-19 22:20:57 +00:00
Mazdak Farrokhzad
1e8e18d74b
Add support for I256 and U256 ( #1477 )
2024-08-08 18:40:35 +00:00
Ingvar Stepanyan
db16a0959c
Minor NFC improvements to C# Roslyn codegen ( #1562 )
2024-08-06 08:26:33 +00:00
Ingvar Stepanyan
30c000f6a9
C#: ignore fields in partial declaration not marked with BSATN attribute ( #1545 )
2024-07-25 16:32:15 +00:00
Shubham Mishra
276387d2b3
Timer Table Implementation ( #1449 )
...
Co-authored-by: Ingvar Stepanyan <me@rreverser.com >
2024-07-16 08:38:56 +00:00
Ingvar Stepanyan
6f0f20bf7a
Restructure C# SpacetimeDB runtime ( #1455 )
2024-07-12 17:12:21 +00:00
Ingvar Stepanyan
c94a55178c
Roslyn cacheability testing and fixes ( #1420 )
2024-06-18 19:07:48 +00:00
Ingvar Stepanyan
2b7b19ec18
[C#] [NFC] Use semantic model's type where possible ( #1401 )
2024-06-12 21:50:51 +00:00
Ingvar Stepanyan
e73ea7932c
Add Option SDK tests ( #1405 )
2024-06-12 21:16:08 +00:00
Ingvar Stepanyan
0b99e10735
[NFC] [C#] Minor simplifications to type checks in Roslyn codegen ( #1400 )
2024-06-12 17:34:21 +00:00
Ingvar Stepanyan
d11c83e53c
Add explicit parameter for table visibility ( #1359 )
2024-06-10 13:38:38 +00:00
Ingvar Stepanyan
d1033b5d93
Shared C# codegen for BSATN ( #1312 )
...
Signed-off-by: Ingvar Stepanyan <me@rreverser.com >
Co-authored-by: james gilles <jameshgilles@gmail.com >
Co-authored-by: John Detter <no-reply@boppygames.gg >
2024-06-07 19:22:02 +00:00
Ingvar Stepanyan
a7c75751f2
Implement consistent filtering rules for C# modules ( #1282 )
2024-05-28 14:08:40 +00:00
Noa
471f4ff2ca
recv-style abi ( #1002 )
...
* Bump module abi version
* recv abi module side
* recv abi host side
* Update csharp module sdk
* Fix name
* Address comments
2024-05-22 23:01:44 +00:00
Ingvar Stepanyan
125ca70959
Switch to a better API for tagged enums for C# ( #1177 )
...
With C# records - which are available since C# 9, so covers Unity requirements as well - we can use subclassing and pattern matching to get sum types that look a lot more like Rust tagged enums.
This is a breaking change but IMO worth it for the better API going forward.
2024-05-10 22:05:18 +00:00
Ingvar Stepanyan
fe44011e4f
C#: rename DbEventArgs to ReducerContext ( #1191 )
...
* C#: rename DbEventArgs to ReducerContext
This is no longer an event type, so remove subclassing and rename to match the Rust API.
* Update ReducerContext argument name
2024-05-08 14:00:32 +00:00