Mikael Mengistu
3d17ac3d4c
Handle onReceive logic in background thread ( #7809 )
2019-02-25 14:24:07 -08:00
Steve Sanderson
87f4ca7299
[Templates] Imports and CSS tweaks for forms/validation ( #7914 )
...
* Add Microsoft.AspNetCore.Components.Forms to default Components imports
* Add default validation CSS rules in Components/Blazor templates
* Add default validation CSS styles to Components testassets projects
2019-02-25 21:50:12 +00:00
Steve Sanderson
61098b6680
Make InputBase use EventCallback for ValueChanged ( #7915 )
...
* Make InputBase use EventCallback for ValueChanged
... so that the host component gets re-rendered automatically after each value change (like when binding to DOM elements).
* Improve E2E test code
... so that the host component gets re-rendered automatically after each value change (like when binding to DOM elements).
2019-02-25 21:49:28 +00:00
Pavel Krymets
3b95ef0b95
Ignore error output from git diff in code check ( #7923 )
2019-02-25 12:55:54 -08:00
Hao Kung
9e21faeafb
Skip failing identity tests ( #7926 )
2019-02-25 12:55:35 -08:00
Doug Bunting
ad599f14d3
Move to latest Xunit packages ( #7905 )
...
- now consistent with AspNetCore-Tooling and only slightly ahead of Extensibility
2019-02-25 12:26:44 -08:00
Nate McMaster
d2d60000eb
Create Linux installers for the aspnetcore targeting pack ( #7776 )
...
This creates 3 new build outputs:
* aspnetcore-targeting-pack-$(version).tar.gz
* aspnetcore-targeting-pack-$(version)-linux-x64.deb
* aspnetcore-targeting-pack-$(version)-linux-x64.rpm
Other changes:
* Make RPM packaging consistent with other installers. Vendor == Microsoft Corporation
* Add shared properties for building the targeting pack (or not building it in a servicing build)
2019-02-25 12:00:36 -08:00
Nate McMaster
d48fa09d2b
Remove VisualStudioExtension as a required workload ( #7919 )
2019-02-25 11:30:59 -08:00
John Beisner
f0cb6cc68b
Modify the 'InstallLocation' registry key. ( #7877 )
...
Before = SOFTWARE\dotnet\Setup\InstalledVersions\<arch>\sdk
After = SOFTWARE\dotnet\Setup\InstalledVersions\<arch>
2019-02-25 11:05:00 -08:00
Javier Calvarro Nelson
23c528c176
[Azure] [ Fixes #6033 , #6580 , #6669 ] Various fixes and cleanups.
...
* Adds an Azure AD Sample and adds a page to test access denied.
* Renames AzureAD and AzureADB2C internal classes for easier to debug
stacktraces.
* Fixes service registration for options configuration.
* Adds missing deps to the solution.
2019-02-25 10:18:59 -08:00
Jiping
a3e0a45d20
[Azure][ Fixes #6669 ] AccessDeniedPath is wrong
2019-02-25 10:18:59 -08:00
Doug Bunting
4f2a0edc97
Update Azure queues for Linux and MacOS builds ( #7231 )
...
- aspnet/AspNetCore-Internal#1717
- use a specific Linux image
2019-02-25 09:50:01 -08:00
Pavel Krymets
78bc2a10b9
Reenable IISExpress on helix ( #7586 )
2019-02-25 09:05:19 -08:00
dotnet-maestro[bot]
3c558b27b4
Update dependencies ( #7903 )
2019-02-25 08:56:30 -08:00
Chris Ross
ff79e9bda5
Replace EnvironmentName with Environments #7733 ( #7899 )
2019-02-25 08:13:48 -08:00
Nate McMaster
def36fab1e
Merge pull request #7888 from dotnet-maestro-bot/merge/release/3.0-preview3-to-master
...
[automated] Merge branch 'release/3.0-preview3' => 'master'
2019-02-24 16:43:06 -08:00
Nate McMaster
f2658821b5
React to System.Runtime.CompilerServices.Unsafe moving into Microsoft.NETCore.App
...
React to dotnet/corefx#35526
2019-02-24 15:37:03 -08:00
Nate McMaster
5c525915cd
Update generated source code
2019-02-24 09:45:27 -08:00
Nate McMaster
8d0da78681
Update dependencies
2019-02-24 09:37:23 -08:00
Nate McMaster
e02e047dcb
Merge branch 'master' into merge/release/3.0-preview3-to-master
2019-02-24 09:31:17 -08:00
BrennanConroy
f8368097a9
Remove web::uri usage from public API ( #7834 )
2019-02-23 13:35:37 -08:00
Doug Bunting
4ba06ba977
Merge branch 'release/3.0-preview3' => 'master'
...
[automated] (mostly)\n\nCommit migrated from f263e24ff7
2019-02-22 22:49:33 -08:00
Doug Bunting
ff53ddea05
Merge branch 'master' into merge/release/3.0-preview3-to-master\n\nCommit migrated from 4e32b7fbef
2019-02-22 22:32:03 -08:00
Nate McMaster
1b27c9905c
Update dependencies and react to changes ( #7844 )
...
* Add workaround for dotnet/sdk#2976
* Add new restore sources
* Update BAR manifest to point to https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json
* Obsolete WithCulture
* Add retries to dockerbuild.sh
* Ensure each test run gets a unique in-memory database
2019-02-22 19:09:08 -08:00
Nate McMaster
b66b239c8c
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from 748155b796
2019-02-22 18:26:59 -08:00
Pavel Krymets
f1b188611a
Fix generated code ( #7883 )
2019-02-22 18:15:13 -08:00
Ryan Nowak
a623a5c20f
Fix dotnet/extensions#598 and dotnet/extensions#684
...
Pass args into type activator
\n\nCommit migrated from a787ee2870
2019-02-22 18:07:16 -08:00
Nathanael Marchand
7960bde7da
Implement Timeout
...
\n\nCommit migrated from 50593c9336
2019-02-22 17:36:05 -08:00
N. Taylor Mullen
921373b0a6
Add IVT to OmniSharpPlugin.StrongNamed.
...
\n\nCommit migrated from b66f016af8
2019-02-22 16:59:34 -08:00
John Luo
e65004907a
Docker support not available for multi-project templates ( #7878 )
2019-02-22 16:55:30 -08:00
Stephen Halter
90e893ed07
React to #7751 ( #7842 )
2019-02-22 16:24:01 -08:00
BrennanConroy
be63df852f
Skip RunsWithIterationEnvVariable ( #7879 )
2019-02-22 16:04:43 -08:00
Javier Calvarro Nelson
efaaa55d44
[Templating] Add favicon.ico to the components template
2019-02-22 16:00:58 -08:00
Chris Ross
26d71e6ef6
Fix up Security samples #7765 ( #7767 )
2019-02-22 15:45:20 -08:00
Nate McMaster
34b8fc2158
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from c1536e8c95
2019-02-22 15:16:15 -08:00
Nate McMaster
7fe3b7640d
Merge branch 'release/3.0-preview3'
2019-02-22 15:07:50 -08:00
Nate McMaster
f0ef784783
Run yarn import to convert package-lock.json to yarn.lock
2019-02-22 13:30:19 -08:00
Nate McMaster
5be7d30231
Replace npm commands with yarn
2019-02-22 13:30:19 -08:00
Pavel Krymets
e44d9d3103
Add xml docs to targeting pack ( #1149 )
2019-02-22 12:35:31 -08:00
Pavel Krymets
e9fd9d7ab3
Add xml docs to targeting pack ( #1149 )
2019-02-22 12:35:31 -08:00
Ryan Nowak
3d448f7197
Fix #5055 use of page parameter ( #7441 )
...
This change introduces some new heuristics to make it easier to use
'page' or other resevered parameter names as parameters in URL
generation.
--
The main change here is to allow the link generation tree to *ignore* a
value passed in to URL generation when it conflicts with an endpoint's
required values.
The main concern of this feature area is "how do we tell whether you are
linking to an action or a page?". Routing attempts to do the right thing
will requiring very little from the user in terms of expressing intent.
In this case, we try to tell the difference between an attempt to generate
a link to an action due to the presence of the 'action' parameter and
absence of the 'page' parameter. This obviously doesn't work when you
want to use 'page' as a non-reserved parameter in an action. The same
case occurs for pages, but users are already used to the idea that
'action' is a reserved word in MVC.
We can loosen this restriction when the value that's supplied for 'page'
is known not to be any existing value of the 'page' route value.
This approach seems somewhat reasonable but has many of the problems inherent
to this area. When it fails (the value you want to use for 'page' causes
a conflict) - it's going to be esoteric and hard to understand.
2019-02-22 11:44:43 -08:00
Doug Bunting
e8feafaa22
Merge branch 'release/2.1' => 'release/2.2'
...
- commits were an accidental merge and reverting it
2019-02-22 11:41:09 -08:00
Doug Bunting
2764ac66b0
Undo "Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates"
...
- not intended for `release/2.1` without a PR!
This reverts commit 4ed02ebc5c
2019-02-22 11:00:26 -08:00
Doug Bunting
4ed02ebc5c
Restore Microsoft.VisualStudio.Web.CodeGeneration.Design references in templates
...
- revert part of "Remove aspnet/Scaffolding submodule (#7166 )"
- that was commit bb8c6fcd46
2019-02-22 10:58:53 -08:00
dotnet-maestro
f19e8da1da
Update dependencies from https://github.com/aspnet/AspNetCore-Tooling build 20190221.3
...
This change updates the following dependencies
- Microsoft.AspNetCore.Mvc.Razor.Extensions - 3.0.0-preview4.19121.3
- Microsoft.NET.Sdk.Razor - 3.0.0-preview4.19121.3
- Microsoft.CodeAnalysis.Razor - 3.0.0-preview4.19121.3
- Microsoft.AspNetCore.Razor.Language - 3.0.0-preview4.19121.3
2019-02-22 10:26:11 -08:00
Nate McMaster
d05aa84ec3
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from ce4813df7d
2019-02-22 10:26:10 -08:00
Nate McMaster
61e85256a6
Update dependencies and remove some unused version variable overrides ( dotnet/aspnetcore-tooling#238 )
...
* Update dependencies
* Add workaround for dotnet/sdkdotnet/aspnetcore-tooling#2976
* Remove unused NETStandard package version variable and overrides
* Update xunit to 2.4.1
\n\nCommit migrated from 67082970b7
2019-02-22 10:24:51 -08:00
Nate McMaster
be3f09d085
Merge branch 'release/3.0-preview3'
...
\n\nCommit migrated from e40ab945be
2019-02-22 10:21:16 -08:00
Steve Sanderson
99d7d34447
In Razor Components template, use <environment> tag helper for bootstrap CSS. Fixes #6886
2019-02-22 17:39:00 +00:00
Chris Ross
7d90d4d1e7
Use friendly obsolete messages ( #7831 )
2019-02-22 08:40:34 -08:00