Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arrays of types with simple custom marshalling #379

Commits on Nov 21, 2020

  1. Add support for marshalling arrays of types with simple custom marsha…

    …lling and gracefully fail when an array of a type with complex custom marshalling (Value property) is introduced.
    jkoritzinsky committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    110ac81 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. PR feedback.

    jkoritzinsky committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    f643041 View commit details
    Browse the repository at this point in the history
  2. Invert if condition.

    jkoritzinsky committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d1773bf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Zero allocated memory before starting marshalling so the user can ide…

    …ntify when an element is empty due to not being marshalled.
    jkoritzinsky committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f077d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5135d6d View commit details
    Browse the repository at this point in the history
  3. Fix typo in casts. Fix path when null.

    Signed-off-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
    jkoritzinsky committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    da466a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Merge branch 'feature/DllImportGenerator' of github.com:dotnet/runtim…

    …elab into arrays-with-custom-marshalled-elements
    jkoritzinsky committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    ff7f0ad View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Clarify comment.

    Signed-off-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
    jkoritzinsky committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    1e215c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Merge branch 'feature/DllImportGenerator' of github.com:dotnet/runtim…

    …elab into arrays-with-custom-marshalled-elements
    jkoritzinsky committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e874214 View commit details
    Browse the repository at this point in the history
  2. Fix DLLImport name.

    jkoritzinsky committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a509cc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    1514daa View commit details
    Browse the repository at this point in the history
  2. Update compat doc.

    jkoritzinsky committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    f0d66c6 View commit details
    Browse the repository at this point in the history