Ryan e03b7d7516
Updated C# Name attribute to Accessor (#4306)
# Description of Changes

Implementation of #4295

Convert existing `Name` attribute to `Accessor` to support new Canonical
Case conversation of 2.0

# API and ABI breaking changes

Yes, in C# modules, we no longer use the attribute name `Name`, it
should now be `Accessor`

# Expected complexity level and risk

1

# Testing

- [X] Build and tested locally
- [X] Ran regression tests locally
2026-02-17 01:16:16 +00:00
..
2025-08-22 19:36:47 +00:00

Module C# test

See the module-test README for more details.

Warning

: This C# source code is manually derived from `../module-test/src/lib.rs`` and is supposed to be functionally equivalent. Do not add new types or functionality here that are not present in the Rust version, because they're compared against each other.