aspnetcore/src/ProjectTemplates/test
Doug Bunting e13368391b
Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567)
- #20818, fix e.g. references to Microsoft.Web.Xdt.Extensions in our packages
- make `@(Reference)` items much more broadly applicable
- emit an error when `@(ProjectReference)` is used instead of `@(Reference)`
    - then get rid of the errors (!!)
- rename a couple of projects to match their assembly names
    - then regenerate the `@(ProjectReferenceProvider)` items
- switch intersection approach from Exclude / Exclude to Copy / Update / Copy

Projects of particular interest:
- src/DefaultBuilder/src/Microsoft.AspNetCore.csproj
    - honouring metadata left e.g. Microsoft.AspNetCore.Components.WebAssembly.DevServer package unchanged
    - removed redundant metadata after that confirmation
- src/Razor/tools/Microsoft.AspNetCore.Razor.Internal.Transport/
    - content of this package unchanged but metadata avoids extra work
    - add a comment about the extra work
- src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/
    - success! removes Microsoft.Web.Xdt.Extensions dependency from the package
- src/SiteExtensions/Runtime/Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj
    - add a `Condition` to avoid an ordering issue I hit here
- src/Tools/Extensions.ApiDescription.Server/src/
    - avoid errors the new build ordering and timing caused

Separately, up the timeout in the `<DownloadFile />` task
- hit repeated timeouts downloading dotnet-runtime-5.0.0-rc.1.20370.4-win-x64.zip

nits:
- remove dupe `@(Reference)` item in Microsoft.AspNetCore.Components.WebAssembly.DevServer.csproj
- remove useless `%(ProjectReference.IsImplicitlyDefined)` metadata as well as its misspellings
- remove extra spaces from ProjectReferences.props
- clean up a few comments in ResolveReferences.targets

* !fixup! Correct other references to renamed projects
2020-08-04 10:05:55 -07:00
..
Infrastructure Update the templates CSS to leverage CSS isolation (#24380) 2020-07-28 15:29:57 -07:00
ItemTemplateTests
.gitattributes
AssemblyInfo.AssemblyFixtures.cs
BaselineTest.cs Quarantine flaky tests (#23995) 2020-07-16 11:47:47 -07:00
ByteOrderMarkTest.cs
Directory.Build.targets
EmptyWebTemplateTest.cs
GrpcTemplateTest.cs
IdentityUIPackageTest.cs
MvcTemplateTest.cs Merge branch 'merge/release/5.0-preview8-to-master' of https://github.com/dotnet-maestro-bot/AspNetCore into merge/release/5.0-preview8-to-master 2020-07-27 09:31:46 -07:00
ProjectTemplates.Tests.csproj Keep `@(Reference)` metadata when creating `@(ProjectReference)` items (#21567) 2020-08-04 10:05:55 -07:00
RazorClassLibraryTemplateTest.cs
RazorPagesTemplateTest.cs Update RazorPages, MVC, WebApi templates to use Identity.Web (#24167) 2020-07-24 17:36:12 -07:00
WebApiTemplateTest.cs Update RazorPages, MVC, WebApi templates to use Identity.Web (#24167) 2020-07-24 17:36:12 -07:00
WorkerTemplateTest.cs Unquarantine passing tests (#23915) 2020-07-13 16:27:00 -07:00
e2eTestSettings.ci.json
e2eTestSettings.json
package.json
template-baselines.json Update the templates CSS to leverage CSS isolation (#24380) 2020-07-28 15:29:57 -07:00
yarn.lock