aspnetcore/src
Doug Bunting 87e304334d
Remove batching requirements placed on code and document generator providers
- #8419
- perform batching and `@(ServiceFileReference)` and `@(Compile)` additions in common code
  - take advantage of new simplicity in `DefaultDocumentGenerator` target
- add metadata serialization / deserialization in support of passing items into `<MSBuild />`
  - also ensure metadata values are escaped before calling `ITaskItem.SetMetadata(...)`
- correct typos in Microsoft.Extensions.ApiDescription.Client.* e.g. in comments and metadata names
- move last remaining `GenerationTasks` file

nits:
- combine `_ServiceProjectReferenceGenerator_Restore` and `_ServiceProjectReferenceGenerator_Build` targets
  - only build web sites projects once
- remove unused `buildMultiTargeting` targets
- remove qualification of metadata listed in an `<ItemDefinitionGroup />`; will always exist
- add / remove a few `Condition`s that were missing / redundant
- move properties users won't normally set to Microsoft.Extensions.ApiDescription.Client.targets
- shorten lines in MSBuild files
2018-10-10 14:52:55 -07:00
..
GetDocumentInsider Rationalize code sharing between the three code generation projects 2018-10-10 14:52:54 -07:00
Microsoft.AspNetCore.Mvc Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Abstractions Add security text about Host header 2018-10-05 22:26:37 -07:00
Microsoft.AspNetCore.Mvc.Analyzers Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Api.Analyzers Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.ApiExplorer Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Core Ignore created URI if Assembly.CodeBase contains a fragment (#8556) 2018-10-08 10:41:04 -07:00
Microsoft.AspNetCore.Mvc.Cors Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.DataAnnotations Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Localization Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Razor Add missing license headers to src files 2018-10-10 14:52:54 -07:00
Microsoft.AspNetCore.Mvc.RazorPages Fix PageRouteTransformerConvention with custom page routes (#8576) 2018-10-10 18:33:30 +13:00
Microsoft.AspNetCore.Mvc.TagHelpers Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.Testing Add missing license headers to src files 2018-10-10 14:52:54 -07:00
Microsoft.AspNetCore.Mvc.ViewFeatures Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShim Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00
Microsoft.Extensions.ApiDescription.Client Remove batching requirements placed on code and document generator providers 2018-10-10 14:52:55 -07:00
dotnet-getdocument Remove `CodeAnnotations` 2018-10-10 14:52:54 -07:00
Directory.Build.props Use Internal.AspNetCore.Sdk as an MSBuild SDK 2018-10-04 15:12:38 -07:00