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

feat(dotnet): handling optional and variadic parameters #680

Merged
merged 9 commits into from
Aug 9, 2019

Commits on Aug 6, 2019

  1. .NET Binding: handling optional and variadic parameters

    Hamza Assyad committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    9cbe4d5 View commit details
    Browse the repository at this point in the history
  2. Refactoring the code into a single method

    Hamza Assyad committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0a9b489 View commit details
    Browse the repository at this point in the history
  3. Refactoring for the .NET Bindings optional support

    Hamza Assyad committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    69dd8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

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

Commits on Aug 8, 2019

  1. Variadic support in the .NET runtime

    Hamza Assyad committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    3c8ef6c View commit details
    Browse the repository at this point in the history
  2. Adding a compliance test for the variadic and optional parameters sup…

    …port in .NET
    Hamza Assyad committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9369104 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Clean handle of all the variadic params variations, nulls, empty arra…

    …ys etc..
    Hamza Assyad committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    621e07f View commit details
    Browse the repository at this point in the history
  2. typo in ComplianceTests.cs - pls build

    Hamza Assyad committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    8d49901 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into hamzaad/optionals

    Hamza Assyad committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    8f9d65e View commit details
    Browse the repository at this point in the history