This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from ed55a18c3 Remove kotlin cross tests (#3236)
     add 2f214c28d THRIFT-5902 Add net10 support Client: netstd Patch: Jens 
Geyer

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build.yml                        | 34 ++++++++--
 build/docker/ubuntu-focal/Dockerfile               |  2 +-
 build/docker/ubuntu-jammy/Dockerfile               |  8 +--
 build/docker/ubuntu-noble/Dockerfile               |  8 +--
 build/veralign.sh                                  |  1 +
 .../cpp/src/thrift/generate/t_netstd_generator.cc  | 13 +++-
 .../Thrift.Benchmarks/Thrift.Benchmarks.csproj     |  2 +-
 .../Impl/Thrift5253/MyService.cs                   |  2 +-
 .../Properties/AssemblyInfo.cs                     |  0
 .../Thrift.Compile.net10.csproj}                   | 28 ++++-----
 .../Thrift.IntegrationTests.csproj                 |  2 +-
 lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj  |  4 +-
 lib/netstd/Thrift.sln                              | 19 +++++-
 lib/netstd/Thrift/Thrift.csproj                    | 17 ++---
 test/netstd/Client/Client.csproj                   | 10 +--
 test/netstd/Server/Server.csproj                   | 14 +++--
 test/netstd/ThriftTest.sln                         | 18 +++++-
 tutorial/netstd/Client/Client.csproj               |  2 +-
 tutorial/netstd/Client/Program.cs                  | 73 +++++++++++++++-------
 tutorial/netstd/Interfaces/Interfaces.csproj       |  8 +--
 tutorial/netstd/Server/Program.cs                  | 61 ++++++++++--------
 tutorial/netstd/Server/Server.csproj               |  2 +-
 22 files changed, 215 insertions(+), 113 deletions(-)
 copy lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net8 => 
Thrift.Compile.net10}/Impl/Thrift5253/MyService.cs (98%)
 copy lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net8 => 
Thrift.Compile.net10}/Properties/AssemblyInfo.cs (100%)
 copy 
lib/netstd/Tests/Thrift.Compile.Tests/{Thrift.Compile.net9/Thrift.Compile.net9.csproj
 => Thrift.Compile.net10/Thrift.Compile.net10.csproj} (86%)

Reply via email to