Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

NameGenerator now honors the RegisterAttribute #482

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 17, 2017

  1. NameGenerator now honors the RegisterAttribute

    Resolves mono#481 by allowing users to override
    the generated objc class name by decorating their managed class
    with the RegisterAttribute.
    zgramana committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    86e4d8c View commit details
    Browse the repository at this point in the history
  2. More robust handling of RegisterAttribute.

    In response to code review feedback, handled RegisterAttribute in the
    spirit in which StaticRegistrar.cs does in xamarin-macios.
    
    Also includes documentation of newly added error codes.
    zgramana committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    e90825d View commit details
    Browse the repository at this point in the history
  3. Added back missing null check in GetObjCName.

    The previous refactor ommitted the null check after looking for
    RegisterAttribute. This commit adds it back in.
    zgramana committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    31f9613 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    cd93f96 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    4f09d71 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Configuration menu
    Copy the full SHA
    7d0135c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    4f4eb77 View commit details
    Browse the repository at this point in the history