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

Refactoring of the Source Code Generator #1141

Merged
merged 3 commits into from
Feb 3, 2024
Merged

Refactoring of the Source Code Generator #1141

merged 3 commits into from
Feb 3, 2024

Commits on Feb 3, 2024

  1. Refactoring of the Source Code Generator

    - Moved the Svg_Model.cs file as SvgModel.cs into the main source.
    - Restore the standard naming of the generated code files with "*.g.cs" suffix.
    - Set the output directory of the generated codes to "Generated".
    - Added the Generated directory to the main source codes.
    - Moved the Svg.Custom project to Tests directory.
    paulushub committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9d9de0b View commit details
    Browse the repository at this point in the history
  2. Update runtests.yml

    - NuGet/setup-nuget@v1 to NuGet/setup-nuget@v2
    - Needed to eliminate the warning: Node.js 16 actions are deprecated.
    paulushub committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    25bb774 View commit details
    Browse the repository at this point in the history
  3. Update AvailableElementsGenerator.cs

    Removed the comment out portions.
    paulushub committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1b7a0b3 View commit details
    Browse the repository at this point in the history