2.31.1
(fix): Fix CS0426 compilation error when the client class name matches a namespace
root segment (e.g., class Candid in namespace Candid.Net). The C# compiler
previously resolved Candid.Net as looking for a Net member on the Candid
type instead of the Candid.Net namespace. The generator now uses global::
prefixes in both inline references and using directives to disambiguate.