Nate McMaster
c43d3b823e
Cleanup conversion to Arcade ( #1014 )
...
* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel
2019-01-29 18:34:54 -08:00
Nate McMaster
f9de66f47d
Cleanup conversion to Arcade ( #1014 )
...
* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel
2019-01-29 18:34:54 -08:00
Nate McMaster
6d452e9b05
Cleanup conversion to Arcade ( #1014 )
...
* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel
2019-01-29 18:34:54 -08:00
Nate McMaster
154ab28e45
Cleanup conversion to Arcade ( dotnet/extensions#1014 )
...
* Remove obsolete targets, properties, and scripts
* Replace IsProductComponent with IsShipping
* Undo bad merge to version.props
* Update documentation, and put workarounds into a common file
* Replace usages of RepositoryRoot with RepoRoot
* Remove API baselines
* Remove unnecessary restore feeds and split workarounds into two files
* Enable PR checks on all branches, and disable autocancel\n\nCommit migrated from f41cfded3c
2019-01-29 18:34:54 -08:00
Ryan Brandenburg
fb64cd6887
Reduce build times ( dotnet/extensions#1016 )
...
* Fix package artifacts taking too long to upload
* Make sure new packages are packaged
\n\nCommit migrated from 12613bac07
2019-01-29 17:05:25 -08:00
Stephen Halter
4539b0d2c3
Increase shutdown timeout in Kestrel TestServer ( #7082 )
...
* Never use a null abort reason
2019-01-29 16:13:37 -08:00
John Luo
ebae05e41c
Merge branch 'release/2.2'
...
\n\nCommit migrated from 1e4a328150
2019-01-29 16:10:12 -08:00
Pavel Krymets
c06f896fdc
Change site extension build pool to dotnet-external-temp ( #7114 )
2019-01-29 16:03:43 -08:00
Pranav K
ef1fc9e5c7
Put the BlazorExtension in artifacts
2019-01-29 15:41:11 -08:00
John Luo
94a37fe030
Merge branch 'release/2.1' into release/2.2
...
\n\nCommit migrated from d6f94ed6c6
2019-01-29 15:40:02 -08:00
Pranav K
7a8b1d4461
Cleanup some infrastructure pieces in Components ( #6970 )
...
* Cleanup some infrastructure pieces in Components
2019-01-29 15:18:58 -08:00
Pranav K
93214b465c
Move Cors Functional tests to a separate test group
...
Attemp #2 at addressing https://github.com/aspnet/AspNetCore-Internal/issues/1619
Puppetteer will attempt to download chromium as part of running the test. This seems odd, but
it might explain why this might be afflicted with the file descriptor contention issues that
the mondo repo tests encounter.
Moving these out in to a separate test group to see if this helps
Possible fix for https://github.com/aspnet/AspNetCore-Internal/issues/1619
2019-01-29 15:18:39 -08:00
Pavel Krymets
6e8284711c
Change SiteExtension artifact location ( #7108 )
...
* Change SiteExtension artifact location
* Add exclusions
* Reuse main version logic
2019-01-29 15:00:35 -08:00
Pavel Krymets
ec8a4da9bb
Remove ANCM V1 leftovers ( #7104 )
2019-01-29 14:25:19 -08:00
Ryan Brandenburg
cf72b68a1c
Use Arcade ( #586 )
...
Use arcade
2019-01-29 13:26:53 -08:00
Ryan Brandenburg
c4c2df54eb
Use Arcade ( #586 )
...
Use arcade
2019-01-29 13:26:53 -08:00
Ryan Brandenburg
66773c57bc
Use Arcade ( dotnet/extensions#586 )
...
Use arcade
\n\nCommit migrated from f0458995c6
2019-01-29 13:26:53 -08:00
Pavel Krymets
7267e20f53
Sign site extension ( #7107 )
2019-01-29 13:02:31 -08:00
James Newton-King
820ea09fdd
Add routing function test with convention builder ( #6829 )
2019-01-30 09:53:34 +13:00
Javier Calvarro Nelson
8958bdee2e
[ApiAuthorization] Make test more reliable ( #7092 )
2019-01-29 11:48:42 -08:00
Pavel Krymets
adcc2bf23c
Fix versioning of logging site extension ( #7100 )
...
Remove `name` to revert to default version format and build on all changes.
2019-01-29 11:42:22 -08:00
Pranav K
4505f76987
Ensure TagHelpers from the current project are discovered for projects targeting 2.x
...
As part of migrating the CodeGeneration targets in to the Razor.Sdk,
the SDK broke the contract that RazorReferencePaths includes the full closure
of assemblies during tag helper discovery.
This change restores the behavior to be compatible with the 2.x Razor.Design
package and adds tests to verify TagHelper discovery works in a range of projects.
Fixes https://github.com/aspnet/AspNetCore/issues/6825
\n\nCommit migrated from 99938c9b7e
2019-01-29 11:21:27 -08:00
Pavel Krymets
0691dc7102
Merge pull request #7089 from aspnet/pakrym/merge22-2
...
Merge branch 'release/2.2' => 'master'
2019-01-29 11:18:11 -08:00
Eilon Lipton
3757be6cfa
Merge pull request #6115 from Kahbazi/IdentityUI/RenameButton
...
Rename forgot password button
2019-01-29 10:59:06 -08:00
BrennanConroy
02f8d89725
Fix missing submodule ( #4329 )
2019-01-29 10:37:26 -08:00
Javier Calvarro Nelson
e0b264f1c0
[ApiAuthorization] Small fixes to adjust for the code on the SPA templates ( #7090 )
...
* Fix solution file
* Fixes the post_logout_redirect_uri parameter on the DefaultClientRequestParametersProvider
* Propagate state on ending session autoredirect
* Update defaults for local-spa profile to align them with template code
* Disable explicit support for WebApplications, it can still be enabled normally by configuring IS and we haven't evaluated the scenario E2E.
2019-01-29 10:27:16 -08:00
dotnet-maestro[bot]
3e3441481c
Update dependencies from aspnet/Extensions ( #7086 )
...
This pull request updates the following dependencies
Updates from https://github.com/aspnet/Extensions
- Internal.AspNetCore.Analyzers - 3.0.0-preview.19078.2
- Microsoft.JSInterop - 3.0.0-preview.19078.2
- Microsoft.Extensions.WebEncoders - 3.0.0-preview.19078.2
- Microsoft.Extensions.ValueStopwatch.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.TypeNameHelper.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.Primitives - 3.0.0-preview.19078.2
- Microsoft.Extensions.ParameterDefaultValue.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.DiagnosticAdapter - 3.0.0-preview.19078.2
- Microsoft.Extensions.DependencyInjection.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.DependencyInjection - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Xml - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.UserSecrets - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.KeyPerFile - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Json - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Ini - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.FileExtensions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.EnvironmentVariables - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.CommandLine - 3.0.0-preview.19078.2
- Microsoft.Extensions.Diagnostics.HealthChecks - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Binder - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration - 3.0.0-preview.19078.2
- Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.StackExchangeRedis - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.SqlServer - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.Memory - 3.0.0-preview.19078.2
- Microsoft.Extensions.Caching.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.ActivatorUtilities.Sources - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.Testing - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview.19078.2
- Microsoft.AspNetCore.Analyzer.Testing - 3.0.0-preview.19078.2
- Microsoft.Extensions.Configuration.AzureKeyVault - 3.0.0-preview.19078.2
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Composite - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options.DataAnnotations - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options.ConfigurationExtensions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Options - 3.0.0-preview.19078.2
- Microsoft.Extensions.ObjectPool - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.TraceSource - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Testing - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.EventSource - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Debug - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Console - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Configuration - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.AzureAppServices - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Logging - 3.0.0-preview.19078.2
- Microsoft.Extensions.Localization.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Localization - 3.0.0-preview.19078.2
- Microsoft.Extensions.Http - 3.0.0-preview.19078.2
- Microsoft.Extensions.Hosting.Abstractions - 3.0.0-preview.19078.2
- Microsoft.Extensions.Hosting - 3.0.0-preview.19078.2
- Microsoft.Extensions.HostFactoryResolver.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileSystemGlobbing - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Physical - 3.0.0-preview.19078.2
- Microsoft.Extensions.FileProviders.Embedded - 3.0.0-preview.19078.2
2019-01-29 10:22:42 -08:00
Nikita Potapenko
0047b620b9
Fixed copyright element ( #7087 )
...
Summary of the changes:
- Updated copyright symbol
- Changed file encoding to UTF-8 without BOM
Fixes #7065
2019-01-29 10:19:21 -08:00
Pranav K
0f072a9565
Reintroduce a package for Razor runtime compilation ( #6653 )
...
* Reintroduce a package for Razor runtime compilation
Fixes https://github.com/aspnet/AspNetCore/issues/4947
2019-01-29 09:34:43 -08:00
Pavel Krymets
1ecc8dd9c6
Remove AspNetCoreModule V1 ( #7071 )
2019-01-29 08:20:00 -08:00
Pavel Krymets
602a140a7a
Merge branch 'release/2.2'
2019-01-28 21:51:18 -08:00
Hao Kung
aeb506c0b0
Remove obsolete 1.x UseIdentity + UseXyz auth API ( #6965 )
...
* Remove obsolete API
* Delete CookieAppBuilderExtensions.cs
* Delete FacebookAppBuilderExtensions.cs
* Delete GoogleAppBuilderExtensions.cs
* Delete JwtBearerAppBuilderExtensions.cs
* Delete MicrosoftAccountAppBuilderExtensions.cs
* Delete OAuthAppBuilderExtensions.cs
* Delete OpenIdConnectAppBuilderExtensions.cs
* Delete TwitterAppBuilderExtensions.cs
2019-01-28 21:37:51 -08:00
Pavel Krymets
78fabbdb40
Build 3.0 AggregateSite extension ( #6849 )
2019-01-28 20:09:51 -08:00
BrennanConroy
a8f1b034d8
Pass in auth type for WindowsAuth in out of proc ( #7074 )
2019-01-28 20:06:23 -08:00
Nate McMaster
51761c3c5d
Handle code-signing exclusions when building for multiple architectures on the same machine
2019-01-28 18:24:37 -08:00
Sébastien Ros
768e9052dd
Adding artifacts generation for forks ( #6324 )
2019-01-28 18:02:57 -08:00
Justin Kotalik
1222d8de49
Add StartAsync() to HttpResponse; ImplementFeature in Kestrel ( #6967 )
2019-01-28 17:42:04 -08:00
Nate McMaster
e1971f1d12
Fix the generated metadata for PackageConflictOverrides in Microsoft.AspNetCore.App.props
2019-01-28 16:57:02 -08:00
Pranav K
29898df8a8
Attempt to run Cors functional tests with watchman disabled. ( #7076 )
...
According to https://github.com/facebook/jest/issues/2219 , jest will
not run tests if watchman is installed. It is not entirely clear if
this is the case in our OSX CI environment, but the symptoms seem close
to what's reported in the issue.
Possible fix for https://github.com/aspnet/AspNetCore-Internal/issues/1619
2019-01-28 16:44:56 -08:00
Pavel Krymets
963508b9b9
Add more logging to iis graceful shutdown ( #7068 )
2019-01-28 16:23:55 -08:00
Nate McMaster
81d0a9e467
Update buildtools and fix signing configuration ( #7078 )
2019-01-28 16:14:18 -08:00
Pavel Krymets
f06e1822f5
Enable strict mode in roslyn compiler ( #6950 )
2019-01-28 15:56:27 -08:00
Patrick Westerhoff
1bc056a7f6
Introduce IUrlHelper.PageLink ( #6819 ) ( #6819 )
...
Add an extension method to generate an absolute URL for a page.
2019-01-28 15:42:10 -08:00
James Newton-King
4b8d9666f4
Add startvs.cmd for MVC and Security solutions ( #6943 )
...
* Add startvs.cmd for MVC
* Add startvs.cmd for Security
2019-01-28 15:37:14 -08:00
Justin Kotalik
7a98a04c53
Drain requests in native instead of managed for IIS In-process ( #6816 )
2019-01-28 15:20:28 -08:00
David Fowler
9f71e60283
Hoist method attributes from the request delegate as metadata. ( #6911 )
...
- This should allow a more declarative approach to declaring endpoint metadata using the default methods.
- Attributes are applied first and can be overridden imperatively
2019-01-28 20:38:49 +00:00
David Fowler
14d8e33a93
Remove .Start from BufferSegment ( #6832 )
2019-01-28 20:37:25 +00:00
David Fowler
447f4bc298
Reuse the stack for OnCompleted and OnStarting calls ( #6833 )
...
- Reviewing profiles for MVC and other things that use RegisterForDispose, this shows up as a significant amount of allocations.
2019-01-28 20:37:11 +00:00
David Fowler
549f8e1773
Remove over engineered callback writing and just write chunks directly. ( #6901 )
2019-01-28 20:36:47 +00:00
Chris Ross
7d4b6fccff
Clean up ManualResetEvent usage in tests ( #6961 )
2019-01-28 12:10:16 -08:00