aspnetcore/src
Doug Bunting ab7f3f2018
Enable `/warnAsError` (#23072)
* Enable `/warnAsError` in Windows builds
  - already enabled in non-Windows builds because override existed only in build.ps1
* Allow some warnings related to closed issues
  - common `<NoWarn>$(NoWarn);CS1591</NoWarn>` case unchanged
    - /Directory.Build.props ensures that warning remains a warning but doesn't hide it
* !fixup! Root build.sh _does_ disable warnings as errors
  - variable eng/common/tools.sh uses named `warn_as_error`
2020-06-18 15:59:34 -07:00
..
Analyzers Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Antiforgery Fix null reference errors in tests (#23091) 2020-06-18 11:05:54 -07:00
Azure Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Components Merge pull request #22902 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-06-18 12:24:36 -07:00
Configuration.KeyPerFile Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
DataProtection Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
DefaultBuilder Enable Kestrel config reload in ConfigureWebHostDefaults (#22528) 2020-06-10 17:47:17 -07:00
Features/JsonPatch Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
FileProviders Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Framework Add sharedfx and targeting pack tests (#23045) 2020-06-17 17:06:04 -07:00
Grpc Turn off gRPC interop test console color logging (#22923) 2020-06-17 12:38:32 +12:00
HealthChecks Fix null reference errors in tests (#23091) 2020-06-18 11:05:54 -07:00
Hosting Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Html/Abstractions Add nullability to HtmlAbstractions (#22275) 2020-06-02 23:27:54 +00:00
Http Fix null reference errors in tests (#23091) 2020-06-18 11:05:54 -07:00
Identity Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Installers Merge branch '3.1merge' 2020-06-10 11:30:40 -07:00
JSInterop Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Localization Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Logging.AzureAppServices Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Middleware Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
MusicStore Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Mvc Enable `/warnAsError` (#23072) 2020-06-18 15:59:34 -07:00
ObjectPool Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
ProjectTemplates Fix authorization setup in Razor pages template (#23029) 2020-06-18 13:30:08 -07:00
Razor Enable `/warnAsError` (#23072) 2020-06-18 15:59:34 -07:00
Security Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Servers Fix Kestrel HTTP/2 debug assert failure (#23062) 2020-06-18 15:13:18 -07:00
Shared Merge pull request #22902 from dotnet-maestro-bot/merge/release/3.1-to-master 2020-06-18 12:24:36 -07:00
SignalR Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
SiteExtensions Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
Testing Fix helix-matrix tests (#22918) 2020-06-16 13:37:49 -07:00
Tools Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
WebEncoders Add missing doc files and cleanup nits (#22931) 2020-06-17 13:04:45 -07:00
submodules