Safia Abdalla
37da482969
Move Blazor Server template tests to new project ( #21345 )
2020-05-01 11:47:52 -07:00
Artak
9025f63fc3
Marked the Mono.WebAssembly.Interop package as non-shipping ( #21367 )
...
* Marked the Mono.WebAssembly.Interop package as non-shipping
2020-04-30 14:56:59 -07:00
Javier Calvarro Nelson
c10fea055c
Revert "[Blazor] Unquarantine ComponentHubReliabilityTests ( #21319 )"
...
This reverts commit f36adf0805 .
2020-04-29 11:09:38 -07:00
Javier Calvarro Nelson
f36adf0805
[Blazor] Unquarantine ComponentHubReliabilityTests ( #21319 )
...
Fixes #19666
2020-04-29 10:04:26 -07:00
Pranav K
9cecd089e4
Ignitor fixups ( #21198 )
...
* Ignitor fixups
* Do not throw if an ElementReferenceCapture node is encountered.
* Allow configuring the HubConnectionBuilder
* Make useful API public
2020-04-27 13:27:11 -07:00
Pranav K
99781d3b25
Share SignalR's HubProtocol implementation in Blazor ( #20922 )
2020-04-18 10:07:51 -07:00
Safia Abdalla
8b6ccff647
Fix AuthStateAsyncReturnsUnrelatedCancelledTask_TreatAsFailure flake ( #20881 )
2020-04-17 06:55:20 -07:00
Wayne Adams
75c779773f
Add missing OffsetX and OffsetY events to MouseEventArgs. ( #20478 )
...
* Add missing OffsetX and OffsetY events to MouseEventArgs.
* Update public interfaces
* Generate Reference Assemblies
2020-04-14 10:00:32 -07:00
Pranav K
3c1bd093e9
Print disk usage ( #20704 )
...
* Print disk usage
* Try again
* Disk util part3
* dont look at /tmp
* Remove max-depth
* Add disk usage stats to all non-windows platforms
* Disable Ubuntu quarantined test step
* Apply suggestions from code review
- Make thingies worky on macOS
* Update .azure/pipelines/jobs/default-build.yml
* Undo skip of qurantined test run
* Update .azure/pipelines/jobs/default-build.yml
- do not reference directory that doesn't exist
* Update .azure/pipelines/jobs/default-build.yml
- reduce noise in Mac disk utilization output
Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
2020-04-11 12:59:18 -07:00
Günther Foidl
810969084a
Replaced Span<T>.Fill(0) with Span<T>.Clear() ( #20023 )
2020-04-10 15:18:37 -05:00
John Luo
1cc6171b0a
Fix tests
2020-04-06 11:56:22 -07:00
John Luo
6ad0d5849c
Merge branch 'master' into johluo/remove-extensions-deps
2020-04-06 11:17:56 -07:00
Hao Kung
cc79bcc67b
Reenable cert tests on helix ( #20372 )
2020-04-04 13:02:22 -07:00
John Luo
5e81b276a7
Use migrated analyzers
2020-04-03 11:46:49 -07:00
John Luo
fcb23108b6
Relocate Logging.Testing to AspNetCore.Testing
2020-04-02 00:16:01 -07:00
Doug Bunting
0518cb5107
Suppress a warning ( #20390 )
...
- Suppress a warning
- Clarify a comment
2020-04-01 22:14:41 -07:00
Kevin Pilch
f34033a415
Add .vsconfig files in root and beside slns
2020-03-31 14:25:44 -07:00
William Godbe
24619b8594
Merge pull request #20250 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'
2020-03-31 11:33:48 -07:00
Safia Abdalla
a57943a443
Add support for optional parameters in Blazor routes ( #19733 )
2020-03-30 12:30:28 -07:00
William Godbe
f29ddaf680
Merge branch 'master' into merge/release/3.1-to-master
2020-03-27 10:24:36 -07:00
William Godbe
1040be3588
Include third-party-notices.txt in all packages ( #20166 )
...
* Include third-party-notices.txt in all packages
* Fix version test filename
2020-03-27 10:15:32 -07:00
Doug Bunting
3dfd5f28c1
nit: Mark shell scripts as executable
2020-03-25 11:04:25 -07:00
Brennan
9112030a3c
Quarantine some tests ( #19932 )
2020-03-17 16:31:24 -07:00
Pranav K
715ed24382
Don't ship Wasm.Performance.Driver ( #19906 )
2020-03-17 09:16:53 -07:00
Brennan
37c2a882c4
Use Node-Fetch instead of Request for TS client ( #19708 )
2020-03-13 17:39:25 -07:00
Julio Avellaneda
8ad0f1fbe6
Update gitter url ( #19755 )
...
Update gitter url.
2020-03-11 09:31:59 -07:00
Hao Kung
bc6bc2d22c
Reenable Components analyzers on helix ( #19721 )
2020-03-09 22:14:20 -07:00
Guillaume Nury
58c13c312e
Support nullable enum in InputSelect ( #19506 )
...
As BindConverter supports Nullable enums (here), call it if the underlying type has type of enum.
Addresses #13624
2020-03-09 16:00:35 -07:00
Pranav K
72bb72f11c
Quarantine Blazor-Ignitor based tests ( #19667 )
2020-03-09 14:28:51 -07:00
John Luo
f05e019271
Merge branch 'master' into johluo/migrate-logging-testing
2020-03-04 22:17:06 -08:00
John Luo
c181547864
Migration fixup for Logging.Testing
2020-03-04 22:10:12 -08:00
Artak
4192a023f5
Mark tests as flaky ( #19415 )
...
* Mark tests as flaky
* Update ComponentHubReliabilityTest.cs
* Update InteropReliabilityTests.cs
* Update ServerComponentRenderingTest.cs
* Update ServerComponentRenderingTest.cs
2020-03-04 15:26:19 -08:00
Brennan
56fb4b4d2f
Rename Flaky attribute ( #19469 )
2020-03-04 08:10:18 -08:00
Safia Abdalla
f0ac5b07ee
Fix copy/paste type in test asset
2020-02-27 11:56:17 -08:00
Safia Abdalla
677a1b5be7
Add tests for short values in BindTests
2020-02-27 11:56:17 -08:00
Safia Abdalla
1407d9ab05
Update reference assemblies for modified components
2020-02-27 11:56:17 -08:00
Safia Abdalla
c1158b6718
Add tests for short values in <InputNumber/>
2020-02-27 11:56:17 -08:00
Safia Abdalla
8a0be19abe
Support short values in <input type='number'/>
2020-02-27 11:56:17 -08:00
Safia Abdalla
346eceaadb
Add two-way binding for short data types
2020-02-27 11:56:17 -08:00
Safia Abdalla
52c497aa30
Add parser and formatter for short types
2020-02-27 11:56:17 -08:00
Pranav K
810b9b0c7e
Build fixups in master ( #19338 )
...
* Fix error with nullable
* Commit yarn.lock produced from building Microsoft.InteropJS
2020-02-26 10:45:38 -08:00
John Luo
a5fc9defc4
Regenerate ref assemblies
2020-02-20 16:53:07 -08:00
John Luo
5f9f1ce183
Merge branch 'master' into johluo/migrating-extensions
2020-02-20 16:44:06 -08:00
Brennan
3787d7e7f0
Merge pull request #19122 from dotnet/halter73/mega-merge
...
Merge branch release/3.1 --> master
2020-02-20 15:19:27 -08:00
John Luo
7d1f5d8c0b
Updates for extensions migrations
...
- Multi-target ObjectPool
- Move Embedded.Manifest.Task.Internal.Entry to the public namespace
- Remove ref assemblies from AspNetCore.Testing
- Skip TestPathUtilitiesTest since it's a pattern we want to migrate away from
- Fix FileProviders.Abstractions version in Embedded.*.nuspec
- Add workarounds for project references to FileProviders.Embedded
2020-02-20 14:00:29 -08:00
Doug Bunting
c2ee4ae820
Re-enable source build job
...
- change ref/ projects to build only the default TFM during source builds
- avoid errors restoring packages like Microsoft.BCL.AsyncInterfaces
- may also speed up source builds slightly
2020-02-19 22:46:22 -08:00
Daniel Abbatt
474d03c071
Typo in the exception message that's returned
...
Typo in the exception message that's returned
Rendererd should be Rendered
2020-02-19 23:00:08 +00:00
Brennan Conroy
2d066dcd3e
Apply some fixes
2020-02-19 14:18:29 -08:00
Ajay Bhargav Baaskaran
f2dd6d4598
Add back DownloadFile.cs
...
Revert Razor.Runtime.Manual.cs and regenerate ref assemblies
2020-02-18 15:52:34 -08:00
Ajay Bhargav Baaskaran
b92f4231e8
Todos
2020-02-18 13:47:25 -08:00