Kiran Challa
6134a11c28
Changed all references of PackageTargetFallback to AssetTargetFallback
2017-06-14 14:30:53 -07:00
Kiran Challa
2ac96dc904
Changed all references of PackageTargetFallback to AssetTargetFallback
2017-06-14 14:25:25 -07:00
Hao Kung
a1b9857d94
Pass cancellationToken
2017-06-14 13:12:59 -07:00
Hao Kung
df5c6730f7
Add new default schemes + tests ( #870 )
2017-06-14 12:57:45 -07:00
Ryan Nowak
7b44ea7a8f
Revert "Revert "Update Roslyn Version to support C# 7.1""
...
This reverts commit 48285f63c6 .
2017-06-14 12:38:22 -07:00
Ryan Nowak
4a374f8a33
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-14 12:06:47 -07:00
Ryan Nowak
e14ab8f396
Revert "Revert "Update Roslyn dependency for C# 7.1""
...
This reverts commit 8fb5652f0a .
2017-06-14 12:00:47 -07:00
Ryan Nowak
8599870648
Revert "Revert "Update Roslyn Version to support C# 7.1""
...
This reverts commit 48285f63c6 .
2017-06-14 11:56:56 -07:00
Ponant
98263cca29
Enlarged access to SignInOrTwoFactorAsync ( #1279 )
...
Does https://github.com/aspnet/Identity/issues/1274
2017-06-14 10:52:42 -07:00
N. Taylor Mullen
4b1f5f24da
Add netcoreapp2.0 runtime targets.
...
- By default the netcoreapp2.0 runtime targets wil not be chosen. This is intended to ensure runtime targets do not fallback to net461 when targeting netcoreapp2.0.
#142
2017-06-14 09:56:26 -07:00
Ryan Nowak
22d52f2a3c
Split the functions/section/inherits directives
2017-06-13 18:05:34 -07:00
Chris R
200ce72312
Rename PostLogoutRedirectUri to avoid spec confusion
2017-06-13 15:20:54 -07:00
Nate McMaster
5d1a523682
Make ILoggerFactory an optional service on any DI-injected services
2017-06-13 15:15:19 -07:00
Nate McMaster
96319687cd
Update CoreFxVersion to 4.4.0-*
2017-06-13 14:25:07 -07:00
Steve Sanderson
90922fb3c6
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-13 22:06:55 +01:00
Steve Sanderson
68e84bac3f
Update templates' ASP.NET dependencies to 2.0.0-preview2-final
2017-06-13 22:05:19 +01:00
Hao Kung
a9192d99dc
Rollback optional stores + activity features ( #1281 )
...
* Rollback optional features/store versioning
2017-06-13 13:05:54 -07:00
N. Taylor Mullen
080836e1c5
React to FileName => FilePath renames in Razor.
...
aspnet/Razor#1423
2017-06-13 11:39:38 -07:00
Nate McMaster
f413be3183
Update CoreFxVersion to 4.4.0-*
2017-06-13 11:39:29 -07:00
Nate McMaster
bcb359e355
Update System.Threading.Tasks.Dataflow dependency to latest corefx version
2017-06-13 11:37:59 -07:00
Nate McMaster
902783e202
Remove redundant property in dependencies.props
2017-06-13 11:29:31 -07:00
Nate McMaster
abf05e2856
Docker: add warning when FileSystemXmlRepository saves a key to non-volume mounted folder
2017-06-13 11:04:52 -07:00
Ajay Bhargav Baaskaran
27ac5da6d5
Add indexer null-check for preallocated tag helper attributes
2017-06-13 10:53:07 -07:00
Mike Harder
3763aba85c
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-06-13 10:40:19 -07:00
Mike Harder
78877b6ba2
Add "--no-restore" parameter to "dotnet run" ( #1104 )
...
- Workaround for "Publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843 )
2017-06-13 10:39:58 -07:00
N. Taylor Mullen
e3287ae672
Add diagnostics to the IR.
...
- Added a `Diagnostics` and `HasDiagnostics` properties to `RazorIRNode`. The `HasDiagnostics` property was necessary in order to traverse nodes without forcibly instantiating their diagnostic lists.
- Added `GetAllDiagnostics` extension method for `RazorIRNode` to provide a way to retrieve all diagnostics that exist on and under a `RazorIRNode`.
- Updated `RazorIRNodeWriter` to display any diagnostics that exist on IR nodes.
- Internal `RazorIRNode`s do not have mutable `Diagnostics` because we don't currently add diagnostics to these elements.
- Added `DefaultIRLoweringPhaseTest` to validate that errors flow from syntax tree to IR document. Also added a missing test.
- Updated the `CSharpLoweringPhaseTest`s to properly validate that errors flow from IR document => csharp document. This resulted in movement of code to the ir lowering phase tests.
#1412
2017-06-13 10:28:41 -07:00
Steve Sanderson
a7a3a359fa
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-13 09:47:18 +01:00
Steve Sanderson
a38d3bdc4b
Change NETStandard.Library.NETFramework reference to preview2-25405-01 for consistency with stock Web templates
2017-06-13 09:46:18 +01:00
Steve Sanderson
627da65692
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-13 09:39:17 +01:00
Steve Sanderson
8e5f255346
Update templates to reference preview2-25661
2017-06-13 09:37:40 +01:00
Nate McMaster
ddd041b0f1
Remove DefaultKeyServices
2017-06-13 00:34:35 -07:00
David Fowler
ae21379736
Fixed 205 status code
2017-06-13 06:00:26 +02:00
pan-wang
cee4cf7544
Antares blocks some windows APIs. We have use socket instead of calli… ( #109 )
...
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable to check whether the backend is listening on given port.
* Use socket instead of calling GetExtendedTcpTable to check if the backend process listens on given port since Antares blocks couple APIs
* Antares blocks some windows APIs. We have use socket instead of calling GetExtendedTcpTable
* update format
* format change
2017-06-12 19:41:12 -07:00
David Fowler
cde0aa741a
Removed unused dependencies ( #558 )
2017-06-13 03:03:28 +02:00
Mike Harder
86c31c5dc3
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-06-12 16:59:57 -07:00
Mike Harder
007e3b6b51
Add "--no-restore" parameter to "dotnet publish" ( #1101 )
...
- Workaround for "dotnet publish fails on app with project reference to netstandard2.0 class library" (https://github.com/dotnet/cli/issues/6843 )
2017-06-12 16:59:34 -07:00
Mike Harder
9a50ceb41b
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-06-12 16:29:11 -07:00
Mike Harder
93868fdf9a
Enable Travis and AppVeyor on "rel" branches ( #1102 )
2017-06-12 16:28:32 -07:00
Ryan Nowak
6860806213
Make usage of FileName and FilePath consistent
...
FileName => "Foo.cshtml"
FilePath => "/Bar/Baz/Foo.cshtml"
2017-06-12 16:15:26 -07:00
Chris R
f5253459ec
Change nuget pacakge version to include -pre-
2017-06-12 15:16:01 -07:00
Ryan Nowak
dfe04bc917
Fix #5979 - Remove hardcoding of tempdata for pages
2017-06-12 15:05:36 -07:00
Hao Kung
9797d4bc5f
Reenable API check
2017-06-12 14:58:11 -07:00
BrennanConroy
3cabb6aeb1
Don't over-discover Hub methods ( #511 )
2017-06-12 14:26:33 -07:00
Ryan Nowak
6ce71c24e5
Add RazorIRNodeReference for manipulating nodes
2017-06-12 13:46:59 -07:00
Pranav K
1fb3c8c26f
Remove Roslyn from NuGet.config.
...
Update StreamRpcJson to 1.0.36. This package has an assembly version that matches the version shipped in VS 2017 RTM.
2017-06-12 13:33:55 -07:00
John Luo
0465f65ea0
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-12 12:25:13 -07:00
John Luo
512195247a
Update DiaSymReader path update
...
MSBuild doesn't update environment variables when called through MSBuild Target
2017-06-12 12:23:16 -07:00
Hao Kung
b059bcc426
Obsolete AuthenticationManager ( #866 )
2017-06-12 11:41:27 -07:00
BrennanConroy
8277b2cc27
Enable skipped test ( #551 )
2017-06-12 11:37:11 -07:00
Stephen Halter
a97c08843c
Complete IPipeWriter in OutputProducer.Abort() ( #1894 )
...
- This prevents MemoryPoolBlocks from leaking when writes fail
2017-06-12 11:12:01 -07:00