Surreal-Net / Surreal.Net

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

Consider downgrading xUnit from 2.4.2 to 2.4.0 #62

Closed Du-z closed 2 years ago

Du-z commented 2 years ago

I would like to improve the query tests by using member data. According to SO this should be straight forward. https://stackoverflow.com/a/55027598

However it looks like there is a regression in xUnit (https://github.com/xunit/xunit/issues/1983).

Otherwise we might need to think up another solution so we can use Member Data in these tests.

ProphetLamb commented 2 years ago

Sure thing, if you would open a PR thatd be awesome!

ProphetLamb commented 2 years ago

Closed with #63