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

Root daemon to install/reinstall software packages. Related #758

CRITICAL
AREA-CONFIG
AREA-BUILD
AREA-SKY-APP
CONCEPT

Config defaults should apply only if the node is not set. However this construct: ``` compression-scheme=null ``` does not apply properly to this ``` [Config(Default="gzip-max")] public string CompressionScheme{...} ``` How...

File.SetLastWriteTime(String, DateTime)

Why is padding needed for this case at all? https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.paddingmode?view=net-6.0

TODO
CRITICAL
AREA-SECURITY
CONCEPT

The issues was that XML does not have `atr=null ` syntax, consequently it was setting property to FALSE. We need to use this XMl instead: `local-only=""` (empty string)

Passing `http://localhost:8100/system/test/echo?got={a=1}` into ``` [Action] public object Echo(JsonDataMap got) => new { OK = true, got}; ``` Expecting 400, but get 500: ``` Controller action body: 'G8.Server.Web.SysControllers.Test'.'echo'. Exception: [System.ArgumentException] Object...