Import replace.fsx script (with git history) from fsx repo#237
Merged
Import replace.fsx script (with git history) from fsx repo#237
Conversation
File.WriteAllText writes in utf8 (no-bom) by default but we need to keep the original bom to prevent unnecessary diff between the incoming and outgoing file. Currently, output is always written in utf8 so keeping any other BOMs (except Utf-8 bom) would result in invalid files.
replace: keep original utf8 bom See merge request nblockchain/fsx!11
This way it focuses on one file only and will be much much faster (we will use this mode in bump.fsx). From nblockchain/geewallet@837457d
See https://docs.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/#using-the-fsi-object-in-f-code (And we rename the InfraLib API related to this to make the difference more clear.)
In preparation for nuget package upload of it.
Publish Fsdk as nuget package.
So that they can be used from the nuget pkg.
ba41023 to
d413baf
Compare
d413baf to
333d796
Compare
knocte
added a commit
to nblockchain/fsx
that referenced
this pull request
Apr 3, 2026
Moved to a different repo: nblockchain/conventions#237
a0ed945 to
62d96b6
Compare
3d08557 to
0c57673
Compare
knocte
added a commit
to nblockchain/fsx
that referenced
this pull request
Apr 3, 2026
Moved to a different repo: nblockchain/conventions#237
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.