Skip to content

fix compilation and tests for most-recent F# compiler and dotnet SDK… - #29

Closed
OlegZee wants to merge 21 commits into
FakeBuild:devfrom
OlegZee:dev
Closed

fix compilation and tests for most-recent F# compiler and dotnet SDK…#29
OlegZee wants to merge 21 commits into
FakeBuild:devfrom
OlegZee:dev

Conversation

@OlegZee

Copy link
Copy Markdown
Collaborator

This PR fixed compilation with F#4.1+ compiler, disables parallel test execution to avoid test failures connected with parallel access to build database (.xake file).

Also cleaned up unused "open" and simplified modules structure (no namespace).

OlegZeeand others added 21 commits November 8, 2019 13:29
…rencing nuget), fixed console garbling in VS, added support for substitutions in phony rules, closing database on Ctrl-C, support for Tasks in recipes
- Added new build and publish workflows for .NET projects.
- Updated .NET SDK version from 7.0 to 9.0 in global.json and project files.
#2)
* Enhance documentation and improve Shell command options in Xake scripts, new dependsOn function, updates sample code in features.fsx
* Update samples/features.fsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/core/ScriptFuncs.fs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: olegz <oleg.zaimkin@developertools.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Refactor version retrieval in build script to simplify logic and improve clarity
new feature: --resetdb flag that clears database before running build.
fix: all targets requested become lowercase while parsing CLI args.
Add stdout and stderr handlers to ShellOptions and update tests
@OlegZeeOlegZee closed this Mar 8, 2026
Sign up for freeto 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.

2 participants

@OlegZee@oleg-zaimkin