How to ask MsDeploy to use app_offline.htm IIS’s trick to shutdown IIS Website before new deployment (preventing lock file issue):
Locked Files When Publishing .NET Core Apps to IIS with WebDeploy – Rick Strahl’s Web Log
Month: June 2021
.NET Core runtime compatibility
A good article on .Net Core runtime compatibility, including standard compatibility (same major version with higher or equal minor version) and some ways to force runtime selection (–fxversion, .runtimeconfig.json).
Google takes Fushia’s security very seriously
An analysis of security enforcement integrated to Fuchsia OS: https://blog.cr0.org/2021/06/a-few-thoughts-on-fuchsia-security.html. Definitly, it’s not a proof of concept!
With a bonus: Why didn’t we write the (Zircon) kernel in Rust? (in fact, it should have been titled: why didn’t we write yet zircon in Rust?)
How to stop Visual Studio from creating launchsettings.json
Just add <NoDefaultLaunchSettingsFile>true</NoDefaultLaunchSettingsFile> to the project file.
How to stop Visual Studio from creating launchsettings.json