Add missing doc files and cleanup nits (#22931)
* nit: Remove useless `$(HasReferenceAssembly)` settings - set in /Directory.Build.targets - `true` only in `$(IsAspNetCoreApp)` projects * nit: Remove useless `$(CompileUsingReferenceAssemblies)` settings - no current versioning differences between ref/ and src/ assemblies when targeting default TFM * Add more `$(GenerateDocumentationFile)` settings - increases the number of generated doc files, mostly without problems - !fixup! correct typo in `DebugProxyHost` doc comments - was not generating a doc file before - remove previous (ineffective) src/Components/Directory.Build.targets setting - nit: remove a duplicate `$(GenerateDocumentationFile)` setting * nit: Remove useless `$(IsPackable)` settings - only analyzers and implementation projects are packable by default - main use case for explicit setting is projects shipping only in shared framework - conditional setting in src/Mvc/Directory.Build.props just subset logic in /Directory.Build.targets * nit: Remove useless `$(IsProjectReferenceProvider)` settings - only implementation projects are providers by default * nit: Remove useless `$(IsTestAssetProject)` settings - set in src/Mvc/test/WebSites/Directory.Build.props * !fixup! Looks like `InProcessNewShimWebSite` must compile w/o ref/ assemblies - restore `$(CompileUsingReferenceAssemblies)` in this one project
显示
- eng/tools/Directory.Build.props 0 个添加, 1 个删除eng/tools/Directory.Build.props
- src/Analyzers/Analyzers/src/Microsoft.AspNetCore.Analyzers.csproj 0 个添加, 1 个删除...yzers/Analyzers/src/Microsoft.AspNetCore.Analyzers.csproj
- src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj 0 个添加, 1 个删除...etCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj
- src/Analyzers/Microsoft.AspNetCore.Analyzer.Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj 0 个添加, 1 个删除....Testing/src/Microsoft.AspNetCore.Analyzer.Testing.csproj
- src/Azure/AzureAD/Authentication.AzureAD.UI/src/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj 0 个添加, 1 个删除...src/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj
- src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj 0 个添加, 1 个删除.../Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj
- src/Azure/AzureAppServices.HostingStartup/src/Microsoft.AspNetCore.AzureAppServices.HostingStartup.csproj 0 个添加, 1 个删除...crosoft.AspNetCore.AzureAppServices.HostingStartup.csproj
- src/Azure/AzureAppServicesIntegration/src/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj 0 个添加, 1 个删除...c/Microsoft.AspNetCore.AzureAppServicesIntegration.csproj
- src/Components/Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj 0 个添加, 2 个删除...zers/src/Microsoft.AspNetCore.Components.Analyzers.csproj
- src/Components/Directory.Build.targets 0 个添加, 4 个删除src/Components/Directory.Build.targets
- src/Components/Ignitor/src/Ignitor.csproj 1 个添加, 4 个删除src/Components/Ignitor/src/Ignitor.csproj
- src/Components/Ignitor/test/Ignitor.Test.csproj 0 个添加, 2 个删除src/Components/Ignitor/test/Ignitor.Test.csproj
- src/Components/Samples/BlazorServerApp/BlazorServerApp.csproj 0 个添加, 1 个删除...Components/Samples/BlazorServerApp/BlazorServerApp.csproj
- src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj 1 个添加, 1 个删除.../Server/src/Microsoft.AspNetCore.Components.Server.csproj
- src/Components/WebAssembly/Authentication.Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj 1 个添加, 0 个删除...Msal/src/Microsoft.Authentication.WebAssembly.Msal.csproj
- src/Components/WebAssembly/Build/src/Microsoft.AspNetCore.Components.WebAssembly.Build.csproj 1 个添加, 1 个删除.../Microsoft.AspNetCore.Components.WebAssembly.Build.csproj
- src/Components/WebAssembly/Build/test/Microsoft.AspNetCore.Components.WebAssembly.Build.Tests.csproj 0 个添加, 2 个删除...soft.AspNetCore.Components.WebAssembly.Build.Tests.csproj
- src/Components/WebAssembly/Compression/src/Microsoft.AspNetCore.Components.WebAssembly.Build.BrotliCompression.csproj 0 个添加, 1 个删除...ore.Components.WebAssembly.Build.BrotliCompression.csproj
- src/Components/WebAssembly/DebugProxy/src/Hosting/DebugProxyHost.cs 1 个添加, 1 个删除...ents/WebAssembly/DebugProxy/src/Hosting/DebugProxyHost.cs
- src/Components/WebAssembly/DebugProxy/src/Microsoft.AspNetCore.Components.WebAssembly.DebugProxy.csproj 1 个添加, 1 个删除...osoft.AspNetCore.Components.WebAssembly.DebugProxy.csproj
想要评论请 注册 或 登录