Skip to content

fix(dotnet): prevent "false" being incorrectly passed to dotnet command#818

Merged
AgentEnder merged 2 commits intonx-dotnet:masterfrom
EchelonFour:bugfix/stop-passing-false-to-dotnet-commands
Jan 31, 2024
Merged

fix(dotnet): prevent "false" being incorrectly passed to dotnet command#818
AgentEnder merged 2 commits intonx-dotnet:masterfrom
EchelonFour:bugfix/stop-passing-false-to-dotnet-commands

Conversation

@EchelonFour
Copy link
Contributor

fixes #812
Made the keys that need the word "false" an explicit thing to handle, since it seems to be the exception.

I am not sure if there are other flags that need to be this explicit false thing. I could only handle the ones that have test cases written.

I have also refactored the handling of converting options to params, since it is repeating the same calls over and over.

@nx-cloud
Copy link

nx-cloud bot commented Jan 18, 2024

@EchelonFour EchelonFour force-pushed the bugfix/stop-passing-false-to-dotnet-commands branch from bf3bd44 to 3e06408 Compare January 18, 2024 00:29
@sonarqubecloud
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@AgentEnder AgentEnder merged commit 0945571 into nx-dotnet:master Jan 31, 2024
github-actions bot pushed a commit that referenced this pull request Jan 31, 2024
# [2.2.0](v2.1.2...v2.2.0) (2024-01-31)

### Bug Fixes

* **core:** remove restriction of configuration ([#823](#823)) ([49b341f](49b341f))
* **dotnet:** prevent "false" being incorrectly passed to dotnet command ([#818](#818)) ([0945571](0945571))

### Features

* add options to sync the `gh-pages` branch with the base branch … ([#815](#815)) ([d9fff67](d9fff67))
* **core:** update inference configuration ([#822](#822)) ([6085c50](6085c50))

Jan 31, 2024, 10:32 PM
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] "noDependencies": false option has no effect

2 participants