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 4ea20aafb THRIFT-5796 Indicate target environment via #if check
Client: netstd Patch: Jens Geyer
add 0f0e11fbc THRIFT-5798 Expand netstd compile tests to fully cover all
current target environments Client: netstd Patch: Jens Geyer
No new revisions were added by this update.
Summary of changes:
build/veralign.sh | 6 ++-
.../cpp/src/thrift/generate/t_netstd_generator.cc | 5 +-
debian/copyright | 8 ++-
lib/netstd/Makefile.am | 24 ++++++---
.../CassandraTest.thrift | 0
.../GlobalSuppressions.cs | 0
.../Impl/Thrift5253/MyService.cs | 2 +-
.../Properties/AssemblyInfo.cs | 2 +-
.../Thrift.Compile.net6.csproj} | 38 +++++++------
.../Impl/Thrift5253/MyService.cs | 2 +-
.../Properties/AssemblyInfo.cs | 2 +-
.../Thrift.Compile.net8.csproj} | 32 +++++------
.../Impl/Thrift5253/MyService.cs | 14 ++---
.../Properties/AssemblyInfo.cs | 0
.../Thrift.Compile.netstd2.csproj} | 41 ++++++--------
.../Thrift5253.thrift | 0
.../Thrift5320.enum.thrift | 0
.../Thrift5320.exception.thrift | 0
.../Thrift5320.struct.thrift | 0
.../Thrift5320.thrift | 0
.../Thrift5382.objs.thrift | 0
.../Thrift5382.thrift | 0
.../Thrift5794.thrift} | 0
.../Thrift5795.thrift | 0
.../name_conflicts.enum.thrift | 0
.../name_conflicts.thrift | 0
.../optional_required_default.thrift | 0
.../Thrift5794-net8.thrift | 35 ------------
.../Thrift5794-netstd.thrift | 35 ------------
lib/netstd/Tests/Thrift.Tests/Thrift.Tests.csproj | 2 +-
lib/netstd/Thrift.sln | 62 ++++++++++++++++------
lib/netstd/Thrift/Thrift.csproj | 4 +-
test/netstd/Client/Client.csproj | 2 +-
test/netstd/Server/Server.csproj | 2 +-
test/netstd/ThriftTest.sln | 60 +++++++++++++++------
tutorial/netstd/Client/Client.csproj | 2 +-
36 files changed, 185 insertions(+), 195 deletions(-)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/CassandraTest.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/GlobalSuppressions.cs (100%)
copy lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests/Thrift.Compile.net6}/Impl/Thrift5253/MyService.cs (97%)
copy {tutorial/netstd/Interfaces =>
lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net6}/Properties/AssemblyInfo.cs
(96%)
copy
lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
=> Thrift.Compile.Tests/Thrift.Compile.net6/Thrift.Compile.net6.csproj} (80%)
copy lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests/Thrift.Compile.net8}/Impl/Thrift5253/MyService.cs (97%)
copy {tutorial/netstd/Interfaces =>
lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8}/Properties/AssemblyInfo.cs
(96%)
copy
lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
=> Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj} (81%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests/Thrift.Compile.netstd2}/Impl/Thrift5253/MyService.cs (77%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests/Thrift.Compile.netstd2}/Properties/AssemblyInfo.cs (100%)
rename
lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests/Thrift.PublicInterfaces.Compile.Tests.csproj
=> Thrift.Compile.Tests/Thrift.Compile.netstd2/Thrift.Compile.netstd2.csproj}
(67%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5253.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5320.enum.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5320.exception.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5320.struct.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5320.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5382.objs.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5382.thrift (100%)
rename
lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests/Thrift5794-net6.thrift
=> Thrift.Compile.Tests/Thrift5794.thrift} (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/Thrift5795.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/name_conflicts.enum.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/name_conflicts.thrift (100%)
rename lib/netstd/Tests/{Thrift.PublicInterfaces.Compile.Tests =>
Thrift.Compile.Tests}/optional_required_default.thrift (100%)
delete mode 100644
lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5794-net8.thrift
delete mode 100644
lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/Thrift5794-netstd.thrift