Add changes to all models to eliminate selling and immediately buying back the same security as this is considered a Wash Trade and is illegal.
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-19 19:49:09 -04:00
parent 230e2b931f
commit e48588c13a
5 changed files with 22 additions and 13 deletions

View File

@@ -240,5 +240,9 @@ Also note that 1>/dev/null is synonymous to, but more explicit than >/dev/null
Slow builds and C# Dev Kit Errors
ps -u $USER -o pid,cmd | grep -E 'csdevkit|visualstudio-projectsystem-buildhost|vstest.console' | grep dotnet | awk '#{print $1}' | xargs -r kill -9 || true
Kill MSBuild that don't close when exiting vscode
ps aux | grep MSBuild.dll | grep -v grep | awk '{print $2}' | xargs sudo kill -9
This shows where dotnet performance is
dotnet build /clp:PerformanceSummary
dotnet build /clp:PerformanceSummary