Mongo Rest - Version 78614

Created
Total Size108.6 KB (111,233 bytes)
Modified Size100.8 KB (103,197 bytes)
File Count25
Engine Version17
Changes
Fix a lot of issues + writing some unit tests
Meta
{"CsProjName":"","Compiler":{"RootNamespace":"Mongo","DefineConstants":"SANDBOX;ADDON;DEBUG","NoWarn":"1701;1702;1591;","WarningsAsErrors":"","TreatWarningsAsErrors":false,"Nullables":true,"Whitelist":true,"ReleaseMode":"Debug","AssemblyReferences":[],"IgnoreFolders":[],"DistinctAssemblyReferences":[]},"Resources":"","CodePackageReferences":[]}
{
  "CsProjName": "",
  "Compiler": {
    "RootNamespace": "Mongo",
    "DefineConstants": "SANDBOX;ADDON;DEBUG",
    "NoWarn": "1701;1702;1591;",
    "WarningsAsErrors": "",
    "TreatWarningsAsErrors": false,
    "Nullables": true,
    "Whitelist": true,
    "ReleaseMode": "Debug",
    "AssemblyReferences": [],
    "IgnoreFolders": [],
    "DistinctAssemblyReferences": []
  },
  "Resources": "",
  "CodePackageReferences": []
}

Diff (100.8 KB modified)

+2 ~10 -1
  • Code/Rest/BsonDocumentJsonConverter.cs (628 B)
  • UnitTests/UserRepository.cs (404 B)
  • .bin/package.base.cll (30.9 KB -> 30.8 KB)
  • .bin/package.orizon.mongo_rest.cll (4.5 KB -> 4.7 KB)
  • .bin/package.orizon.mongo_rest.dll (37.5 KB -> 37.5 KB)
  • .bin/package.orizon.mongo_rest.xml (8.1 KB -> 8.9 KB)
  • Code/Rest/BsonDocument.cs (3.6 KB -> 3.8 KB)
  • Code/Rest/MongoFilter.cs (1.1 KB -> 871 B)
  • Code/Rest/MongoRepository.cs (5.4 KB -> 6.2 KB)
  • Code/Rest/MongoRestOptions.cs (357 B -> 419 B)
  • Code/Rest/MongoRestSystem.cs (1.3 KB -> 1.4 KB)
  • UnitTests/LibraryTest.cs (279 B -> 5.1 KB)
  • Code/Rest/MongoRestClient.cs (816 B)