Conversation
| } | ||
| #endif | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Can you add a newline since you're already updating this file?
dantraMSFT
left a comment
There was a problem hiding this comment.
This looks good to me.
Is it safe to assume that ImportJsonDotNetModule hasn't been needed for a while?
I asked in Gitter and only @vors commented: Also I guess it could have been because of the problems with loading dlls in the PowerShell Core early port phases. I tried to list loaded assemblies and don't see Newton.Json 7.0 - only 10 version was loaded. @vors @daxian-dbw Could you please comment too? Is it safe? |
|
Yes, it's safe to remove it. @iSazonov Can you please change the last commit message to add |
|
There is one known failure. It failed due to a race condition between the test and the test service, not related to this PR. I will merge this PR. |
Related #4357.
Cleanup Json cmdlets from FullCLR code.
Remove ImportJsonDotNetModule.
Update Newton.Json version 10.0.2 -> 10.0.3