Commit Graph

37701 Commits

Author SHA1 Message Date
Ryan Nowak 062d7561ae Make section an extension node 2017-06-20 19:20:46 -07:00
Pranav K ff8d73189c Skip tests affected by cookie path changes 2017-06-20 16:34:40 -07:00
Pranav K be46b5a922 Use better asserts for cookies 2017-06-20 16:34:40 -07:00
Pranav K 5bcba9677e Re-enable desktop tests
* Cleanup tests to use a test case per scenario
* Run tests on CLR
* Enable view precompilaton for the sample.
2017-06-20 16:34:40 -07:00
BrennanConroy 0dd29b3050 Always close websocket on server (#567)
* refactor server websockets transport
2017-06-20 16:00:32 -07:00
= 31f9f8b436 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-20 14:03:26 -07:00
= dfd7929746 Build RPM installers 2017-06-20 13:57:40 -07:00
Pranav K 9b89aca3c3 Use IsPackable instead of ExcludeFromPack 2017-06-20 13:47:40 -07:00
Hao Kung f555a26b4a Make roles optional in Extensions.Identity 2017-06-20 13:32:42 -07:00
N. Taylor Mullen 53fb676069 React to new page directive expectations.
- This will be reverted once https://github.com/aspnet/Razor/issues/1448 has been completed.
2017-06-20 12:53:23 -07:00
Pranav K c89f0a1e43 Allow AddPageRoute to route to pages root. (#6412)
* Allow AddPageRoute to route to pages root.
Fixes #6338
2017-06-20 12:33:33 -07:00
Pranav K e0e74462ba Fix warnings in tests from adding assembly references that don't exist 2017-06-20 10:59:35 -07:00
Pranav K fe4cc976b9 Use MuxerPath to determine location to dotnet.exe
Fixes $50
2017-06-20 10:59:35 -07:00
Stephen Halter e1e7c9b810 Wait until the writer is complete to reset RequestBodyPipe (#1902) 2017-06-20 10:56:23 -07:00
Hao Kung 12f89f66a6 Improve PathString <-> string logic 2017-06-20 10:49:17 -07:00
N. Taylor Mullen e300cf175a Remove docs exclusion from NuGetPackageVerifier.json. 2017-06-20 10:43:41 -07:00
N. Taylor Mullen a178f10dc6 Upate NuGetPackageVerifier.json BUILD_ITEMS_FRAMEWORK reason. 2017-06-20 10:22:50 -07:00
Sławomir Rosiek 4ceed817a3 Removed unused methods 2017-06-20 16:33:34 +01:00
Sławomir Rosiek 6d85e752e1 Throwing HttpInvocationException instead of generic Exception 2017-06-20 16:33:34 +01:00
Steve Sanderson 460f202832 In React templates, update @types/react to 15.0.29 for compatibility with TypeScript 2.4.0+ 2017-06-20 15:17:19 +01:00
Steve Sanderson 73054559cc Bump aspnet-prerendering version to 2.0.6 for publish 2017-06-20 15:11:23 +01:00
Steve Sanderson d007a3fbba In aspnet-prerendering, fix type definitions to satisfy TypeScript 2.4.0. Fixes #1034 2017-06-20 15:10:29 +01:00
Steve Sanderson fcd3cf9dd7 In aspnet-prerendering, simply type imports/exports by changing PrerenderingInterfaces to a regular module (not a .d.ts file) 2017-06-20 15:07:11 +01:00
N. Taylor Mullen 132c8c7a7e Implement consistent error story for directives.
- Added error case that enforces whitespace in between directive tokens.
- Upon encountering invalid directive tokens/states we bail out of parsing and log an appropriate error.
- Raised directive parse errors to the IR layer. This is slightly hacky given the parsers limitations; we swap out the error sink temporarily to capture all directive parser errors and then shove the errors collected onto the directives chunk generator.
- Added a `MalformedDiretiveIRNode` and corresponding pass to represent directives that are in an invalid state. Chose to not take the path of using the default `DirectiveIRNode.Diagnostics` member to enable users who are extending directives to only ever have to work with "valid" directives. If they want to work with malformed directives they can search the IR document for their malformed counterpart and handle it separately.
- Updated existing test expectations
- Removed some existing tests that were no longer valid (we don't call into user code if a directive is malformed).

#1173
2017-06-19 21:14:06 -07:00
= bf1e1de976 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-19 18:36:38 -07:00
John Luo 89a2dadfca Remove ViewCompilation from publish manifests 2017-06-19 18:12:12 -07:00
Ajay Bhargav Baaskaran dd4e163173 Change GenerateChecksum to SuppressChecksum 2017-06-19 16:52:36 -07:00
Cesar Blum Silveira 892de7d4b8 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-19 16:39:00 -07:00
Cesar Blum Silveira 7afd279a6d Don't pause and resume read timing on upgrade requests (#1904). 2017-06-19 16:37:47 -07:00
Javier Calvarro Nelson f91e3ff342 Fix versions on OIDC sample 2017-06-19 15:34:20 -07:00
Nate McMaster 0dfb8e474a Remove named constraint from SqlCache tool (#310) 2017-06-19 15:10:21 -07:00
Pranav K 3cc8a09bcb Don't attemmpt to build win7 binaries on xplat
Cherry-pick commit that was missed in rebase
2017-06-19 15:03:50 -07:00
David Fowler e88ad84a72 Create a scoped service provider for the call to Configure (#1106)
* Create a scoped service provider for the call to Configure
- This allows scoped dependencies to be injected into the Configure method.
It means you can resolve the DbContext or any other scoped service without
the hassle of the CreateScope boiler plate. As a side effect, it also makes
Startup.Configure a bit more testable.
2017-06-19 14:14:20 -07:00
Pranav K 942c677563 Move binaries in to the build folder 2017-06-19 14:03:20 -07:00
Kiran Challa c8cc328c6b Merge branch 'rel/2.0.0-preview2' into dev 2017-06-19 13:08:25 -07:00
Mike Harder 71ce7df465 Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-19 12:52:27 -07:00
Mike Harder 1571dc3d80 Revert "Temporarily removed TreatWarningsAsErrors"
This reverts commit c7fb5763af.
2017-06-19 12:51:14 -07:00
David Fowler 70a3017b12 Add overload that takes an IConfigurationBuilder (#1107) 2017-06-19 12:41:43 -07:00
Pranav K 900f38b0c2 Copy precompiled pdb to publish directory
Fixes #98
2017-06-19 12:27:21 -07:00
John Luo 7ac4bf14f2 Use file globbing to resolve manifests 2017-06-19 12:06:14 -07:00
Pranav K ebf207cea4 Avoid running the precompilation tool as part of building ClassLibraryWithPrecompiledViews
Fixes #117
2017-06-19 12:04:30 -07:00
Sławomir Rosiek 48bca777fe Added "private": true to package.json 2017-06-19 15:04:42 +02:00
Pranav K f824704741 Cleanup fileLength use 2017-06-18 11:05:49 -07:00
Nate McMaster 0742f56dbd Fix minor formatting error in help text for user-secrets 2017-06-17 13:45:20 -07:00
Nate McMaster 13e01db0d2 Fix minor bugs in samples and their NS.Library.NETFramework reference 2017-06-16 11:24:45 -07:00
Ajay Bhargav Baaskaran 3892a6fede Removed ChecksumIRNode 2017-06-16 11:14:54 -07:00
Pranav K a8b6fa757a Remove dotnet-core feed from NuGet.config 2017-06-16 08:19:31 -07:00
Steve Sanderson aadcfa1fb7 Revert change that added preview2-final NuGet feed as it's not required in dev branch 2017-06-16 13:28:00 +02:00
Steve Sanderson f683b39806 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-16 13:26:56 +02:00
Steve Sanderson c128fa6e06 Switch NuGet config to use preview2-final feed. This change needs to be reverted when merged back to dev branch. 2017-06-16 13:14:05 +02:00