DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
328 stars 184 forks source link

update rest sharp to 109.0.1 #2989

Closed mjkkirschner closed 8 months ago

mjkkirschner commented 8 months ago

as RestSharp 106.12 no longer receives security updates, update to 109.0.1

I could not update to 110.2 as originally planned as I ran into issues with Dynamo's current .net 6 build and the System.Text.Json package. for now I have an issue out to the dotnet runtime maintainers to see if this is a bug or as designed: https://github.com/dotnet/runtime/issues/93780

anyhow, 109.0.1 should get security updates and it does not depend on a specific version of STJ so we load whatever the runtime provides.

Testing simple cases in DynamoRevit works.

This PR also just fixes a few compiler warnings in some new nodes.