Open matracey opened 11 months ago
@weichch Are you still maintaining this package? Happy to take it over if not.
@weichch Are you still maintaining this package? Happy to take it over if not.
Hi @matracey yes I’m still maintaining this package. I’m on holiday for a few weeks will take a look once I’m back. Thanks for the PR btw.
I cherry picked some of the changes in this PR into #43 as co-authored commit. Let's keep this PR open for addressing VS Code support if you wish.
I also found Microsoft has added two new methods in .NET 8 JsonNode.DeepEquals
and JsonNode.DeepClone
. Those methods are conflicting with the extension methods in this package as per mentioned in #4, and I will take a look at how to address those. Meanwhile, those methods don't seem to exist in .NET 6 and .NET 7.
New features and updates
522be95
add debug symbols and explicit packable configuration tosrc/Directory.build.props
f1fd5d7
add explicitSourceLink.GitHub
package reference31bd648
add msbuild properties forSourceLink
e72126c
upgrade packages to latest versionsProject structure enhancements
558b8cb
movesln
file up to project rootf616e41
add missing loose items tosln
filef4ef2d5
add recommended VS Code extensions toextensions.json
8cecd49
updategitignore
usingdotnet new gitignore
7b1e292
addglobal.json
with SDK version configurationd554044
addIsTestProject
property toDirectory.Build.props
for test folder5ea3667
updateAssemblyVersion
andFileVersion
to useJsonDiffPatchPackageVersion