-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
/cib |
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: