- #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 |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
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.