• Coding

    Blazor + HTML minification

    Blazor tracks local state through HTML comments. HTML minification should exclude Blazor: comments to avoid rendering the application unusable.

  • Coding

    Async locking

    Async by design may not resume on its original thread which can result in deadlocks. Locking needs to occur through a shared resource, a semaphore.

An error has occurred. This application may no longer respond until reloaded. Reload 🗙