-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Fixed getting namespace names of array types. (#80426)
* [mono] Fixed getting namespace names of array types. #42633 * [mono] Namespace getter icall of Type, code style. * Reenabled TypeInfoTests.Namespace for Mono. * [mono] Namespace for array types now works also for jagged arrays. * [mono] Fixed Type.Namespace for enums. * [mono] Fixed failing Microsoft.XmlSerializer.Generator.Tests.SgenCommandTest. * Adding cases to TypeInfoTests.Namespace test.
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters