Skip to content

Commit

Permalink
🎨 GlobalUsing fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzaz committed Nov 17, 2023
1 parent 18d1d93 commit 11d7170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Shared/GlobalUsings.Newtonsoft.Json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
global using NewtonsoftJsonConstructor = Newtonsoft.Json.JsonConstructorAttribute;
global using NewtonsoftJsonObject = Newtonsoft.Json.Linq.JObject;
global using NewtonsoftJsonPropertyClass = Newtonsoft.Json.Serialization.JsonProperty;
global using NewtonsoftJsonExtensionData = Newtonsoft.Json.JsonExtensionDataAttribute;
4 changes: 4 additions & 0 deletions src/Shared/GlobalUsings.System.Text.Json.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
global using SystemTextJsonConstructor = System.Text.Json.Serialization.JsonConstructorAttribute;
global using SystemTextJsonObject = System.Text.Json.Nodes.JsonObject;
global using SystemTextJsonPropertyStruct = System.Text.Json.JsonProperty;
global using SystemTextJsonExtensionData = System.Text.Json.Serialization.JsonExtensionDataAttribute;
global using SystemTextJsonSerializable = System.Text.Json.Serialization.JsonSerializableAttribute;
global using SystemTextJsonSerializerContext = System.Text.Json.Serialization.JsonSerializerContext;
global using SystemTextJsonConverter = System.Text.Json.Serialization.JsonConverterAttribute;

0 comments on commit 11d7170

Please sign in to comment.