Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-Painter committed Oct 10, 2023
1 parent a30dd43 commit 85c9911
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Microsoft.Azure.Cosmos/src/Linq/ExpressionToSQL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Microsoft.Azure.Cosmos.Linq
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public override LinqTestOutput ExecuteTest(LinqTestInput input)
return LinqTestsCommon.ExecuteTest(input);
}

// Custom serializer that uses System.Text.Json.JsonSerializer
private class SystemTextJsonSerializer : CosmosSerializer
{
private readonly JsonObjectSerializer systemTextJsonSerializer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void EnumIsPreservedAsINTest()
// Arrange
CosmosLinqSerializerOptions options = new()
{
//CustomCosmosSerializer = new TestCustomJsonSerializer()
// CustomCosmosSerializer = new TestCustomJsonSerializer()
};

// Act
Expand Down Expand Up @@ -80,7 +80,7 @@ public void EnumIsPreservedAsEXPRESSIONTest()
// Arrange
CosmosLinqSerializerOptions options = new()
{
//CustomCosmosSerializer = new TestCustomJsonSerializer()
// CustomCosmosSerializer = new TestCustomJsonSerializer()
};

// Act
Expand Down

0 comments on commit 85c9911

Please sign in to comment.