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

3448 Коммитов

Автор SHA1 Сообщение Дата
Andrew Arnott 5166ece5ed Avoid error parsing exception when data is of unexpected type 2017-06-23 10:29:38 -07:00
Andrew Arnott 25a34a4d04 Avoid C# dynamic when reading error messages
This may fix #45
2017-06-23 09:19:10 -07:00
Andrew Arnott 6fb909d8d6 Fix output directory on command line builds 2017-06-22 16:32:41 -07:00
Andrew Arnott 30070b2329 Add another error message handling test 2017-06-22 16:32:26 -07:00
Andrew Arnott 6804df1f67 Generate binding redirects at build time 2017-06-22 16:13:24 -07:00
Andrew Arnott 27320f5e8b Add error message interop tests
Attempts to repro #44, but seems to prove we have no problem here.
2017-06-22 16:12:27 -07:00
Andrew Arnott 611cf170c8 Merge pull request #43 from tinaschrepfer/dev/tinali/multipletarget
Implement multiple target support for StreamJsonRpc
2017-06-21 15:19:13 -07:00
Andrew Arnott cba73862f2 Bump version to 1.2 2017-06-21 15:17:51 -07:00
Andrew Arnott 25d89e69f3 Remove duplicate test 2017-06-21 15:15:08 -07:00
Tina Schrepfer (LI) 1d88f766e2 Addressed feedback. 2017-06-21 14:34:56 -07:00
Tina Schrepfer (LI) 4d38af1bde Addressed feedback. 2017-06-21 09:17:30 -07:00
Tina Schrepfer (LI) d0c5a1ee5a Correct error message. 2017-06-21 09:14:05 -07:00
Tina Schrepfer (LI) f5419efccc Addressed feedback. 2017-06-19 16:33:42 -07:00
Tina Schrepfer (LI) c6a3872c9d Addressed feedback. 2017-06-19 14:19:24 -07:00
Tina Schrepfer (LI) 2f3748ad26 Add unit tests and addressed feedback. 2017-06-19 14:11:40 -07:00
Tina Schrepfer (LI) d51c8dff9a Add support for multiple callback targets. 2017-06-15 10:24:40 -07:00
Tina Schrepfer bcf0b7dfe0 Merge pull request #6 from Microsoft/master
Merge from main repo
2017-06-09 09:09:39 -07:00
Andrew Arnott b7c74d48b9 Merge pull request #42 from v-zbsail/localization
LOC CHECKIN | vs-streamjsonrpc-master | 20170601
2017-06-01 07:37:09 -07:00
Andrew Arnott 56d9847045 Update resx files with loc changes 2017-06-01 07:33:03 -07:00
Zbyněk Sailer 66c3f192fa LOC CHECKIN | vs-streamjsonrpc-master | 20170601 2017-06-01 10:47:07 +02:00
Andrew Arnott 7939a3afb9 Inline out variable declarations 2017-05-27 08:47:55 -07:00
Andrew Arnott 3a557db263 Move unshipped APIs to shipped 2017-05-27 08:40:36 -07:00
Andrew Arnott 2ca9998200 Enable StyleCop and fix all warnings it adds 2017-05-27 07:18:57 -07:00
Andrew Arnott 775e366546 Fix neutral resources language to keep MAT happy 2017-05-27 06:50:14 -07:00
Andrew Arnott 3d88585fa3 Merge pull request #41 from Microsoft/dev/andarno/fixWarnings
Document public APIs
2017-05-27 06:45:12 -07:00
Andrew Arnott 85a751b420 Treat warnings as errors on appveyor 2017-05-27 00:36:14 -07:00
Andrew Arnott c340af57b5 Resolve StyleCop warnings 2017-05-27 00:35:07 -07:00
Andrew Arnott 51eff0c166 Activate StyleCop 2017-05-27 00:10:35 -07:00
Andrew Arnott 5900378a66 Document public APIs 2017-05-26 23:57:42 -07:00
Andrew Arnott baecf39eb2 Let MAT update the source-language in XLF files 2017-05-26 23:40:24 -07:00
Andrew Arnott 688fcce64c Set BaseOutputPath conditionally so LUT works
As per https://docs.microsoft.com/en-us/visualstudio/test/live-unit-testing-faq
2017-05-26 22:13:44 -07:00
Andrew Arnott 8194c968bb Fix PackageProjectUrl to point to this project
Fixes #40
2017-05-23 21:31:23 -07:00
Andrew Arnott ae75bd4190 Merge pull request #39 from Microsoft/dev/andarno/FixTestExplorerNavigation
Fix Test Explorer navigation
2017-05-20 11:31:38 -07:00
Andrew Arnott 6e24421d65 Fix Test Explorer navigation 2017-05-20 08:01:38 -07:00
Andrew Arnott 7eab0cfcbf Merge pull request #36 from Microsoft/dev/andarno/Profile111
Bring back the Profile111 target
2017-05-05 17:38:35 -07:00
Andrew Arnott a95f86d36e Bring back the Profile111 target 2017-05-05 13:47:39 -07:00
Andrew Arnott 97a98a4449 Merge pull request #34 from Microsoft/dev/andarno/UpdateDeps
Update to MS.VS.Threading 15.3.20
2017-05-03 10:01:33 -07:00
Andrew Arnott 3ac3d2f6f9 Update to MS.VS.Threading 15.3.20 2017-05-02 22:15:52 -07:00
Andrew Arnott 7284dd8cd0 Merge pull request #32 from Microsoft/dev/andarno/fixtests
Test Explorer "just works" and project file touch ups
2017-04-27 18:09:14 -07:00
Andrew Arnott 1a4bc71324 Let VS touch up our project file 2017-04-27 10:56:19 -07:00
Andrew Arnott b2254bdaee Allow running tests locally via Test Explorer 2017-04-27 10:56:00 -07:00
Andrew Arnott 5c5c096522 Merge pull request #31 from tinaschrepfer/dev/tinali/utf8
Support 'utf8' charset for encoding.
2017-04-13 14:12:57 -07:00
Javier E. De la Garza S 1eb4301fc8 Merge pull request #30 from Microsoft/dev/jadelaga/UpdateContributing
Added Multilingual Toolkit step
2017-04-13 11:12:05 -07:00
Tina Schrepfer (LI) a58f07bc0e Adding comments for test. 2017-04-13 10:43:21 -07:00
Tina Schrepfer (LI) e274e9d611 Handle utf8 charset for encoding. 2017-04-13 10:42:15 -07:00
Tina Schrepfer a354ead4ab Merge pull request #5 from Microsoft/master
Merge from master
2017-04-13 10:30:48 -07:00
Javier De la Garza Sanchez 779472ba5a added Multilingual Toolkit step 2017-04-13 09:59:25 -07:00
Javier E. De la Garza S a82fd1ddfe Merge pull request #29 from Microsoft/dev/jadelaga/UpdateContributing
Updated contributing file with new build instructions
2017-04-05 14:21:03 -07:00
Javier E. De la Garza S 53e3d28160 Update CONTRIBUTING.md 2017-04-05 12:30:15 -07:00
Javier De la Garza Sanchez dbd6cb781e udpated contributing file with new build instructions 2017-04-05 11:31:37 -07:00