* Update directory-structure.md
For self-contained deployments (at least on ASP.NET Core 5.0) the *.exe extension is only generated for Windows. For Linux (and presumably macOS) no extension is generated. This behaviour is consistent with that for framework-dependent deployments so I just copied the relevant text. I am not sure if the behaviour applies to versions < aspnetcore-3.0 so I haven't touched the text there.
It may also be useful to add that if you choose the `Produce single file` option, none of the `*.dll` files remain in the publish directory (I love this feature!).
* Update directory-structure.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* C177636 : removing extra hyphen to avoid broken display of table
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Extra hyphen is broken display on table for this page https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/directory-structure?view=aspnetcore-2.2
* Asterisk touch-up
* Remove extra line
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version.
Description: Asterisks (*) are breaking right rendering on LOC pages.
Affected Lines 55 and 56
Fixes#10272
Given the length of the line and some *rather BAD defaults and lack of repo config from GitHub* :trollface:, diff highlighting doesn't work for the *aspnet-core-module.md* file change. The change is from ...
> Any folders provided in the path must exist in order for the module to create the log file.
... to ...
> Any folders provided in the path are created by the module when the log file is created.