Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ization into develop
  • Loading branch information
Ali-YousefiTelori committed Dec 11, 2023
2 parents 2a3f910 + 1a0c416 commit 4b264ee
Show file tree
Hide file tree
Showing 6 changed files with 780 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using EasyMicroservices.Serialization.Options;
using EasyMicroservices.Serialization.BinaryGo.Providers;
using EasyMicroservices.Serialization.Options;

namespace Microsoft.Extensions.DependencyInjection
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using EasyMicroservices.Serialization.Options;
using EasyMicroservices.Serialization.MemoryPack.Providers;
using EasyMicroservices.Serialization.Options;

namespace Microsoft.Extensions.DependencyInjection
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using EasyMicroservices.Serialization.Options;
using EasyMicroservices.Serialization.MessagePack.Providers;
using EasyMicroservices.Serialization.Options;

namespace Microsoft.Extensions.DependencyInjection
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using EasyMicroservices.Serialization.Options;
using EasyMicroservices.Serialization.Newtonsoft.Json.Providers;
using EasyMicroservices.Serialization.Options;

namespace Microsoft.Extensions.DependencyInjection
{
Expand Down
2 changes: 1 addition & 1 deletion src/CSharp/coverage-badge-line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b264ee

Please sign in to comment.