-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[generator] Fix bug 17232 - Invalid class name generated in the Libra…
…ries.g.cs file https://bugzilla.xamarin.com/show_bug.cgi?id=17232 * Added support for specifying library path in FieldAttribute * Fixed generator error when Namespaces contains dots `.` * Added error BI1042 Missing '[Field (LibraryName=value)]' for {field_pi.Name} (e.g."__Internal") instead of generating invalid c# code when no LibraryName is provided in 3rd party bindings * Kept support for just using the system library name in FieldAttribute (i.e. [Field ("UnboundFooSymbol", "UIKit")] This does not change our current generated code at all: https://gist.github.com/dalexsoto/338464a260bc6971e7b665ca9463e8b9
- Loading branch information
Showing
3 changed files
with
61 additions
and
12 deletions.
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
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