renamespace and other fixes (#2)

* renamespace

* add to sln and move

* manage package centrally

* add sourcelink and use GlobalPackageReference

* properly use globals

* fix nuget push

* fix readme

* add namespace handling for new types

* Removing used classes to stop viral spread of dependencies.  Some JSON usage was STJ and not newtonsoft

* fmt

* initial test

* serialization namespace test

* fmt

* put back old namespaces

* fix tests

* fixes while trying to do a roundtrip test

* remove namespace fix
This commit is contained in:
Adam Hathcock
2024-06-25 10:27:59 +01:00
committed by GitHub
parent ca350002ba
commit 405f3f4ee4
29 changed files with 7332 additions and 51 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ jobs:
run: ./build.sh pack
- name: Push to nuget.org
run: dotnet nuget push output\*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate
run: dotnet nuget push output/*.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{secrets.CONNECTORS_NUGET_TOKEN }} --skip-duplicate