Commit Graph

37701 Commits

Author SHA1 Message Date
Pranav K 3a29c26c46 Remove usage of TaskCache 2017-06-08 13:47:19 -07:00
Pranav K 3f771ef0bc Remove usage of TaskCache (#1889)
* Remove usage of TaskCache
2017-06-08 13:47:01 -07:00
Pranav K 32406953c4 Remove usage of TaskCache 2017-06-08 13:46:40 -07:00
Pranav K 0e4405ab7f Remove usage of TaskCache 2017-06-08 13:46:29 -07:00
Pranav K a78b194a84 Remove usage of TaskCache 2017-06-08 13:46:05 -07:00
Pranav K 4e044a1e30 Remove usage of TaskCache 2017-06-08 13:45:50 -07:00
Robert Mooney 80ec97c132 Enable tests in the explorer (#245) 2017-06-08 13:34:34 -07:00
Nate McMaster f12054dfa7 Update Microsoft.AspNetCore.HtmlAbstractions to .NET Standard 2.0 2017-06-08 12:58:50 -07:00
Ajay Bhargav Baaskaran 8bba757703 Don't ignore whitespace at the start of '<text>' tag 2017-06-08 11:56:24 -07:00
David Fowler b686298133 Don't throw for OnStarting or OnCompleted calls. (#864) 2017-06-08 08:53:03 -10:00
Pranav K c267d192d6 Remove usage of TaskCache 2017-06-08 11:46:50 -07:00
Pranav K 758be9ae13 Remove usage of TaskCache 2017-06-08 11:05:39 -07:00
hishamco ea79aadde2 Remove AssemblyName.CultureName work around
Remove AssemblyName.CultureName work around

Move unnecessary code out of try-catch
2017-06-08 10:46:23 -07:00
jhkimnew fc54fef0bf Fix nuget output path (#107)
Fix nuget output path

* Update theoutput path of nuget package
2017-06-08 10:42:32 -07:00
N. Taylor Mullen 6c69cb8f36 Make SHA256 algorithm creation FIPS compliant.
#6354
2017-06-08 10:20:36 -07:00
N. Taylor Mullen bdf115a5ff Make SHA256 algorithm creation FIPS compliant.
#144
2017-06-08 10:19:33 -07:00
Nate McMaster 05dd8c7386 Add the npm 5 lockfile to source 2017-06-08 09:47:17 -07:00
Pranav K cea5965bd3 Remove usage of TaskCache 2017-06-08 09:42:58 -07:00
Pranav K a23f1601fd Remove usage of TaskCache 2017-06-08 09:06:41 -07:00
Pranav K 3909a5ce88 Remove usage of TaskCache 2017-06-08 09:06:18 -07:00
Pranav K 4a258b4565 Remove usage of TaskCache 2017-06-08 09:01:00 -07:00
Pranav K a5f3a6425e Remove TaskCache and TaskCacheOfT 2017-06-08 08:19:20 -07:00
Steve Sanderson e50d4825c3 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 11:44:53 +01:00
Steve Sanderson bf6d2227db In dotnet new templates, display instruction to run "npm install" manually 2017-06-08 11:43:38 +01:00
Steve Sanderson 06c94d54eb Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 11:15:48 +01:00
danobri bcaa3af92e Re-add bootstrap import
In the update to Angular 4, the bootstrap import got removed from boot.client.ts, causing the navbar-toggle menu to longer work in the template.  Re-adding so navbar-toggle is functional again.
2017-06-08 11:14:18 +01:00
Steve Sanderson 3685592b01 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 11:09:51 +01:00
Steve Sanderson f3b7103c83 In AngularSpa template, redefine app.module.shared as a real NgModule. Fixes #986. 2017-06-08 11:08:36 +01:00
Steve Sanderson 2acdad38cd Merge branch 'rel/2.0.0-preview2' into dev 2017-06-08 10:40:05 +01:00
Steve Sanderson 0dd24068ca Update VS template name localisation IDs and texts as instructed 2017-06-08 10:38:00 +01:00
Steve Sanderson 0526852e05 Pin templates' .NET reference version numbers on Coherence 25571 in same way as stock Web templates do. This also fixes net461 support. 2017-06-08 10:33:27 +01:00
David Fowler 523517f60c Add support for timing out poll requests (#538)
* Add support for timing out poll requests
- Default poll request is 110 seconds (like in previous versions of SignalR)
- Use 200 with a 0 content length for timeouts.
- Added support for not timing out while debugging
2017-06-07 20:55:00 -10:00
John Luo d58bcba814 Re-enable symbols generation on x86 2017-06-07 19:50:07 -07:00
= a182494f17 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 18:11:15 -07:00
= e055aaa72f Fix typo 2017-06-07 18:10:56 -07:00
= 123125f405 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 17:23:59 -07:00
= 0e3f19e3bf Skip symbol zips when no symbols are produced 2017-06-07 17:23:29 -07:00
Mike Harder e9dd8ca41a Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 17:17:20 -07:00
Mike Harder 8766528470 Update shared framework version to 2.0.0-preview2-25407-01 2017-06-07 17:15:39 -07:00
= ace9023f2c Merge branch 'rel/2.0.0-preview2' into dev 2017-06-07 17:05:57 -07:00
= 88eb593c4f Fix PackageCache builds
No symbols are generated for macOS

Add environment variable to pass additional arguments to dotnet store
2017-06-07 17:03:55 -07:00
= 859177479c Fix PackageCache builds
No symbols are generated for macOS

Add environment variable to pass additional arguments to dotnet store
2017-06-07 17:01:29 -07:00
Mikael Mengistu 49206c14f0 Sort 2017-06-07 16:20:11 -07:00
Mikael Mengistu 7fbca28188 Fix downgrade warning 2017-06-07 16:17:16 -07:00
Chris R 448e6787e2 Fix auth enabled check 2017-06-07 15:43:24 -07:00
Pavel Krymets 2eb9bf887b Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev 2017-06-07 15:28:38 -07:00
Pavel Krymets 67234e8748 React to logging changes 2017-06-07 15:26:49 -07:00
Ajay Bhargav Baaskaran a6d2c04195 [Fixes #1379] Rename CSharpStatement to CSharpCode 2017-06-07 15:20:47 -07:00
Pranav K 8662422e18 Merge pull request #6376 from aspnet/rel/2.0.0-preview2
Perform case insensitive lookups for precompiled views
2017-06-07 15:19:42 -07:00
Pranav K 1124eb5016 Perform case insensitive lookups for precompiled views 2017-06-07 15:19:21 -07:00