aspnetcore/src/Middleware
Doug Bunting de38479e5f
Improve build reliability (#20760)
* Improve build reliability
  - ensure `ResolveCustomReferences` target executes before packages are used
  - `ResolveAssemblyReferences` and `ResolveAssemblyReferencesDesignTime` targets run too late
    - e.g. failed builds of Microsoft.AspNetCore.WebUtilities or Microsoft.AspNetCore.Hosting when building from root
  - add `GetReferenceProjectTargetPathMetadata` for ease of use as well as reliability
    - avoids extra work to get existing metadata (ref/ projects execute no tasks in this target)

  nit: rename `@(ReferenceProjectMetadata)` -> `@(ReferenceProjectTargetPathMetadata)`

* Ensure `GetTargetPathMetadata` target runs with `$(TargetFramework)` set
  - ref/ projects all multi-target and otherwise no-op this target

* Revert "Fix various "Type or namespace not found" errors (#20736)"
  - change is no longer needed with other fixes in this PR

  This reverts commit 8218d6e0e7.
2020-05-13 11:31:09 -07:00
..
CORS Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
ConcurrencyLimiter
…
Diagnostics Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Diagnostics.Abstractions
…
Diagnostics.EntityFrameworkCore
…
HeaderPropagation
…
HealthChecks Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
HealthChecks.EntityFrameworkCore
…
HostFiltering Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
HttpOverrides Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
HttpsPolicy Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Localization Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Localization.Routing
…
MiddlewareAnalysis
…
NodeServices
…
ResponseCaching Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
ResponseCaching.Abstractions Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
ResponseCompression Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Rewrite Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Session Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
SpaServices
…
SpaServices.Extensions
…
StaticFiles Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
WebSockets Improve build reliability (#20760) 2020-05-13 11:31:09 -07:00
Middleware.sln
…
build.cmd
…
startvs.cmd
…