Commit Graph

40898 Commits

Author SHA1 Message Date
moozzyk a3f8648710 Reacting to ASPNET_ => ASPNETCORE_ rename 2016-03-15 13:21:54 -07:00
moozzyk 54bc8022af Moving publish-iis from httpPlatformHandler to aspNetCoreModule 2016-03-15 13:21:53 -07:00
moozzyk 5c50ba0898 Creating Microsoft.AspNetCore.Server.IISIntegration.Tools package
See #95
2016-03-15 13:21:52 -07:00
Pranav K f76fb06c8f Fixing CI build break 2016-03-15 12:43:43 -07:00
Pranav K c03aabbff5 RazorCompilationService should throw a meaningful error when a user produces an application without `preserveCompilationContext`
Fixes #4202
2016-03-15 11:19:38 -07:00
Pranav K c261de6ee1 Simplify ordering since Testing no longer has cyclic dependencies 2016-03-15 11:02:34 -07:00
Pranav K bf1fc7dab3 Reacting to Hosting changes 2016-03-15 10:50:53 -07:00
ryanbrandenburg 1ae1cdb10b * Remove ServiceProvider 2016-03-15 09:57:17 -07:00
Pranav K 90235c7008 Reacting to Hosting changes 2016-03-15 09:14:31 -07:00
Cesar Blum Silveira a220948c8f Don't break build if src folder is not present (#701). 2016-03-15 05:49:31 -07:00
Cesar Blum Silveira f46b3a2db6 Build only if src directory exists. 2016-03-15 04:47:10 -07:00
jacalvar aa1495deb0 [Fixes #120, Fixes #121, Fixes #122] Make data protection follow the options model
* Add an IDataProtectionBuilder interface and move methods on DataProtectionConfiguration
  to extension methods on IDataProtectionBuilder.
* Make AddDataProtection return an IDataProtectionBuilder instance for further configuration.
* Make AddDataProtection take in an action with a GlobalConfigurationOptions parameter instead
  of a DataProtectionConfiguration parameter.
* Make DataProtectionProvider static
* Remove ConfigureGlobalOptions
* Change Option suffix in classes that are not actually options to Settings.
* Add extension method for configuring key management options.
* Cleanups.
2016-03-15 15:20:59 -07:00
Pranav K 64f7eff322 Fixing CI build break 2016-03-15 12:39:38 -07:00
Cesar Blum Silveira 2ec664f325 ASP.NET 5 -> ASP.NET Core 2016-03-14 22:01:49 -07:00
Cesar Blum Silveira 0c3b17dafd ASP.NET 5 -> ASP.NET Core 2016-03-14 21:51:06 -07:00
Cesar Blum Silveira 8e01db2c70 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:50:34 -07:00
Cesar Blum Silveira 73d50bbac3 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:47:24 -07:00
Cesar Blum Silveira 89a7fe8c81 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:46:27 -07:00
Cesar Blum Silveira 908bc6a577 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:44:31 -07:00
Cesar Blum Silveira 66dccd14ea ASP.NET 5 -> ASP.NET Core 2016-03-14 21:43:50 -07:00
Cesar Blum Silveira 5c9f3b6df4 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:42:15 -07:00
Cesar Blum Silveira c5d2274315 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:39:15 -07:00
Cesar Blum Silveira 10c33445dc ASP.NET 5 -> ASP.NET Core 2016-03-14 21:37:36 -07:00
Cesar Blum Silveira 13874bf771 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:37:12 -07:00
Cesar Blum Silveira 5442cbe6a5 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:35:01 -07:00
Cesar Blum Silveira dd18606f4f ASP.NET 5 -> ASP.NET Core 2016-03-14 21:31:48 -07:00
Cesar Blum Silveira 204f8a3a8e ASP.NET 5 -> ASP.NET Core 2016-03-14 21:30:16 -07:00
Cesar Blum Silveira be43238414 Update README.md 2016-03-14 21:28:55 -07:00
Cesar Blum Silveira 485b2d546a ASP.NET 5 -> ASP.NET Core 2016-03-14 21:27:31 -07:00
Cesar Blum Silveira dbf16e14c0 ASP.NET 5 -> ASP.NET Core 2016-03-14 21:26:41 -07:00
Cesar Blum Silveira 699566394d ASP.NET 5 -> ASP.NET Core 2016-03-14 21:20:07 -07:00
Pranav K ddde171fcb Reacting to Hosting changes 2016-03-14 20:53:27 -07:00
Pranav K 0cffed76df Fixing missed sample 2016-03-14 18:11:55 -07:00
Pranav K 6529917530 Reacting to Hosting changes 2016-03-14 17:54:05 -07:00
Pranav K 32209dafa1 Remove aspnet.xunit from Universe builds 2016-03-14 17:33:05 -07:00
John Luo 5ac589317f Additional fiels in HostingEnvironment and Renames
- Added ApplicationName, ContentRootPath and ContentRootFileProvider
- Removed Configuration
- Removed MapPath
2016-03-14 16:21:56 -07:00
Chris R 7ae9315cde React to IISIntegration changes. 2016-03-14 15:38:23 -07:00
Nate McMaster c5d8b8d109 Fix incorrect doc comments 2016-03-14 15:29:46 -07:00
Ajay Bhargav Baaskaran 73f9d26fb1 Updated Json.Net version 2016-03-14 15:05:35 -07:00
Ajay Bhargav Baaskaran 1a8d5317a9 Updated Json.Net version 2016-03-14 14:50:57 -07:00
Ajay Bhargav Baaskaran a7994b818e Updated Json.Net version 2016-03-14 14:47:54 -07:00
Ajay Bhargav Baaskaran bd1c815340 Updated Json.Net version 2016-03-14 14:43:20 -07:00
Ajay Bhargav Baaskaran bfe81edbdc Updated Json.Net version 2016-03-14 14:42:18 -07:00
Ajay Bhargav Baaskaran 33c91afbb2 Updated Json.Net version 2016-03-14 14:33:08 -07:00
Victor Hurdugaci 6e76ad7c0f - Run tests without sources
- Remove some old dead code
- Update repo names
- Allow the build to sync repos to particular commits
2016-03-14 14:13:54 -07:00
Pranav K 43ce29c1f9 Fixing CI build failure 2016-03-14 13:25:25 -07:00
Pranav K c068128098 Reacting to EF changes 2016-03-14 11:08:00 -07:00
John Luo 9ade9da2f7 Revert ApplicationBasePath default resolution #641 2016-03-14 10:31:08 -07:00
mnltejaswini 007c47d065 [Perf] Optimize controller action invoke
Fixes aspnet/MVC#3903
2016-03-14 10:17:55 -07:00
Chris R 9e6dc5b2da #95 Add the IISMiddleware via a IStartupFilter. 2016-03-14 09:59:49 -07:00