Joyless
Joyless
I've changed the pull request to serialize the key as JSON if it's not a string. One of the tests was failing because of how LiteDB truncates DateTimes to the...
This issue is due to the fact that BsonDocument only supports `string` key (and `BsonValue` value). Really, it should support `BsonValue` key.
Unfortunately, due to the fact that `BufferWriter` is hardcoded to write keys as `string`, BsonDocument can't be changed to support `BsonValue` keys without a breaking change to LiteDB (a very...
This is failing because it relies on #662.
> It seems like because this is an open-source project, it is still legal to use v8 here. However, I dislike the change of license terms so would prefer to...
> I updated the build scripts so that your changes can compile: #670. I merged the changes.
> Build is failing because deleting framework packages is not backwards compatible (i.e. a breaking change), so this would have to be a major release Is there going to be...
> Prior to this PR, my thinking was to add a .NET9 build target and implement the .NET9 specific functionality there. Unless there is a dependency on .NET9 APIs (which...
> I'll have to merge this into a branch for testing. It might not work for those who aren't using nullable notations. Or we might just have to add some...
I'd say don't backport it if these APIs are not supported. .NET Standard 2.0 is 8 years old and now only exists to support .NET Framework. If you're still using...