HTHou opened a new pull request, #57: URL: https://github.com/apache/iotdb-client-csharp/pull/57
## Summary - Upgrade the ApacheThrift package reference from 0.22.0 to 0.23.0, the latest NuGet release. ## Validation - `dotnet restore src/Apache.IoTDB/Apache.IoTDB.csproj` - `dotnet build src/Apache.IoTDB/Apache.IoTDB.csproj --no-restore` passed with dependency target-framework warnings. - `dotnet test tests/Apache.IoTDB.Tests/Apache.IoTDB.Tests.csproj` built successfully, but test execution aborted locally because only arm64 .NET 8 is installed and the test runner looked for an x64 dotnet host. - `dotnet restore Apache.IoTDB.sln` could not run locally because the samples project targets net9.0 while this machine has .NET SDK 8.0.122. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
