mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
26 lines
700 B
Markdown
26 lines
700 B
Markdown
# 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](https://github.com/dotnet/razor/issues/6241)
|
|
|
|
# ideas
|
|
|
|
matching questions
|
|
|
|
- different delimiter (-n in answer messes things up)
|
|
- add distractors
|