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

rskraba pushed a change to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 2bb7eb3  [AVRO-3448][rust] Rust name/namespace spec adherence work 
(#1602)
     new 150f910  AVRO-3446: Add avrogen unit tests (#1595)
     new 6fcd63c  AVRO-3444: Directly link to api documentation (#1593)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../en/docs/next/Contribution guidelines/_index.md |   2 +-
 .../en/docs/next/Getting started (Java)/_index.md  |   1 -
 doc/content/en/docs/next/IDL Language/_index.md    |   2 +-
 doc/content/en/docs/next/MapReduce guide/_index.md |   2 +-
 doc/content/en/docs/next/SASL profile/_index.md    |   2 +-
 .../en/docs/next/{C++ API/_index.md => api-c++.md} |   5 +-
 .../en/docs/next/{C API/_index.md => api-c.md}     |   5 +-
 .../next/{csharp API/_index.md => api-csharp.md}   |   5 +-
 .../docs/next/{Java API/_index.md => api-java.md}  |   5 +-
 lang/csharp/src/apache/codegen/AvroGen.cs          |  17 +-
 lang/csharp/src/apache/main/CodeGen/CodeGenUtil.cs |   6 +-
 lang/csharp/src/apache/test/Avro.test.csproj       |   8 +-
 .../src/apache/test/AvroGen/AvroGenHelper.cs       | 155 +++++
 .../csharp/src/apache/test/AvroGen/AvroGenTests.cs | 664 +++++++++++++++++++++
 .../src/apache/test/AvroGen/AvroGenToolTests.cs    |  75 +++
 lang/csharp/src/apache/test/CodGen/CodeGenTest.cs  | 195 +-----
 lang/csharp/versions.props                         |  12 +-
 17 files changed, 967 insertions(+), 194 deletions(-)
 rename doc/content/en/docs/next/{C++ API/_index.md => api-c++.md} (87%)
 rename doc/content/en/docs/next/{C API/_index.md => api-c.md} (88%)
 rename doc/content/en/docs/next/{csharp API/_index.md => api-csharp.md} (86%)
 rename doc/content/en/docs/next/{Java API/_index.md => api-java.md} (88%)
 create mode 100644 lang/csharp/src/apache/test/AvroGen/AvroGenHelper.cs
 create mode 100644 lang/csharp/src/apache/test/AvroGen/AvroGenTests.cs
 create mode 100644 lang/csharp/src/apache/test/AvroGen/AvroGenToolTests.cs

Reply via email to