Skip to content

Commit

Permalink
Add FAKE 5 build instructions, remove legacy FAKE. resolves #25
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Oct 18, 2018
1 parent 74857aa commit 16428b5
Show file tree
Hide file tree
Showing 5 changed files with 372 additions and 68 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ Features
- allows tagging of Discriminated Union cases with low-dependency `DataMember(Name=` tags in a versionable manner using [TypeShape](https://github.com/eiriktsarpalis/TypeShape)'s [`UnionEncoder`](https://github.com/eiriktsarpalis/TypeShape/blob/master/tests/TypeShape.Tests/UnionEncoderTests.fs)
- _Compaction_: A pattern employed to optimize command processing by employing in-stream 'snapshot' events with the following properties:
- no additional roundtrips to the store needed at either the Load or Sync points in the flow
- support (via `UnionEncoder`) for the maintenance of multiple co-existing snapshot schemas in a given stream (A snapshot isa Event)
- support (via `UnionEncoder`) for the maintenance of multiple co-existing snapshot schemas in a given stream (A snapshot isa Event)

Building
--------
`dotnet tool install fake-cli -g`
`./build`
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ if not ([%1]==[skipRestore=true]) (
)
)

REM if not working, you forgot to `dotnet tool install fake-cli -g`
FAKE.exe run build.fsx %*
Loading

0 comments on commit 16428b5

Please sign in to comment.