Commit Graph

37701 Commits

Author SHA1 Message Date
N. Taylor Mullen cb40da4e0f Rename ParseOnlyLeadingDirectives.
- Was renamed to `ParseLeadingDirectives`.

#1510
2017-07-06 14:34:15 -07:00
N. Taylor Mullen b68290ddb7 Make `RazorParserOptions` creation more like RazorEngine
- Removed verbose `Create` methods in favor of the `RazorParserOptionsBuilder`. This is similar to how the `RazorEngine` functions.
- Added a `CreateDesignTime` method.
- Updated existing tests to use new Create syntax.

#1510
2017-07-06 14:33:33 -07:00
N. Taylor Mullen 87a5435036 Make `RazorParserOptions.DesignTime` getter only.
- Renamed `IRazorParserOptionsFeature` to `IConfigureRazorParserOptionsFeature`, the original interface was re-purposed to get the options rather than configure them.
- This involved re-designing how we set design time on the `RazorParserOptions` object. The indicator of `DesignTime` is now configured at the RazorEngine level via a parser options provider feature.
- Moved options construction from the phase into an `IRazorParserOptionsFeature` type.

#1510
2017-07-06 14:33:05 -07:00
N. Taylor Mullen 1be796027e React to `ParseOnlyLeadingDirectives` rename.
aspnet/Razor#1510
2017-07-06 14:26:35 -07:00
N. Taylor Mullen d71fb890ee React to `IRazorParserOptionsFeature` rename.
aspnet/Razor#1510
2017-07-06 14:20:56 -07:00
Ryan Brandenburg 056b955f52 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:17:52 -07:00
Pranav K 288da1a405 RedirectToPage(page, handler) does not work (#6503)
Fixes #6436
2017-07-06 14:12:57 -07:00
Ryan Brandenburg 061d001f38 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:09:56 -07:00
Ryan Brandenburg 9130651a69 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:08:33 -07:00
Ryan Brandenburg c5630493cc Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:07:01 -07:00
Ryan Brandenburg f3002cdc37 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:06:44 -07:00
Ryan Brandenburg 24d589b8c8 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:06:27 -07:00
Ryan Brandenburg 351e6c9c5d Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:03:25 -07:00
Ryan Brandenburg 6b1b7a5bfc Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:03:05 -07:00
Ryan Brandenburg 184ccb8f4a Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 14:00:29 -07:00
Ryan Brandenburg ae4154b0aa Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:53:58 -07:00
Ryan Brandenburg 36bdecf56f Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:42:44 -07:00
Ryan Brandenburg 8b9b8beb1d Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:42:25 -07:00
Hao Kung a15c2afe85 React to auth 2017-07-06 13:42:05 -07:00
Hao Kung 23da476176 Switch to IOptionsMonitor (#1295) 2017-07-06 13:41:47 -07:00
Ryan Brandenburg 4cb7f030ba Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:41:46 -07:00
Ryan Brandenburg 856fc7f70c Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:41:32 -07:00
Ryan Brandenburg 2a2326dec9 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:40:00 -07:00
Ryan Brandenburg 5ae4f77e4f Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:39:39 -07:00
Ryan Brandenburg 49869df2f8 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:39:05 -07:00
Ryan Brandenburg a262ba1266 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:36:43 -07:00
Ryan Brandenburg 447575bcff Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:36:03 -07:00
Ryan Brandenburg 84f7aad30e Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:35:34 -07:00
Ryan Brandenburg bcbfe745f4 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:35:01 -07:00
Ryan Brandenburg ae3278bd12 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:34:33 -07:00
Ryan Brandenburg 7bbcd150a2 Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:22:07 -07:00
Hao Kung b355f59a01 TFA tweaks for templates (#1299) 2017-07-06 13:14:47 -07:00
Ryan Brandenburg 17f97397e6 TreatWarningsAsErrors 2017-07-06 12:33:35 -07:00
Pavel Krymets b484d2ee4f Remove default AI logger settings (#69) 2017-07-06 12:24:38 -07:00
David Fowler 595f783857 Features everywhere (#639)
* Features everywhere
- The goal here is to move things closer to the final design where
ConnectionContext represents a very low level primitive that represents
any connection like transport. As part of that change, we remove unnecessary
properties like User and move those into features. They temporarily live in the same
assembly but they are not required by ConnectionContext.
- Used features for Hubs instead of Metadata
- Metadata is no longer thread safe
2017-07-06 11:27:16 -07:00
Ajay Bhargav Baaskaran 11c5293862 Unnest IntermediateToken.TokenKind 2017-07-06 11:15:36 -07:00
Nate McMaster 03c92fe36b React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:40:22 -07:00
Nate McMaster 249722ca0d React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:47 -07:00
Nate McMaster 6316320b0e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:36 -07:00
Nate McMaster 3c0fb48fab React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:31 -07:00
Nate McMaster eb68e620df React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:25 -07:00
Nate McMaster 775b831ac2 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:21 -07:00
Nate McMaster fd502195a4 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:16 -07:00
Nate McMaster ec16dd1757 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:39:04 -07:00
Nate McMaster e4276480f4 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:59 -07:00
Nate McMaster a19a422cb1 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:42 -07:00
Nate McMaster 7eb4a8687e React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:37 -07:00
Nate McMaster 78e57397a0 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:25 -07:00
Nate McMaster 2c3ff993dc React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:15 -07:00
Nate McMaster 7d74ba1440 React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:38:10 -07:00