Граф коммитов

3448 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott ec8756685f Merge pull request #18 from tinaschrepfer/dev/tinali/delimiterbug
Changed header message handler to be more resilient to extra spaces or lack of spaces.
2017-03-15 09:34:24 -07:00
Tina Schrepfer (LI) ee02fe35d3 Forgot to set CRLF explicitly for second test. 2017-03-15 09:11:19 -07:00
Tina Schrepfer (LI) 12cf5dbd0a Explicitly setting line breaks with CRLF. 2017-03-15 09:05:59 -07:00
Tina Schrepfer (LI) 4dd84ad5db Changed header message handler to be more resilient to extra spaces or lack of spaces. 2017-03-14 10:46:01 -07:00
Andrew Arnott 883790b41b Merge pull request #17 from tinaschrepfer/dev/tinali/nugetconfig
Remove feeds that are no longer needed.
2017-03-13 17:55:38 -07:00
Tina Schrepfer (LI) 6336cf9dbe Remove feeds that are no longer needed. 2017-03-13 16:32:54 -07:00
Andrew Arnott fd03bfccac Merge pull request #16 from Microsoft/AArnott-patch-1
Describe how to get tests to run
2017-03-10 15:03:06 -08:00
Andrew Arnott 0b38ed96a3 Describe how to get tests to run 2017-03-10 11:30:19 -08:00
Andrew Arnott 83bb2675ce Merge pull request #15 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2017-03-10 09:23:19 -08:00
Andrew Arnott 8b874b28a5 Rearrange badges 2017-03-10 09:22:44 -08:00
The Gitter Badger f97e9bd334 Add Gitter badge 2017-03-10 17:21:35 +00:00
Andrew Arnott 1a3c763f20 Add code coverage badge 2017-02-06 16:08:03 -08:00
Andrew Arnott aef7189448 Merge remote-tracking branch 'origin/v1.0' 2017-02-06 16:07:34 -08:00
Andrew Arnott c33f1a45d0 Merge pull request #13 from Microsoft/dev/andarno/coverage_validate
Add automated code coverage to appveyor
2017-02-06 16:05:34 -08:00
Andrew Arnott d130f6e21f Fix regex for branch regex in appveyor 2017-02-06 15:55:05 -08:00
Andrew Arnott 5dac10f273 Add automated code coverage to appveyor 2017-02-06 15:53:40 -08:00
Andrew Arnott 330e57c482 Disable appveyor caching of nuget packages
They take up more space than appveyor allows
2017-02-06 15:46:15 -08:00
Andrew Arnott 471548ac9a Release out of vX.Y branches as well as master 2017-02-01 07:58:41 -08:00
Andrew Arnott f55f8784c0 Merge remote-tracking branch 'origin/v1.0' 2017-01-31 20:18:48 -08:00
Andrew Arnott 6c6929e96b Add code of conduct to contrib doc 2017-01-31 20:14:41 -08:00
Andrew Arnott 79a412b335 Merge pull request #12 from Microsoft/dev/andarno/threadingAnalyzers
Install Threading.Analyzers and get clean of messages
2017-01-31 09:13:20 -08:00
Andrew Arnott 9519752a21 Install Threading.Analyzers and get clean of messages 2017-01-31 00:08:13 -08:00
Andrew Arnott 94f7b51415 Merge pull request #11 from Microsoft/dev/andarno/netstandard
Support netstandard1.1
2017-01-24 23:01:24 -08:00
Andrew Arnott 845c393399 Support netstandard1.1 2017-01-24 17:00:01 -08:00
Andrew Arnott 16dc879328 Produce xml doc file 2017-01-24 03:22:13 -08:00
Andrew Arnott 496b7d64a5 Merge pull request #9 from v-zbsail/localization 2017-01-18 11:52:08 -08:00
Andrew Arnott 6bbd4e8bd0 Remove blank spaces 2017-01-18 11:50:29 -08:00
Andrew Arnott 4fae92d6df Apply xlf changes to resx 2017-01-18 11:50:29 -08:00
Zbyněk Sailer 29dd2ed42e LOC CHECKIN | vs-streamjsonrpc | 20170118 2017-01-18 11:50:28 -08:00
Andrew Arnott 536bd203a2 Merge pull request #10 from Microsoft/v1.0
Merge v1.0 to master
2017-01-18 11:45:42 -08:00
Andrew Arnott 219e239d93 Suppress more tests that fail on appveyor 2017-01-18 11:32:34 -08:00
Andrew Arnott 727bc6db4e Merge pull request #8 from Microsoft/dev/andarno/SimplifyRestore
Simplify package restore, and use latest NuProj
2017-01-17 11:01:32 -08:00
Andrew Arnott 32b6945ccf Update to latest NuProj 2017-01-16 21:10:11 -08:00
Andrew Arnott 23d844d2ce Eliminate need for extra package restore step
Per the doc updates to NuProj found here:
883121f807
We don't need to run "nuget restore project.json" on the NuProj directory directly any more. Using a solution-level packages.config file solves it in a simpler way.

Yes, this does mean that each solution has a local copy of the NuProj package after restore completes, but that's not too bad. And at least for this repo, that means that "nuget restore" on the solution always just works. And that's valuable.
2017-01-16 21:10:11 -08:00
Andrew Arnott 048aefe730 Fix regex for appveyor builds 2017-01-16 20:37:07 -08:00
Andrew Arnott 7ccb775697 Skip another test that fails sporatically on appveyor 2017-01-16 18:28:06 -08:00
Andrew Arnott e36a53d774 Merge branch 'v1.0' 2017-01-16 16:37:34 -08:00
Andrew Arnott 6ce768906d Fix appveyor build spec 2017-01-16 16:35:50 -08:00
Andrew Arnott f9f1524e3a Merge pull request #7 from Microsoft/dev/andarno/skiptest_validate
Skip test that fails in AppVeyor
2017-01-16 14:17:52 -08:00
Andrew Arnott 83d454d4dd Skip test that fails in AppVeyor 2017-01-16 14:06:37 -08:00
Andrew Arnott 64026de3ec Merge pull request #2 from Microsoft/dev/andarno/ObjectDisposedExceptions
Throw OperationCanceledExceptions instead of ObjectDisposedExceptions
2017-01-16 13:56:53 -08:00
Andrew Arnott bdeda7ae10 Bump version to 1.1 2017-01-16 13:55:31 -08:00
Andrew Arnott eb38f0a3cd Update appveyor build and publish policy 2017-01-16 13:48:34 -08:00
Andrew Arnott 597f698773 Use commit ID in cloud build number 2017-01-14 17:05:35 -08:00
Andrew Arnott dccfe9e2bb Use public signing in non-MicroBuild builds 2017-01-14 15:48:29 -08:00
Andrew Arnott 35a97f6845 Fix source server when built on VSTS 2017-01-13 22:29:07 -08:00
Andrew Arnott d83b975dbb Merge pull request #6 from Microsoft/oss
Get project ready for OSS
2017-01-13 18:19:28 -08:00
Andrew Arnott 0b385e2483 Register skip verification so tests can run on appveyor 2017-01-13 18:16:42 -08:00
Andrew Arnott dc5a720b0d Update project and license URLs to github site 2017-01-13 18:12:25 -08:00
Andrew Arnott 2f118f6f15 Add AppVeyor badge to readme 2017-01-13 18:09:05 -08:00