Commit Graph

44976 Commits

Author SHA1 Message Date
Justin Kotalik 75e707bc38
API docs for IIS (#26387) 2020-09-29 14:12:28 -07:00
Steve Sanderson 67ac1675c4
Make Virtualize work in cultures that use alternate number formatting (#26432) 2020-09-29 13:17:23 -07:00
John Luo e62bd65421
Lift OIDC and JwtBearer dependencies in templates (#26390)
Reimplementing the changes originally included in https://github.com/dotnet/aspnetcore/pull/24600

Co-authored-by: Safia Abdalla <safia@microsoft.com>
2020-09-29 11:11:56 -07:00
Javier Calvarro Nelson bca44b6bfa
Update identity server versions (#26405) 2020-09-29 11:10:15 -07:00
Stephen Halter ccc59b91c4
Revert breaking KestrelServer ctor change (#26367) 2020-09-29 11:06:32 -07:00
James Newton-King 792df8a4c2
Add API docs to healthchecks and CORS (#26416)
* Add API docs to healthchecks and CORS

* Clean up

* Missing docs
2020-09-29 10:36:25 -07:00
Pranav K 0e5d7ef1d4
Attempt to read the logs from the browser (#26289)
* Attempt to read the logs from the browser

Seleniunm currently does not return log messages (See https://github.com/SeleniumHQ/selenium/issues/8229).
This making figuring out blazor WASM test failures a lot harder.

This change adds some JS to the test apps to read the console output.

* WIP
2020-09-28 17:07:22 -07:00
Pranav K 90f4cdad9e
Update Swashbuckle.AspNetCore package version to 5.6.3 (#26391)
Fixes #26301

As part of 5.0-preview8, we added Swashbuckle to ASP.NET Core's API project templates. Swashbuckle's developer
team has been active of late and has issued a new minor version that has enhancements and bug fixes. We'd like
to pick this up.

Users currently see a package update prompt on a brand new template. Missing useful bug fixes with the current version.

No

Low. This a minor version update that is recommended by Swashbuckle. I verified the update locally, our tests verify that the template builds and is usable with this change.
We have CTI coverage for end-to-end scenarios with Swashbuckle.
2020-09-28 15:46:58 -07:00
Pranav K de59a61f9a
Update GenericHostBuilderExtensions.cs (#26386) 2020-09-28 13:52:04 -07:00
dotnet-maestro[bot] 9df997c89e
Update dependencies from https://github.com/dotnet/arcade build 20200924.4 (#26380)
[release/5.0] Update dependencies from dotnet/arcade
2020-09-28 17:27:40 +00:00
dotnet-maestro[bot] 25bd01f17d
Update dependencies from https://github.com/dotnet/efcore build 20200925.6 (#26350)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-26 06:46:21 +00:00
dotnet-maestro[bot] 6c40689d1a
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#26342)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-26 02:44:41 +00:00
dotnet-maestro[bot] 5fe40f1216
Update dependencies from https://github.com/dotnet/runtime build 20200924.11 (#26336)
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-25 22:06:18 +00:00
Pranav K fe23ee757c
Reorganize Versions files to indicate compilers is not automated (#26329) 2020-09-25 14:41:39 -07:00
Doug Bunting 40cc4e4a3d
Update branding to 5.0.0-rtm 2020-09-25 14:15:08 -07:00
Doug Bunting 4d7459e178
Merge branch 'release/5.0-rc2' into 'release/5.0' 2020-09-25 14:01:19 -07:00
Pranav K 6c37a763d1
Remove Microsoft.Components.Web.Extensions (#26256) (#26298)
The package was marked as non-shipping but we continued to build and test it. This change
removes it. A copy of this code exists in asplabs so all is not lost.
2020-09-25 12:14:56 -07:00
Doug Bunting eed71b9083
Support override of PackageOverrides.txt content in servicing (#26308)
* Support override of PackageOverrides.txt content in servicing
- doing now ensures we don't forget if we need to service targeting packs
- not needed in release/3.1 because that branch still pins packages at `X.Y.0` in targeting packs
  - did not do bfc1ec6792 / #25851 work in 3.1 because dotnet/runtime ref/ assemblies change there
- revert no-longer-necessary parts of 6418c8f78a / #25986
  - `$(MicrosoftNETCoreAppRuntimeVersion)` is now correct whenever `GeneratePackageOverrides` runs

nits:
- rename `GeneratePackageConflictManifest` target to `GeneratePackageOverrides`
- rename `$(PackageConflictManifestFileName)` to `$(PackageOverridesFileName)`
2020-09-25 10:54:54 -07:00
Safia Abdalla 2e7b294c6c
Revert "Disconnect circuit on 'beforeunload' event" (#26297)
* Add tests for failing disconnect scenarios

* Remove beforeunload call and add public API

* Add additional test case

* Update src/Components/test/testassets/BasicTestApp/GracefulTermination.razor

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>

Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com>
2020-09-25 10:11:26 -07:00
dotnet-maestro[bot] 284a270583
Update dependencies from https://github.com/dotnet/efcore build 20200924.5 (#26309)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-25 03:30:44 +00:00
dotnet-maestro[bot] 06dad454d8
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#26293)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-25 01:31:21 +00:00
Doug Bunting c6787dd21c
Allow BaselineGenerator to build after updating version (#26252)
- avoid problems when re-branding in a clean clone
  - attempts to build `BaselineGenerator` failed due to out-of-date baselines
2020-09-24 16:37:54 -07:00
Doug Bunting 32e3353e69
Quarantine recent test failures (#26295)
- see #26291 and #26294
2020-09-24 16:29:31 -07:00
dotnet-maestro[bot] 61d740ba61
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#26263)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-24 20:31:55 +00:00
Steve Sanderson f63e90e106
Omit omissible frames when updating rendertree to match bind event. Fixes #24014 (#26273) 2020-09-24 13:24:06 -07:00
Doug Bunting 8d8d293b19
Remove dead-lettered Centos.7.Amd64.Open queue (#26238)
- was breaking Helix full matrix tests temporarily
- more importantly, queue is redundant given RHEL coverage
2020-09-24 12:14:15 -07:00
dotnet-maestro[bot] 230daab5b6
Update dependencies from https://github.com/dotnet/runtime build 20200923.9 (#26260)
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-24 05:43:18 +00:00
Safia Abdalla b925b2886a
Pass all scopes in token request and update IndividualLocalAuth template (#26232)
* Pass all scopes in token request and update IndividualLocalAuth template

* Fix build and address feedback from peer review
2020-09-23 20:42:44 -07:00
dotnet-maestro[bot] 650bbeb8f5
Update dependencies from https://github.com/dotnet/efcore build 20200923.5 (#26257)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-24 03:26:21 +00:00
dotnet-maestro[bot] 82fea485ed
Update dependencies from https://github.com/dotnet/runtime build 20200923.5 (#26251)
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-24 01:22:12 +00:00
dotnet-maestro[bot] 1564ca328c
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#26209)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore


 - Use non-obsolete `GetColumnName(...)` overload
- react to EF breaking change

 - Add missing `using`
2020-09-23 23:25:06 +00:00
Pranav K de1bf0abe4
Detect culture change in .NET (#26192)
* Detect culture change in .NET

With ICU sharding enabled, blazor wasm attempts to detect if the application culture was changed by the
application code as part of Program.MainAsync and tell them they need to opt out of sharding.

Prior to this change, Blazor compared the .NET culture string with a JS representation for language. With iOS 14,
the two culture strings differ in casing which prevents the use of any Blazor WASM app the latest version installed.

As part of this change, the comparison is performed entirely in .NET which avoids relying on the JS representation.

* Fixups
2020-09-23 09:00:38 -07:00
Pranav K da3f97b0ad
Fix client validation for record types (#26159)
* Fix client validation for record types

Server validation for record types uses metadata from parameters
when validating record type properties. However client validation
does not use the parameter to harvest client validation attributes.

In the absence of this change, validation on parameters would require server
round trips which is unexcepted and not at parity with validation applied
to properties on regular classes or record types.

Validation experience with record types is subpar and requires server
round trips.

No. This feature is new to 5.0.

Low. The change is isolated to record types and does not affect other code paths. We have
unit and functional test coverage to verify this change.

* Correctly dispose app after use
2020-09-22 22:02:49 -07:00
dotnet-maestro[bot] 7caa0d43d1
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#26208)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-23 02:25:38 +00:00
dotnet-maestro[bot] 40cbbfbcb9
[release/5.0-rc2] Update dependencies from dotnet/efcore (#26200)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-23 00:23:11 +00:00
dotnet-maestro[bot] cd4297ae80
Update dependencies from https://github.com/dotnet/runtime build 20200922.3 (#26190)
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-22 20:34:53 +00:00
William Godbe c34d1dceac
Include all .xml files in targeting pack (#26147)
* Include all .xml files in targeting pack

* Better syntax

* Remove distinct
2020-09-22 12:54:28 -07:00
Steve Sanderson 7140f7cae7
Virtualize component: method to trigger data refresh (#26177)
* E2E test cases for Virtualize data refresh

* Expose public RefreshDataAsync API

* Optimize: don't instantiate CancellationTokenSource when it won't be used

* For in-memory data, refresh automatically on each render cycle

* Fix typo
2020-09-22 11:52:16 -07:00
dotnet-maestro[bot] c0bd50075a
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#26171)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-22 17:47:32 +00:00
Safia Abdalla 93f73c7764
Add support for debugging lazy-loaded assemblies (#25943)
* Add support for debugging lazy-loaded assemblies

* Address feedback from peer review

* Increase wait for output on tests
2020-09-22 08:23:39 -07:00
dotnet-maestro[bot] f66a1daeda
Update dependencies from https://github.com/dotnet/efcore build 20200921.10 (#26168)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-22 09:37:36 +00:00
dotnet-maestro[bot] 3e115b7530
Update dependencies from https://github.com/dotnet/runtime build 20200921.12 (#26166)
[release/5.0-rc2] Update dependencies from dotnet/runtime
2020-09-22 07:40:18 +00:00
dotnet-maestro[bot] 8063c97373
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore (#26160)
[release/5.0-rc2] Update dependencies from dotnet/runtime dotnet/efcore
2020-09-22 04:57:06 +00:00
Doug Bunting e0ea513ca2
Include commit SHA in `[AssemblyInformationalVersion]` value (#26150)
- see dotnet/arcade#5866 discussion
- leaving redundant `[AssemblyMetadata("CommitHash", ...)]` because it's used in this repo
  - e.g. src\Components\benchmarkapps\Wasm.Performance\Driver\Program.cs
  - also consistent with native images
2020-09-21 18:53:15 -07:00
dotnet-maestro[bot] 9a4d5f01b3
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#26143)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-22 00:41:12 +00:00
dotnet-maestro[bot] 382cd90d14
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime (#26134)
[release/5.0-rc2] Update dependencies from dotnet/efcore dotnet/runtime
2020-09-21 20:08:35 +00:00
Sayed Ibrahim Hashimi d97ef5ccd4
Updated icons for projects that appear in VS with icons that have the (#25974)
* Updated icons for projects that appear in VS with icons that have the
language adornment.
This PR should fix #25973.

* updating icons for asp.net core templates in vs
2020-09-21 13:04:31 -07:00
Justin Kotalik 02d81add81
Increase Http2Timeout (#26075) 2020-09-21 10:55:08 -07:00
dotnet-maestro[bot] a5a2551b02
Update dependencies from https://github.com/dotnet/efcore build 20200919.6 (#26102)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-21 15:26:44 +00:00
dotnet-maestro[bot] 55b9d2532b
[release/5.0-rc2] Update dependencies from dotnet/efcore (#26100)
[release/5.0-rc2] Update dependencies from dotnet/efcore
2020-09-20 01:06:36 +00:00