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

Conversation

IX-BOT
Copy link
Contributor

@IX-BOT IX-BOT commented Aug 16, 2024

closes #328

IX-BOT and others added 3 commits August 16, 2024 16:41
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 PTKu marked this pull request as ready for review August 16, 2024 15:42
@PTKu PTKu merged commit ef79bc3 into dev Aug 16, 2024
2 checks passed
@PTKu PTKu deleted the 328-_NEW-FEATURE_add_parameter_to_CLI_to_bypass_compilation_of_dependencies branch August 16, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NEW-FEATURE] add parameter to CLI to bypass compilation of dependencies
2 participants