aspnetcore/src/Tools/Extensions.ApiDescription.S...
Doug Bunting 8417429b9b
Fix a typo and address remaining service reference TODO items (#13364)
- #4923
- typo caused problems when cleaning files
- add `%(OpenApiProjectReference.GlobalPropertiesToRemove)` metadata
  - stop removing `$(Configuration)` or `$(Platform)` global properties
- address timing issues cropping up occasionally in builds using service ref features
  - avoid `AfterTargets="Build"`; referencing projects sometimes continue while post-build work is done
    - instead use `BeforeTargets="Build"` since that's a no-op target wrapping up a build
- set only properties in buildMultiTargeting\Microsoft.Extensions.ApiDescription.Server.targets
  - items not evaluated early enough to reference in all cases
- rename Microsoft.Extensions.ApiDescription.Client tasks
- remove net461 task assembly
2019-08-23 15:59:58 -07:00
..
src Fix a typo and address remaining service reference TODO items (#13364) 2019-08-23 15:59:58 -07:00
README.md Move service reference projects into Tools directory (#13185) 2019-08-16 19:05:37 -07:00

README.md

Microsoft.Extensions.ApiDescription.Client

MSBuild glue for OpenAPI document generation.

How To Use

See partner packages such as NSwag.AspNetCore or Swashbuckle.AspNetCore for intended use.