azos icon indicating copy to clipboard operation
azos copied to clipboard

A to Z Sky Operating System / Microservice Chassis Framework

Results 181 azos issues
Sort by recently updated
recently updated
newest added

SipcServer.cs const int GRANULARITY_MS = 250; - that is very slow and it only accepts 1 client once every X where X is at least 250 + scanning of others....

bug

What is the compatibility of Pile and C# records. Does it work flawlessly?

question

The nested instance of **`FilterPipelineException`** serves no purpose but show the filter path. Is it possible **not to wrap EACH** exception, and only re-throw the inner `FilterPipelineExceptionexception` with full filter...

enhancement
AREA-WAVE
CONCEPT

https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#ways-to-specify-the-configuration A list of GC control environment variables: ```bash export DOTNET_gcServer=1 export DOTNET_GCHeapCount=hex export DOTNET_gcConcurrent=1|0 export DOTNET_GCHeapCount=hex export DOTNET_GCHeapAffinitizeMask=hex export DOTNET_GCHeapAffinitizeRanges=1-4,8-16 export DOTNET_GCNoAffinitize=0|1 export DOTNET_GCHeapHardLimit=hex-byte-size export DOTNET_GCHeapHardLimitPercent=hex-percent export DOTNET_GCHighMemPercent=hex-percent export...

Server Version/Build information: App: [hub] hub Azos Core: [0] by @: on 01/01/0001 00:00:00 UTC Azos Sky: [0] by @: on 01/01/0001 00:00:00 UTC Host: n/a

bug
AREA-BUILD

Because it tries to access `/home` which generates access denied: ``` //VfsSink.cs:42 protected override void CheckPath(string path) => m_Session.EnsureDirectoryPath(path); //

bug
AREA-LOG
Linux

All integration tests fail on Mongo 6.01: 29 ERROR but pass on 5.0.12 ``` Mongo DB 5.0.12 +------------------------------------------------ | Platform runtime: NetCore20Runtime | Total runnables: 28 | Total methods: 29...

AREA-DATA
PROJECT

http://mongodb.com/docs/manual/refernce/ulimit

Linux

Re #768, Re https://github.com/dotnet/SqlClient/issues/1521 Due to problems with SQL server driver it needs to be removed from Azos project as it does not put proper SQL dll into bin.

BUG-3RD-PARTY

Microsoft.Data.SqlClient adds bloat: - Azure.Core.dll - Azure.Identity.dll - Microsoft.Identity.Model/Client/Extensions/Abstyraction So SQL connectivity support alone, ## Adds 14 extra Microsoft DLLs at 3.48 mbytes **None of that is needed for anything...

CRITICAL
BUG-3RD-PARTY