Commit Graph

37701 Commits

Author SHA1 Message Date
Nate McMaster 74c561b504
React to aspnet/DotNetTools#272 2017-03-14 12:50:40 -07:00
Nate McMaster 918847339d
React to aspnet/DotNetTools#272 2017-03-14 12:50:14 -07:00
Ryan Brandenburg 82d87df166 Fix warning as error 2017-03-14 12:44:57 -07:00
Nate McMaster 199329bed0 Update appveyor to VS 2017 2017-03-14 12:39:39 -07:00
Ajay Bhargav Baaskaran 2ffaa88830 Using NullLogger types from Logging.Abstractions 2017-03-14 12:24:18 -07:00
Nate McMaster 8c32731282 Update dependencies and build version to 1.2.0
Unify dependencies
Remove duplcated code from CommandLineUtils
Update appveyor image
2017-03-14 12:22:25 -07:00
Ajay Bhargav Baaskaran 4569750d86 Using NullLogger types from Logging.Abstractions (#389) 2017-03-14 12:19:33 -07:00
Ajay Bhargav Baaskaran 461b08b6f7 Using NullLogger types from Logging.Abstractions (#178) 2017-03-14 12:19:20 -07:00
Ajay Bhargav Baaskaran a48c0cacca Using NullLogger types from Logging.Abstractions (#115) 2017-03-14 12:18:12 -07:00
Ajay Bhargav Baaskaran f8acb719e8 Using NullLogger types from Logging.Abstractions (#339) 2017-03-14 12:17:57 -07:00
Ajay Bhargav Baaskaran 3eea4ee171 Merge pull request #154 from aspnet/ajbaaska/logging
Using NullLogger types from Logging.Abstractions
2017-03-14 12:17:10 -07:00
Ajay Bhargav Baaskaran cccfc0de22 Using NullLogger types from Logging.Abstractions (#215) 2017-03-14 12:12:47 -07:00
Andrew Stanton-Nurse cb150de808 port dotnet/corefx#17049 (#151) 2017-03-14 12:04:59 -07:00
Nate McMaster 64f84811bd Fix incorrect debug asserts 2017-03-14 11:45:04 -07:00
Eilon Lipton 6a56f1aa4a Update README.md 2017-03-14 11:25:44 -07:00
Nate McMaster 5073d4fdaf Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
Andrew Stanton-Nurse fcbb43cc03 use new CoreFxLab buffer read/write primitives (#276)
* converted formatters to use IOutput
* convert parsers to use BytesReader
2017-03-14 10:28:54 -07:00
Ryan Brandenburg 365ae19c8b Add InvalidTagHelperIndexerAssignment to RazorPageBase 2017-03-14 10:04:15 -07:00
Andrew Stanton-Nurse 577b765a8a Update TransportProtocols.md (#295) 2017-03-14 09:57:19 -07:00
Ansari b1e4df0c06 Typo Error Fixed. 2017-03-14 09:43:23 -07:00
Brice Lambson bf61d14e0a Remove EntityFramework.Tools 2017-03-14 09:23:30 -07:00
moozzyk 2f2d3a6f24 Fixing Receive/Close race
Fixing a race where removing the last message from the channel would trigger draining the event queue (in channel Completion continuation) which would prevent from raising the Received event for the very message that was read from the channel.
2017-03-14 08:49:57 -07:00
moozzyk 4bacbfeb05 Enabling Debug logging in a flaky test 2017-03-14 08:49:57 -07:00
moozzyk e8ad3b4160 Adding detailed logging to the client 2017-03-14 08:49:57 -07:00
Pranav K 89aebea9e5 Print the build graph prior to building repositories
Fixes #485
2017-03-14 08:42:44 -07:00
Ajay Bhargav Baaskaran df0d4cbfa8 Using NullLogger types from Logging.Abstractions 2017-03-13 20:52:05 -07:00
Pranav K 9231dbda4f Reacting to Mvc changes 2017-03-13 18:18:03 -07:00
hishamco e44d875df4 Adding AuthorizePage & AuthorizeFolder without requiring a policy
Refactoring
2017-03-13 16:39:52 -07:00
Mikael Mengistu 42119e2276 Added Response Compression to README 2017-03-13 16:33:48 -07:00
Pranav K f7fd5114b3 Introduce MvcRazorTemplateEngine 2017-03-13 16:33:13 -07:00
Andrew Stanton-Nurse 92b37f85c2 disable AutobahnTestAppHttpListener from build 2017-03-13 15:41:08 -07:00
Andrew Stanton-Nurse 9b553ca1c0 make all tests allow 'non-strict' conformance (#149) 2017-03-13 15:40:55 -07:00
Pranav K e67bdd411e Add options to build a subgraph of repos 2017-03-13 15:33:56 -07:00
Ben Adams b94912bcb1 InitializeHeaders only at start of parsing/Fix remaining (#1488)
* Don't reinitialize header collection each loop
* Correct remaining tracking value
* Add tests
2017-03-13 15:32:28 -07:00
Pranav K ff197e6fed Bump up version of the vsix
Add an icon to the vsix
Change minimum requirement of the vsix to VS RTM

Fixes #1064
Fixes #1056
2017-03-13 13:28:33 -07:00
Pranav K 4faef7afaf Cache more things in HandlerMethodDescriptor
Add tests for DefaultPageHandlerMethodSelector
2017-03-13 13:15:26 -07:00
Nate McMaster 1bfa9c4b4b
Make it possible to detect that a process is running inside dotnet-watch by setting 'DOTNET_WATCH=1' 2017-03-13 13:00:22 -07:00
Doug Bunting e36757910b Correct targets in IISIntegration.sln and remove TestSites workarounds
- remove unnecessary x64 and x86 configurations from the solution
- dotnet/sdk#396 has been fixed; web sites target x86 automatically

nit: sort dependencies
2017-03-13 12:06:30 -07:00
Mark Thiessen 3077b8a8c0 Modifies babel config to allow for webpack tree shaking 2017-03-13 11:20:05 -07:00
Pranav K 2fc88fe9c1 Add support for base path in FindHiearchicalItems
Required for https://github.com/aspnet/Mvc/issues/5915
2017-03-13 11:15:11 -07:00
Steve Sanderson 5866713a05 Remove style-loader from vendor bundles. Fixes #715. 2017-03-13 11:11:38 -07:00
Pranav K 7d7ecf3a1b Make precompilation tests use project reference instead of package reference
Fixes #95
2017-03-13 11:05:25 -07:00
Doug Bunting 35986c778f Back up to .NET 4.5.2
- do not have .NET 4.6.1 reference assemblies on all CI machines
- have corrected System.XML casing issue mentioned in 7637f2ea

nit: sort dependencies
2017-03-13 10:14:08 -07:00
Kévin Chalet 32dd435c6e Add an opt-out DisableTelemetry option in the OpenID Connect middleware (#1140) 2017-03-13 10:02:59 -07:00
Steve Sanderson 7aacf2151c Bump templates packages versions to 0.8.7 for release 2017-03-13 09:55:48 -07:00
Pranav K 7b53ba1f6b Reacting to https://github.com/aspnet/Razor/issues/1063 2017-03-13 09:46:36 -07:00
Pranav K 7d43bfc709 Add RazorSourceDocument.Create(string template)
Add document and fix casing of RazorSourceDocument.FileName
Fixes #1063
2017-03-13 09:44:06 -07:00
Steve Sanderson e4623bb186 Add Vue template to Yeoman generator 2017-03-13 09:32:02 -07:00
Steve Sanderson c6a089880c Add VueSpa.csproj to .sln 2017-03-13 09:29:29 -07:00
Steve Sanderson 59e09816c7 Fix typos (etc) in description on homepage 2017-03-13 09:25:23 -07:00