base32 refactoring
.NET Test / .NET tests (push) Failing after 1m54s

This commit is contained in:
2026-07-10 21:53:37 +04:00
parent d11c74e5d6
commit 566c813e8d
18 changed files with 375 additions and 88 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
{
"dotnet.defaultSolution": "JustDotNet.Core.sln",
"dotnet.defaultSolution": "JustDotNet.Core.slnx",
"omnisharp.enableEditorConfigSupport": true,
"dotnetAcquisitionExtension.enableTelemetry": false,
"dotnet.testWindow.useTestingPlatformProtocol": true
"dotnet.testWindow.useTestingPlatformProtocol": true,
"dotnet.formatting.organizeImportsOnFormat": true
}