aspnetcore/src/dotnet-getdocument
Doug Bunting 5cd86977ed
Rename client code generation components
- #8523
- main project / package --> `Microsoft.Extensions.ApiDescription.Design`
- tasks assembly and namespace --> `Microsoft.Extensions.ApiDescription.Tasks`
- tool namespace --> `Microsoft.Extensions.ApiDescription.Tool`
- targets --> verbs e.g. `GenerateTypeScriptNSwag` and `GenerateDocumentDefault`
- `@(ServiceProjectReference)` metadata -> align with common MSBuild project properties
  - exception: `$(MSBuildProjectExtensionsPath)`; it's readonly and `%(ProjectExtensionsPath)` is unambiguous
    - use `%(ProjectExtensionsPath)`
  - also add `%(Targets)` metadata and remove unused `%(ProjectRuntimeIdentifier)`
- `@(<ServiceProjectReferenceMetadata)` metadata -> align with MSBuild project properties
  - exceptions: `$(MSBuildProjectDirectory)`, `$(MSBuildProjectExtensionsPath)` and `$(MSBuildProjectName)`
    - readonly properties and names already unambiguous
2018-10-10 14:52:57 -07:00
..
Commands Rename client code generation components 2018-10-10 14:52:57 -07:00
Properties Rename client code generation components 2018-10-10 14:52:57 -07:00
Exe.cs Rename client code generation components 2018-10-10 14:52:57 -07:00
Program.cs Rename client code generation components 2018-10-10 14:52:57 -07:00
Project.cs Rename client code generation components 2018-10-10 14:52:57 -07:00
ProjectOptions.cs Rename client code generation components 2018-10-10 14:52:57 -07:00
Resources.resx Rename client code generation components 2018-10-10 14:52:57 -07:00
ServiceProjectReferenceMetadata.targets Rename client code generation components 2018-10-10 14:52:57 -07:00
dotnet-getdocument.csproj Rename client code generation components 2018-10-10 14:52:57 -07:00