Investigate removing dependency on Microsoft.CSharp
See original GitHub issueDynamicUtils.GetMember
and DynamicUtils.SetMember
use two methods from Microsoft.CSharp
. Json.NET only needs to get and set simple properties.
It might be possible to remove dependency on Microsoft.CSharp and implement required functionality in Json.NET itself.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Removing dependencies - Power Platform
Dependencies sometimes can block operations. This article describes how dependencies can be removed.
Read more >Dependency tracking in Application Insights - Azure Monitor
You can investigate specific dependency calls and correlate them to requests and exceptions. Automatically tracked dependencies. Application ...
Read more >Troubleshooting NuGet Package Restore in Visual Studio
A description of common NuGet restore errors in Visual Studio and how to troubleshoot them.
Read more >Resolving PowerShell Module Assembly Dependency ...
This removes an exogenous factor for dependency resolution in applications, making dependency resolution more reproducible.
Read more >Dependency injection in ASP.NET Core
Overview of dependency injection. A dependency is an object that another object depends on. Examine the following MyDependency class with a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Dependency on Microsoft.CSharp cause issues on old versions of VisualStudio like 2012 and you cannot update Newtonsoft.Json to version 10.0.x max is 9.0.x
Not really possible. There is too much code in the Microsoft.CSharp to internalize.