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 #328

Closed
PTKu opened this issue Aug 16, 2024 · 2 comments · Fixed by #329
Closed

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

PTKu opened this issue Aug 16, 2024 · 2 comments · Fixed by #329

Comments

@PTKu
Copy link
Member

PTKu commented Aug 16, 2024

No description provided.

@PTKu
Copy link
Member Author

PTKu commented Aug 16, 2024

/cib

@IX-BOT
Copy link
Contributor

IX-BOT commented Aug 16, 2024

IX-BOT added a commit that referenced this issue Aug 16, 2024
PTKu added a commit that referenced this issue Aug 16, 2024
…ies (#329)

* Create draft PR for #328

* 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.

* asp

---------

Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com>
@PTKu PTKu closed this as completed in #329 Aug 16, 2024
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 a pull request may close this issue.

2 participants