Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5.5k
Remove C# dynamic support from JsonNode#55430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
523e13207e7985dbed1121d778b2d31cc03c92af769c0e474File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -57,20 +57,17 @@ | ||
| <Compile Include="System\Text\Json\Nodes\JsonArray.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonArray.IList.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNode.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNode.Dynamic.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNode.Operators.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNode.Parse.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNode.To.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonNodeOptions.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonObject.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonObject.Dynamic.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonObject.IDictionary.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonValue.CreateOverloads.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonValue.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonValueNotTrimmable.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonValueOfT.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\JsonValueTrimmable.cs" /> | ||
| <Compile Include="System\Text\Json\Nodes\MetaDynamic.cs" /> | ||
steveharter marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| <Compile Include="System\Text\Json\Reader\ConsumeNumberResult.cs" /> | ||
| <Compile Include="System\Text\Json\Reader\ConsumeTokenResult.cs" /> | ||
| <Compile Include="System\Text\Json\Reader\JsonReaderException.cs" /> | ||
| @@ -292,7 +289,6 @@ | ||
| <Reference Include="System.Collections.Concurrent" /> | ||
| <Reference Include="System.Diagnostics.Debug" /> | ||
| <Reference Include="System.Diagnostics.Tools" Condition="'$(TargetFramework)' == 'netcoreapp3.1'" /> | ||
| <Reference Include="System.Linq.Expressions" /> | ||
| <Reference Include="System.Memory" /> | ||
| <Reference Include="System.Numerics.Vectors" /> | ||
| <Reference Include="System.Reflection.Emit.ILGeneration" /> | ||
| @@ -309,7 +305,6 @@ | ||
| </ItemGroup> | ||
| <ItemGroup Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'"> | ||
| <PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" /> | ||
| <PackageReference Include="System.Linq.Expressions" Version="$(SystemLinqExpressionsVersion)" /> | ||
| <PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" /> | ||
| <PackageReference Include="System.Numerics.Vectors" Version="$(SystemNumericsVectorsVersion)" /> | ||
| <PackageReference Include="System.Threading.Tasks.Extensions" Version="$(SystemThreadingTasksExtensionsVersion)" /> | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.