We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de48c6 + b109844 commit b694d52Copy full SHA for b694d52
.travis.yml
@@ -0,0 +1,22 @@
1
+language: csharp
2
+
3
+matrix:
4
+ include:
5
+ - os: linux # Ubuntu 14.04
6
+ dist: trusty
7
+ sudo: required
8
+ dotnet: 1.0.0-preview2-003121
9
10
+script:
11
+ # Build the soruce
12
+ - cd src/Whathecode.System
13
+ - dotnet restore
14
+ - dotnet build
15
16
+ # Back to main
17
+ - cd ../../
18
19
+ # Run tests
20
+ - cd test/Whathecode.System.Tests
21
22
+ - dotnet test
README.md
@@ -0,0 +1,2 @@
+# .NET-Standard-Library-Extension [](https://travis-ci.org/Whathecode/NET-Standard-Library-Extension)
+Highly reuseable classes I find to be missing in the .NET Standard Library.
0 commit comments