Commit Graph

41872 Commits

Author SHA1 Message Date
John Luo 7ebb03b6e0
Fix TFM issue in templates after netcoreapp5.0 conversion (#13934) 2019-09-12 22:56:09 -07:00
John Luo fd2033e5d5 Support netcoreapp3.1 TFM (dotnet/extensions#2336)
* Support netcoreapp3.1 TFM

* Unpin SDK for source build

* Update to preview1 branding
\n\nCommit migrated from 32cc8162ff
2019-09-12 22:34:52 -07:00
Hao Kung 9e788650b0
Fix typo in arm64 logs (#13936) 2019-09-12 18:11:20 -07:00
Pranav K fc3b154c9e
Add a benchmark app for Blazor (#13911)
* Add a benchmark app for Blazor
2019-09-12 16:49:22 -07:00
Pranav K f0c6fca60f
Fixup 2019-09-12 14:41:37 -07:00
Kahbazi 8257369ec1 Add support for cancellation token in typed client hub (#13816) 2019-09-12 14:28:46 -07:00
Luke Latham 95d7f23e28 Add access modifiers and [Parameter] on its own line (#13928) 2019-09-12 13:14:53 -07:00
Javier Calvarro Nelson db1aca12a5
[Blazor] Move all test projects to Generic host (#13891)
* Moves all test assets to use generic host.
* Cleans up unnecessary code.
2019-09-12 11:11:14 +02:00
Hao Kung bea980286e
Remove MacOS helix queue for now (#13907) 2019-09-12 00:44:33 -07:00
Doug Bunting 9ca2a77261 Merge branch 'release/3.1' => 'master' (dotnet/extensions#2335)
- new Arcade\n\nCommit migrated from cb42bbb3bd
2019-09-11 22:44:47 -07:00
Vincent Costel 67555a020b Use the correct disposed object name (#13871)
The name of the disposed object should be FileBufferingWriteStream instead of FileBufferingReadStream
2019-09-11 21:17:21 -07:00
Justin Kotalik 96f1c92caa
Add support for port 0 in HttpSys (#13841) 2019-09-12 07:43:53 +09:00
Pranav K ba094b6ccb
Don't compile the Components 2019-09-11 14:54:38 -07:00
Sourabh Shirhatti 04f37e59d5
Add queue name to HttpSysOptions (#13846)
* Check for MAX_PATH

* Update ref assemblies

* Add test to check queue name

* PR feedback

* Bad rebase + PR comments

Resolves #13461
2019-09-11 14:41:52 -07:00
Doug Bunting 0079423514
Merge branch 'release/3.0' => 'release/3.1' (#13821) 2019-09-11 14:23:59 -07:00
Pranav K 07df9cfcf5
Add a benchmark app 2019-09-11 13:25:47 -07:00
Devin Garner 71c5c66b21 Fixes #6306. Make StreamReader send last line's contents to listener, otherwise AngularCliBuilder doesn't know when build:ssr is complete (#13485)
Thanks for your effort.
2019-09-11 11:16:57 -07:00
Scott Addie 33120b6093 Exclude empty ItemGroup in Razor Pages project template (#13807) 2019-09-11 11:12:36 -07:00
Scott Addie 886ee36171 Exclude empty ItemGroup in MVC project template (#13832) 2019-09-11 11:11:03 -07:00
Doug Bunting 570269e42b Merge branch 'release/3.1' => 'master' (dotnet/extensions#2327)
- no-op merge\n\nCommit migrated from c0f053cfcc
2019-09-11 10:35:13 -07:00
Doug Bunting f1c5e2302c Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from 87c5098992 2019-09-11 10:32:23 -07:00
Doug Bunting cd7775d720
Regen a ref/ project 2019-09-11 09:13:04 -07:00
Brennan 9557630c0a
[SignalR] Remove a few minor allocations (#13872) 2019-09-11 09:11:19 -07:00
Doug Bunting de8dce4c6c
Merge branch 'release/2.2' into 'release/3.0' 2019-09-11 09:07:54 -07:00
Kirk Larkin be33a6f392 Fixed suggestion re using AddCookie(s) for authz (#13869) 2019-09-11 08:09:20 -07:00
Javier Calvarro Nelson df771dbf43
[Blazor] Cleans up infrastructure used for tests (#13515)
* Removes unnecessary test projects.
* Add a sample project to quickly test changes.
* Breaks off tests based on multiple startups.
* Unifies assertions across tests.
* Captures all logs on test failures.
2019-09-11 15:15:50 +02:00
Javier Calvarro Nelson 2cae0cd451
[CORS] Remove E2E functional tests (#13826)
* The tests are low value.
* The tests are flaky.
* The tests cover mostly browser behavior not spec compliance.
* It's an area that doesn't change often.
* We have unit tests to cover the casuistic.
2019-09-11 12:31:06 +02:00
Jacques Eloff 82a41f0dac
Merge pull request #13878 from aspnet/joeloff/EmbedCabs
Embed CAB files
2019-09-10 23:49:07 -07:00
Doug Bunting bfb25515ae
Merge branch 'release/2.1' => 'release/2.2' (#13873) 2019-09-10 22:21:27 -07:00
Doug Bunting 04705ee4f1
Use stages pipeline (#13040)
- #11924
- change ci.yml to use stages and post-build.yml
  - add use of publish-build-assets.yml and post-build.yml
  - create manifests and push to artifacts in last build step of each job
    - pass more MSBuild properties into those builds
    - use Arcade to publish installers
  - use distinct `$(AssetManifestFileName)` values per job
    - set global property to override what's hard-coded in Publish.proj
- change codesign-xplat.yml to use empty.proj and normal Arcade signing and publication process
  - remove XPlatPackageSigner.proj
- change default-build.yml to use job.yml
  - remove unused parameters e.g. `matrix`, `poolName`, `variables`
  - use `enableMicrobuild` and `enablePublishTestResults` to eliminate duplicate build steps
- add .dll's and .exe's as files to sign w/ Microsoft400
  - add signcheck exclusions
- remove custom manifest generation i.e. the `GenerateBuildAssetManifest` target and related artifacts
- update docker infrastructure to use same paths in and out of the container
  - avoids problems adding to artifacts from within the builds
- correct typo in build.sh
- use `$env:DOTNET_INSTALL_DIR` in `DotNetCommands`
  - relax expectations that an arch-specific folder exists under (say) `$env:DOTNET_HOME`
  - avoids need to define `$env:DOTNET_HOME` in all jobs on CI
- update dependencies from dotnet/arcade build '20190908.2'
  - upgrade to eg. Arcade SDK '1.0.0-beta.19458.2' package version
  - pick up dotnet/arcade@dd593acc8b fix
    - enable use of `%(PublishFlatContainer)` metadata and correct signing validation issues
- use `$(DotNetFinalVersionKind)` in preparation for servicing builds
  - set `$(IsStableBuild)` for use in Arcade infrastructure
- disable signing validation for now (see #13864)

nits:
- upload logs in first artifact
- remove attempts to package non-existent VSIX
  - follow-up to 29cf7ecb80
- respect verbosity setting in build.sh
- add more information to Artifacts.md
- enable test signing in internal PRs
2019-09-10 20:43:24 -07:00
Doug Bunting 82cb080502
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2 2019-09-10 19:39:46 -07:00
Chris R 1fe84a6ded Replace obsolete feeds 2019-09-10 18:42:11 -07:00
Jacques Eloff 262f29b0ec Embed CAB files #13875 2019-09-10 15:42:19 -07:00
James Newton-King 1b83f7d4e4
Update gRPC template to use 2.23.1 (#13791) 2019-09-11 10:10:24 +12:00
Doug Bunting de52994381
Merge remote-tracking branch 'internal/internal/release/2.2' into release/2.2 2019-09-10 14:53:55 -07:00
Artak 8a8e98e1b2
Fix encoding used in JS generated by prerenderer (#13865) 2019-09-10 14:30:52 -07:00
Brennan e090a0ff33
Update Microsoft.Data.SqlClient (#13835) 2019-09-09 14:23:30 -07:00
jeuxjeux20 64157c95c1 Typo fix on Problem's documentation (#13812) 2019-09-09 14:22:10 -07:00
John Luo a91e75b73d Merge pull request dotnet/extensions#2322 from dotnet-maestro-bot/merge/release/3.1-to-master
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from 0cb268a6cd
2019-09-09 09:47:09 -07:00
Brennan e15ea55630
Cleanup when SendAsync with Upload stream (#13783) 2019-09-09 08:13:36 -07:00
Doug Bunting 1b3f701272 Merge branch 'release/3.1' => 'master' (dotnet/extensions#2321)
- no-op merge\n\nCommit migrated from 443dd437b2
2019-09-09 07:23:05 -07:00
Doug Bunting 3f632710c5 Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from d53d4f44a3 2019-09-09 07:22:25 -07:00
Steve Sanderson 158d3f1c23
Unflake ComponentLifecycleMethodThrowsExceptionTerminatesTheCircuit test (#13824) 2019-09-09 13:30:44 +01:00
Steve Sanderson 1527e49eb3
Make InputDateInteractsWithEditContext_NullableDateTimeOffset more reliable (#13648) 2019-09-09 13:30:18 +01:00
Alessandro Ghidini 1ea43c5492 Ensure blazor client side logger checks for enabled log levels (#12928) 2019-09-09 09:34:20 +01:00
Doug Bunting 03ba5738b3
Merge branch 'release/3.0-preview9' => 'release/3.0' (#13798) 2019-09-08 21:33:46 -07:00
Doug Bunting 6594d8bb7c
Merge branch 'release/3.0' => 'release/3.1' (#13790) 2019-09-08 12:24:27 -07:00
Doug Bunting cbcaa1423b Merge branch 'release/3.1' => 'master' (dotnet/extensions#2312)
- no-op merge\n\nCommit migrated from f3fe8566c8
2019-09-08 12:21:41 -07:00
Doug Bunting e07c07830c Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from 616cf49130 2019-09-08 12:20:51 -07:00
Doug Bunting 9c4fb0a39d Merge branch 'release/3.1' => 'master' (dotnet/extensions#2307)
- new Arcade\n\nCommit migrated from c6ff169f1d
2019-09-07 12:38:57 -07:00