Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
931525f
Migration to new project file format
sergey-tihon Apr 22, 2018
0df1086
travis config
sergey-tihon Apr 22, 2018
fc72f38
travis config
sergey-tihon Apr 22, 2018
d48ffae
https://github.com/Microsoft/visualfsharp/issues/3303#issuecomment-37…
sergey-tihon Apr 22, 2018
6a5e4cf
NetStandard 2.0 build with Yaml and Ini TP support (ResX and AppSetti…
sergey-tihon Apr 27, 2018
3850c24
Refs fix
sergey-tihon Apr 27, 2018
cfa509e
Refs fix
sergey-tihon Apr 27, 2018
aa298cf
simpler build script
sergey-tihon Apr 27, 2018
51ed831
Migration to YamlDotNet (instead of SharpYaml)
sergey-tihon Apr 27, 2018
c530faa
paket.template with new NuGet package layout
sergey-tihon Apr 27, 2018
6816d49
netstandard20 version of AppSettingsProvider
sergey-tihon May 2, 2018
0b6cbf5
Update RELEASE_NOTES.md
baronfel May 20, 2018
eb33b81
TP SDK and deps update
sergey-tihon May 27, 2018
4165307
dependencies update
sergey-tihon Jun 16, 2018
c1168eb
Merge commit '042418f22a2c87bf854c7ef95c5f96aec380b03a' into dotnet
sergey-tihon Jun 16, 2018
7018e3a
Travis with dotnet: 2.1.300
sergey-tihon Jun 16, 2018
bf72643
more system.* dll for netstandard version
sergey-tihon Jun 16, 2018
3e724ea
purge memorycache because it doesn't work cross-platform
baronfel Oct 16, 2018
1ceefa3
wrap TP generation in try/catches with debug loggin so we can debug b…
baronfel Oct 17, 2018
37d708c
Merge pull request #1 from baronfel/dotnet
sergey-tihon Oct 17, 2018
0d79921
target net461 and uses sdk 2.2.301
sergey-tihon Jul 17, 2019
8703d24
Bump bootstrap in /tests/FSharp.Configuration.Web.Test
dependabot[bot] Nov 2, 2019
a1df777
.NET Core 2.1 LTS
sergey-tihon Dec 8, 2019
ad78d5d
GitHub Actions
sergey-tihon Dec 9, 2019
9aa9e7c
Create dotnetcore.yml
sergey-tihon Dec 9, 2019
64c5d8a
Merge commit '8703d2400e72253d4b0399aecb14a47ce52b566f' into dotnet
sergey-tihon Dec 9, 2019
b11316b
Merge commit '9aa9e7c04e2102a31dec390532988a69d4e7514a' into dotnet
sergey-tihon Dec 9, 2019
35a399c
Merge commit '4d5b411b299b984417d36d3c43a88e09875f8a6f' into dotnet
sergey-tihon Dec 9, 2019
c9cf4a4
no need to install dotnet from fake
sergey-tihon Dec 9, 2019
40ee97d
build using .net core 3.1
sergey-tihon Dec 9, 2019
ec1a220
netcoreapp3.1 for tests and dependencies update
sergey-tihon Dec 10, 2019
5c8fa0d
Split into runtime and design time assemblies
sergey-tihon Dec 18, 2019
1d0baa3
Fix 'xx_ItemType is not comparable, so it cannot be included [...]' bug
deneuxj Jan 26, 2020
2eedc93
Add entry 1.6.0 to release notes
deneuxj Jan 26, 2020
0e40b8b
staged local changes
sergey-tihon Jul 16, 2020
db2e006
fix workflow
sergey-tihon Jul 16, 2020
f38d884
fix workflow
sergey-tihon Jul 16, 2020
579ae77
fix workflow
sergey-tihon Jul 16, 2020
c8f16d3
FAKE 5
sergey-tihon Jul 16, 2020
685f9cb
feat: dependencies update and fixes
sergey-tihon Dec 15, 2020
46eb72d
feat: dependencies update and test fixes
sergey-tihon Aug 9, 2021
8bdda08
Merge commit '685f9cb920cfb02a5a7696e6a93af47ca5db3ab4' into dotnet
sergey-tihon Aug 9, 2021
1c0cb82
feat: paket 6.0
sergey-tihon Aug 9, 2021
f5201dd
feat: release
sergey-tihon Aug 9, 2021
468b979
Merge commit '2eedc93ad35fd5a1b742eafb0acbd02a96b0ed59' into dotnet
sergey-tihon Aug 9, 2021
0a7cfb7
fix: links
sergey-tihon Aug 9, 2021
3066923
fix: readme
sergey-tihon Aug 9, 2021
16faf70
release
sergey-tihon Aug 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "6.0.0",
"commands": [
"paket"
]
},
"fake-cli": {
"version": "5.20.4",
"commands": [
"fake"
]
}
}
}
32 changes: 32 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Build and Test

on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
build:

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [5.0.302]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Install local tools
run: dotnet tool restore
- name: Paket Restore
run: dotnet paket restore
- name: Build and Test
run: dotnet fake run build.fsx
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ $RECYCLE.BIN/
# Exclude F# project specific directories and files
# ===================================================

.idea/
.vs/

# NuGet Packages Directory
packages/

Expand All @@ -171,6 +174,9 @@ temp/
TestResults.xml
release.cmd
nuget/
.paket/
.fake/
.ionide/

# Nuget outputs
nuget/*.nupkg
Expand Down
296 changes: 0 additions & 296 deletions .paket/Paket.Restore.targets

This file was deleted.

Binary file removed .paket/paket.exe
Binary file not shown.
38 changes: 0 additions & 38 deletions .paket/paket.targets

This file was deleted.

6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion FSharp.Configuration.Tests.dll.TestResults.xml

This file was deleted.

27 changes: 0 additions & 27 deletions FSharp.Configuration.nuspec

This file was deleted.

Loading