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

Allow RunSettingsArguments to be set #2771

Merged
merged 5 commits into from
Aug 31, 2024

Conversation

TheAngryByrd
Copy link
Contributor

@TheAngryByrd TheAngryByrd commented Jan 29, 2024

Description

This allows RunSettingsArguments to be set in DotNet.test. This is useful for configuring such as in YoloDev https://github.com/YoloDev/YoloDev.Expecto.TestSdk?tab=readme-ov-file#configuration

If available, link to an existing issue this PR fixes. For example:

TODO

Feel free to open the PR and ask for help

  • New (API-)documentation for new features exist (Note: API-docs are enough, additional docs are in help/markdown)

  • unit or integration test exists (or short reasoning why it doesn't make sense)

    Note: Consider using the CreateProcess API which can be tested more easily, see https://github.com/fsharp/FAKE/pull/2131/files#diff-4fb4a77e110fbbe8210205dfe022389b for an example (the changes in the DotNet.Testing.NUnit module)

  • boy scout rule: "leave the code behind in a better state than you found it" (fix warnings, obsolete members or code-style in the places you worked in)

  • (if new module) the module has been linked from the "side navigation" menu, edit docs/data.json.

  • (if new module) the module is in the correct namespace.

  • (if new module) the module is added to Fake.sln (dotnet sln Fake.sln add src/app/Fake.*/Fake.*.fsproj)

  • Fake API guideline is honored

@TheAngryByrd
Copy link
Contributor Author

Don't think uploading failure in CI build is related to my changes

@xperiandri
Copy link
Collaborator

Could you add the line about this to the release notes?
https://github.com/fsprojects/FAKE/pull/2778/files

RELEASE_NOTES.md Outdated Show resolved Hide resolved
RELEASE_NOTES.md Outdated Show resolved Hide resolved
Co-authored-by: Andrii Chebukin <XperiAndri@Outlook.com>
@xperiandri
Copy link
Collaborator

@TheAngryByrd could you rebase your changes or merge?

@TheAngryByrd
Copy link
Contributor Author

You can also push to PR branches to fix them on minor stuff like this so you don't have to wait for the contributor to do it.

@xperiandri
Copy link
Collaborator

OK, fixed

@xperiandri xperiandri changed the title Allow RunSettingsArguments to be set Allow RunSettingsArguments to be set Aug 31, 2024
@xperiandri xperiandri merged commit bb0dce7 into fsprojects:master Aug 31, 2024
3 checks passed
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.

Is RunSettingsArguments being used?
2 participants