added article about html hack

This commit is contained in:
2024-04-23 09:17:24 -06:00
parent 8df3a34dde
commit b3ee8560ef
2 changed files with 10 additions and 4 deletions

View File

@@ -11,11 +11,9 @@ find outdated packages `dotnet list package --outdated`
Development command: `dotnet watch --project Management.Web/`
# Razor Hack
## Canvas HTML Hack
Apparently the VSCode razor extension was compiled with a preview of dotnet 6... and only uses openssl 1.1. After installing openssl1.1 you can tell vscode to provide it with `export CLR_OPENSSL_VERSION_OVERRIDE=1.1; code ~/projects/canvasManagement`.
The issue can be tracked [here](https://github.com/dotnet/razor/issues/6241)
<https://nowucca.com/2020/07/04/working-around-canvas-limitations.html>
# ideas