2024-02-06 14:54:46 -07:00
2024-02-07 16:27:20 -07:00
2024-02-06 14:54:46 -07:00
2024-02-07 16:03:57 -07:00
2024-01-04 12:50:23 -07:00
2024-01-12 17:02:13 -07:00
2024-02-07 16:03:57 -07:00
2024-02-07 16:29:09 -07:00

canvasManagement

install specflow template dotnet new install Specflow.Templates.DotNet

view templates with dotnet new -l

find outdated packages dotnet list package --outdated

Development command: dotnet watch --project Management.Web/

Razor 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

ideas

matching questions

  • different delimiter (-n in answer messes things up)
  • add distractors
Description
No description provided
Readme 3 MiB
Languages
TypeScript 98.1%
CSS 0.7%
Shell 0.6%
JavaScript 0.5%
Dockerfile 0.1%