Refactor deployment script and replace RNGCryptoServiceProvider
Some checks failed
Build .NET Project / build (push) Has been cancelled

This commit is contained in:
2026-03-13 18:04:52 -04:00
parent b87dea3473
commit e2331010f1
4 changed files with 68 additions and 17 deletions

View File

@@ -234,3 +234,11 @@ Also note that 1>/dev/null is synonymous to, but more explicit than >/dev/null
# Financial
1) Economic Indicators - https://docs.tradingeconomics.com/
# DOTNET related notes
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
This shows where dotnet performance is
dotnet build /clp:PerformanceSummary