Skip to content

Commit cce0c19

Browse files
committed
Merge branch 'release/1.0.0' into production
2 parents 5cbf2ab + 7451212 commit cce0c19

300 files changed

Lines changed: 8398 additions & 25391 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '{branch}-{build}'
2+
before_build:
3+
- cmd: nuget restore CSF.Validation.sln
4+
build:
5+
verbosity: minimal
6+
test:
7+
assemblies:
8+
except:
9+
- '**\Ploeh.AutoFixture.NUnit3.dll'

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ bin/
22
obj/
33
TestResult.xml
44
TestResult.formatted.xml
5-
*.pidb
6-
*.VisualState.xml
75
*.userprefs
86
*.orig
9-
*.directory
7+
.directory
8+
packages/*/

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: csharp
2+
solution: CSF.Validation.sln
3+
4+
install:
5+
- nuget restore CSF.Validation.sln
6+
- nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory testrunner
7+
8+
script:
9+
- xbuild /p:Configuration=Debug CSF.Validation.sln
10+
- mono "./testrunner/NUnit.ConsoleRunner.3.6.1/tools/nunit3-console.exe" CSF.Validation.Tests/bin/Debug/CSF.Validation.Tests.dll

CSF.Caches/CSF.Caches.csproj

Lines changed: 0 additions & 42 deletions
This file was deleted.

CSF.Caches/ICache.cs

Lines changed: 0 additions & 116 deletions
This file was deleted.

CSF.Caches/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)