aspnetcore/eng
Doug Bunting 25672336f9
Add more properties controlling service reference code generation (#10641)
- `$(OpenApiGenerateCodeOnBuild)` controls if targets run before compile targets
  - #4924
  - also correct multiple invocations when project has multiple target frameworks
- `$(OpenApiBuildReferencedProjects)` controls whether `@(OpenApiProjectReference)` items build automatically
  - #6582
- rename a few other properties and targets

also:
- add symbols for Microsoft.Extensions.ApiDescription.Client task assembly
  - #10508
- unconditionally run `OpenApiGetDocuments` target in referenced projects
  - corrects compilation in design-time builds
  - no longer uses `@(ProjectReferenceWithConfiguration)`; referenced project chooses all property values

nits:
- consolidate into a single `$(GenerateOpenApiCodeDependsOn)` property
- rename task assembly and namespaces in Microsoft.Extensions.ApiDesription.Client to match the project
- allow `OpenApiGetDocuments` targets to run in parallel if `$(BuildInParallel)` is enabled
- remove `$(OpenApiCodeDirectory)` normalization; never concatenated with anything else
2019-06-02 22:09:42 -07:00
..
common
helix [Helix] Try running node services tests on helix again (#9046) 2019-05-29 21:15:29 -07:00
scripts
targets [Helix] Try running node services tests on helix again (#9046) 2019-05-29 21:15:29 -07:00
tools
AspNetCore.snk
Baseline.Designer.props
Baseline.xml
Dependencies.props
FlakyTests.AfterArcade.props
FlakyTests.BeforeArcade.props
GenAPI.exclusions.txt
LicenseHeader.txt
NuGetPackageVerifier.json
PatchConfig.props
ProjectReferences.props Add more properties controlling service reference code generation (#10641) 2019-06-02 22:09:42 -07:00
PublishSymbols.proj
SharedFramework.External.props
SharedFramework.Local.props Remove Transport.Abstractions from existence (#10722) 2019-06-01 17:22:47 -07:00
Version.Details.xml [master] Update dependencies from aspnet/AspNetCore-Tooling (#10596) 2019-05-30 20:38:52 -07:00
Versions.props [master] Update dependencies from aspnet/AspNetCore-Tooling (#10596) 2019-05-30 20:38:52 -07:00
Workarounds.props
Workarounds.targets
signcheck.exclusions.txt