Doug Bunting
3a07534d25
[release/3.1] Fix the badness and get this branch building ( #14594 )
2019-10-01 08:13:59 -07:00
Ajay Bhargav Baaskaran
0d5d6e7db6
Update baselines to unbreak tests ( dotnet/aspnetcore-tooling#1184 )
...
\n\nCommit migrated from 49542e0488
2019-09-30 22:13:12 -07:00
Doug Bunting
6a50b16a79
Update branding to 3.0.1 ( #14404 )
...
- includes workarounds that should be removed or improved ASAP
e.g. f219a38288 and fd34e14f4a
2019-09-30 21:07:16 -07:00
N. Taylor Mullen
5acc0ae288
Add Blazor partial class support in Visual Studio. ( dotnet/aspnetcore-tooling#1182 )
...
- No longer mark declaration files as single file generators. Prior to this we relied on SingleFileGenerators to dynamically update the declaration files when .razor files changed. However, to make partial classes work we can no longer depend on declaration files being available because their existence causes us to have to mangle class names for opened documents; otherwise you get two files with same name and result in ambiguous definition errors.
- Stopped including declaration files as part of the users compilation. This was intended to make the design time experience operate more similar to how Blazor apps function at runtime (directly access each component instead of their declarations). We now rely on the background code generation effort built from the find all references work to supply users with strongly typed component names.
- Stop mangling class names for Visual Studio. Razor.VSCode has its own set of configurations which i'm not addressing as part of this changeset.
- Start generating components with the partial modifier to their class name to enable partial class support.
- Updated existing tests to expect partial modifier.
aspnet/AspNetCoredotnet/aspnetcore-tooling#5487\n\nCommit migrated from ecb3b1bdf0
2019-09-30 19:40:34 -07:00
Doug Bunting
c31c5143be
Create missing directory and simplify workaround slightly
2019-09-30 19:16:36 -07:00
Doug Bunting
fd34e14f4a
Create missing directory and simplify workaround slightly
2019-09-30 19:15:53 -07:00
Doug Bunting
219b528ac2
Create missing directory and simplify workaround slightly
2019-09-30 19:14:00 -07:00
Doug Bunting
477fa8ce4c
Find or install Tar on CI
...
- work around dotnet/core-eng#7970
- install Git in repo if Tar can't be found in usual locations
- use found or installed Tar in Microsoft.AspNetCore.App.Ref project
- copy into repo from wherever it's found
- add lots of `Write-Host` debugging
nit: clean up / comment on VS Code warnings about build.ps1
2019-09-30 16:09:12 -07:00
Doug Bunting
111462e0c2
Use a response file for GenAPI commands
...
- work around dotnet/arcade#4021
2019-09-30 16:09:10 -07:00
Doug Bunting
f219a38288
Find or install Tar on CI
...
- work around dotnet/core-eng#7970
- install Git in repo if Tar can't be found in usual locations
- use found or installed Tar in Microsoft.AspNetCore.App.Ref project
- copy into repo from wherever it's found
- add lots of `Write-Host` debugging
nit: clean up / comment on VS Code warnings about build.ps1
2019-09-30 16:05:43 -07:00
Doug Bunting
f6eab78cd9
Find or install Tar on CI
...
- work around dotnet/core-eng#7970
- install Git in repo if Tar can't be found in usual locations
- use found or installed Tar in Microsoft.AspNetCore.App.Ref project
- copy into repo from wherever it's found
- add lots of `Write-Host` debugging
nit: clean up / comment on VS Code warnings about build.ps1
2019-09-30 16:03:21 -07:00
Doug Bunting
aa84cd643c
Use a response file for GenAPI commands
...
- work around dotnet/arcade#4021
2019-09-30 15:05:41 -07:00
Doug Bunting
0019148893
Update branding to 3.1.0-preview2
2019-09-29 11:58:17 -07:00
Doug Bunting
bb7ad877a4
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from eea24dd2cd
2019-09-28 23:53:30 -07:00
Ajay Bhargav Baaskaran
3dcc779659
Prefer child content over a matching component ( dotnet/aspnetcore-tooling#1180 )
...
* Prefer child content over a matching component
* feedback
\n\nCommit migrated from 9c83a09944
2019-09-27 14:27:10 -07:00
Ajay Bhargav Baaskaran
39d8e322d1
Fix misc attribute content sometimes getting ignored ( dotnet/aspnetcore-tooling#1176 )
...
\n\nCommit migrated from 8108f50021
2019-09-27 14:22:21 -07:00
William Godbe
735b89a399
Merge pull request dotnet/extensions#2413 from dotnet-maestro-bot/merge/release/3.0-to-release/3.1
...
[automated] Merge branch 'release/3.0' => 'release/3.1'\n\nCommit migrated from e7d326ec14
2019-09-27 13:52:52 -07:00
wtgodbe
fb73cc1d81
Merge branches
...
\n\nCommit migrated from 9356c2770b
2019-09-27 13:13:49 -07:00
William Godbe
0a35cd7453
Merge pull request dotnet/extensions#2399 from aspnet/Basline
...
Update package baseline\n\nCommit migrated from af6cec94db
2019-09-27 13:04:08 -07:00
William Godbe
7776687a80
Merge pull request dotnet/extensions#2391 from aspnet/Embedded30
...
[release/3.0] Switch to embedded package icon\n\nCommit migrated from 2103a95fb3
2019-09-27 13:03:18 -07:00
wtgodbe
cad1988572
Newer SDK
2019-09-27 12:49:10 -07:00
Doug Bunting
24fc9c0008
Add tests of `MetadataSerializer`
...
- #4914 (2 of probably 3 or 4)
nit: Use more `var`
2019-09-27 12:10:08 -07:00
wtgodbe
14eb9e3325
Temporarily try usi a preview9 sdk
2019-09-27 11:10:52 -07:00
Mikael Mengistu
68dcbe3990
Update SignalR transport protocol spec ( #13916 )
2019-09-27 10:24:54 -07:00
Doug Bunting
842cb9188d
Merge branch 'release/3.1' => 'master' ( dotnet/extensions#2408 )
...
\n\nCommit migrated from 1540c1de40
2019-09-26 23:52:00 -07:00
Doug Bunting
9b3c9b28e6
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from caca5e9de9
2019-09-26 22:35:06 -07:00
Doug Bunting
3c65c03ef8
Disable building targeting pack
...
- `$(IsServicingBuild)` disabled at the moment
2019-09-26 21:56:40 -07:00
wtgodbe
e233890a25
Suppress errors for removed references in Components.csproj
2019-09-26 15:21:48 -07:00
Kahbazi
b44e9c6a24
Fix null reference exception for Streaming null object ( #14004 )
2019-09-26 15:09:42 -07:00
wtgodbe
49b42b3f10
Fix typo
2019-09-26 14:12:03 -07:00
Ryan Brandenburg
287b183189
Responding to Pranav's feedback
...
\n\nCommit migrated from 353a27828e
2019-09-26 13:58:03 -07:00
Ryan Brandenburg
eda9503177
RazorSDK doesn't overwrite ErrorLog
...
\n\nCommit migrated from aed7bc8ec6
2019-09-26 13:58:03 -07:00
wtgodbe
ac69173167
Update MSBuild deps
2019-09-26 13:36:19 -07:00
wtgodbe
86e9b45aa0
Use up-to-date nuget versions
2019-09-26 12:53:59 -07:00
John Luo
9f3077f991
Merge pull request dotnet/extensions#2407 from dotnet-maestro-bot/merge/release/3.1-to-master
...
[automated] Merge branch 'release/3.1' => 'master'\n\nCommit migrated from b91b0da524
2019-09-26 11:11:29 -07:00
William Godbe
b8575a5098
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nCommit migrated from 68f7376ef6
2019-09-26 10:18:00 -07:00
William Godbe
3033f32683
Merge pull request dotnet/extensions#2401 from dotnet-maestro-bot/merge/release/3.0-to-release/3.1
...
[automated] Merge branch 'release/3.0' => 'release/3.1'\n\nCommit migrated from 58ef85c0d7
2019-09-26 10:14:38 -07:00
Doug Bunting
788812572c
Merge branch 'release/3.1' into merge/release/3.0-to-release/3.1\n\nCommit migrated from dc61bc52df
2019-09-25 19:21:43 -07:00
Brennan
1aa29f044e
C# and Java client negotiateVersion cleanup ( #14196 )
2019-09-25 17:07:45 -07:00
Brennan
2359634909
C# and Java client negotiateVersion cleanup ( #14196 )
2019-09-25 16:37:12 -07:00
wtgodbe
f20a4143de
Update to stable SDK in source build
2019-09-25 15:55:47 -07:00
Doug Bunting
2d9d13aa38
Further centralize choice to opt out of servicing features for now
...
- no changes in known frameworks, targeting pack features, et cetera
2019-09-25 15:47:24 -07:00
Doug Bunting
8bfb2a77bf
Correct and centralize a couple of conditions
...
- add `$(IgnorePackageBaselines)` property
2019-09-25 15:47:24 -07:00
Doug Bunting
fcad3da558
Disable up-to-date check of package baselines
2019-09-25 15:47:24 -07:00
Doug Bunting
c97484217f
Update branding to 3.0.1
...
- aspnet/AspNetCore-Internal#3153
2019-09-25 15:47:23 -07:00
Doug Bunting
21ba5d0a25
Merge branch 'master' into merge/release/3.1-to-master\n\nCommit migrated from a2ffe16eed
2019-09-25 15:42:12 -07:00
wtgodbe
3ad85f984d
Add conditions to workarounds in TemplateTests.props
2019-09-25 15:32:42 -07:00
Pranav K
1937c804fa
Avoid null refs in BlazorIgntior when Disposed ( #14341 )
...
* Avoid null refs in BlazorIgntior when Disposed
Fixes https://github.com/aspnet/AspNetCore/issues/14257
2019-09-25 15:01:35 -07:00
Ryan Brandenburg
6317b34aaa
Increase httpclient reliability ( #14349 )
2019-09-25 13:35:14 -07:00
Brennan
b5db4a96ba
[TS] Add support for negotiateVersion and connectionToken ( #14157 )
2019-09-25 12:42:46 -07:00