briangithex
briangithex
Reproduction steps: 1. Visit https://docs.microsoft.com/en-us/iis/extensions/iis-compression/iis-compression-overview 2. On the left sidebar, "IIS Database Manager" (under "Extensions") links to https://docs.microsoft.com/en-us/ . This should probably be outright removed, since the sidebar already has...
Page: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/scheme GitHub: https://github.com/MicrosoftDocs/iis-docs/blob/master/iis/configuration/system.webServer/httpCompression/scheme.md Both `staticCompressionLevel `and `dynamicCompressionLevel` are documented as: > Specifies the compression level for the compression scheme when static content is being compressed. The levels range from...
In [readme.md](https://github.com/blowdart/idunno.CookieSharing/blob/master/readme.md), the "Adding compatibility for applications using ASP.NET Identity" section warns that the database needs to be Migrated to Identity V3. It may be worth mentioning the need to...
### Type of issue Code doesn't work ### Description 1) The provided C# example fails to compile due to a conversion error. Example fixes: A) Replace `cwt.TryGetValue(wr2.Target, out data)` with...