aspnetcore/src
Doug Bunting 415875625c
[release/5.0] Update API baseline files (#27653)
* Move all PublicAPI.Unshipped.txt files to PublicAPI.Shipped.txt
- we have now shipped this API surface

* Add eng/PublicAPI.empty.txt file
- make it easier to add new implementation projects

* Add missing public API baseline files
- #26784 part 1/2
- a few unexpected files turned up missing beyond the #26784 list…

* Reference Microsoft.CodeAnalysis.PublicApiAnalyzers more often
- #27484 part 2/2
- emit errors when API baseline files are missing
- update categorization of some projects
  - specification tests are not implementation projects
    - but _were_ project reference providers (keep that)
  - correct `$(IsTestAssetProject)` setting for Razor shims et cetera
  - correct `$(IsSampleProject)` setting for casing of some Sample directories
  - Microsoft.AspNetCore.Analyzer.Testing should be treated as test asset
- add `$(AddPublicApiAnalyzers)` property to support overrides
  - e.g. for `msbuild` task projects and tools

nit:
- remove useless `$(IsTestProject)` setting in a specification test project
- wrap some long `Condition`s

* Do not run public API analyzer in `RazorCoreCompile` target

* Remove old `$(EnableApiCheck)` settings
- property does nothing
- also remove a dangling ApiCheck comment
2020-11-12 10:28:52 -08:00
..
Analyzers [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Antiforgery [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Azure [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Components [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Configuration.KeyPerFile [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
DataProtection [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
DefaultBuilder [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Features/JsonPatch [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
FileProviders [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Framework Rebrand and update for 5.0.1 (#27406) 2020-11-10 09:51:47 -08:00
Grpc
HealthChecks [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Hosting [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Html/Abstractions [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Http [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Identity [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Installers [release/5.0] Fix some post-build signing issues (#26506) 2020-10-14 10:19:10 -07:00
JSInterop [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Localization [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Logging.AzureAppServices [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Middleware [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
MusicStore
Mvc [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
ObjectPool [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
ProjectTemplates
Razor [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Security [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Servers [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Shared [release/5.0] Update dependencies from dotnet/arcade (#26817) 2020-10-14 04:35:26 +00:00
SignalR [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
SiteExtensions [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Testing [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
Tools [release/5.0] Target 5.0.0 shared framework in global tools (#27599) 2020-11-10 09:46:06 -08:00
WebEncoders [release/5.0] Update API baseline files (#27653) 2020-11-12 10:28:52 -08:00
submodules