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

Add feature to generate builtin types from DLLs #20

Merged
merged 7 commits into from
Feb 28, 2024
Merged

Commits on Feb 22, 2024

  1. Add feature to generate builtin types from DLLs

     * Takes in a new --dll argument to parse DLLs
     * Generates builtin_types.json after parsing DLL + PDB
     * Language version upgraded to C#13 (net8.0)
    tuxology committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    a4f78c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a71a7c View commit details
    Browse the repository at this point in the history
  3. fix param list

    tuxology committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    8741d29 View commit details
    Browse the repository at this point in the history
  4. fix nulls

    tuxology committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    155133f View commit details
    Browse the repository at this point in the history
  5. add more filters

    tuxology committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2cc999f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. filter some more

    tuxology committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cbe8818 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. auto output path

    tuxology committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ba80652 View commit details
    Browse the repository at this point in the history