Surreal-Net / Surreal.Net

Database driver for SurrealDB available for REST and RPC sessions.
Apache License 2.0
57 stars 7 forks source link

Solve nullability warnings for Thing #106

Closed ProphetLamb closed 2 years ago

ProphetLamb commented 2 years ago

The Thing ctor now handles null strings as an empty thing.

ProphetLamb commented 2 years ago

Right will do

ProphetLamb commented 2 years ago

Now the default value of Thing, is a valid struct and equivalent to new(null). Structs are often only zeroed, but uninitialized.

ProphetLamb commented 2 years ago

Update the failing testcase in #108