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

[NEW-FEATURE] add parameter to CLI to bypass compilation of dependencies #329

Commits on Aug 16, 2024

  1. Create draft PR for #328

    IX-BOT authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e017924 View commit details
    Browse the repository at this point in the history
  2. Add SkipDependencyCompilation property to ICompilerOptions

    A new property `SkipDependencyCompilation` has been added to the
    `ICompilerOptions` interface in `ICompilerOptions.cs`. The
    `AXSharpConfig` and `Options` classes, which implement
    `ICompilerOptions`, have been updated to include this property.
    The `AXSharpConfig` class now copies the `SkipDependencyCompilation`
    property from `newCompilerOptions` to `fromConfig`. The `AXSharpProject`
    class has been updated to conditionally compile project references
    based on the `SkipDependencyCompilation` property.
    PTKu committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ab1b727 View commit details
    Browse the repository at this point in the history
  3. asp

    PTKu committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5f7c146 View commit details
    Browse the repository at this point in the history