azos icon indicating copy to clipboard operation
azos copied to clipboard

A to Z Sky Operating System / Microservice Chassis Framework

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

Related: #833 WorkContext.DoGetRequestBodyAsJsonDataMapAsync ```csharp catch(Exception error) { throw new HTTPStatusException(WebConsts.STATUS_400, WebConsts.STATUS_400_DESCRIPTION + " body processing error",//

Is this because the "ExceptionData" re-reads it from inner exception multiple times? Look like it bubbles-up the bottom-most cause too many times, it (WrappedExceptionData) should probably not do that? ```json...

question

- Add "near" snippet from lexer. - Add "path" from parser for example: ``` Unterminated string at 56 line 3 near `[{days: [1,3], name: b` at doc path `{b{cars[#0{name` ```...

Related: #813 The "FiberMemoryDelta" may not expect shard servers to materialize business-custom types, therefore it can only store changes as blobs. The .Net assemblies with custom types should only be...

- RTM -

Related: #813

wontfix
* * FOR FUTURE REF * *

Processes provide: 1. Unique mutext ID whih can be used for 2. Result/mailslot address for actors 3. Chronicle execution log correlation 4. Management, status tracking 5. Supervisor actors ensure process...

CRITICAL
CONCEPT
PROJECT

Test for memoryStream and use blockcopy instead ```csharp [MethodImpl(MethodImplOptions.AggressiveInlining)] public void ReadFromStream(byte[] buffer, int count) { if (count

enhancement
AREA-SERIALIZATION