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

Hi, the attached sample code produces a NotSupportedException. [SlimSerializerNullableReferenceTypeV2.zip](https://github.com/azist/azos/files/8478223/SlimSerializerNullableReferenceTypeV2.zip) I open this new issue, because it´s not closed for nullable structs! See the post from @topsterde. (https://github.com/azist/azos/issues/481)

We need to have an ability to run IDP server off another security manager which can be used to secure the IDP server itself. That security manager **may or may...

CONCEPT

``` /// /// A GDID for an optional association of this item with a specific person on the customer account (e.g. an email/phone belonging to head of household) /// [Field(required:...

Related #587 See this: ![image](https://user-images.githubusercontent.com/39680879/147596450-42b1cd35-ded0-4727-ba48-098a2dea9189.png) Proposed design: the whole credential ned to be eqatable ```csharp FederatedProvderCredentials : IEQuatable { Atom providerId JsonDataMap data, getHashCode

AREA-DATA

Metabiz is a hierarchical tree of config files, navigable using string path. Navigation starts at the top/catalog level, going down using standard path syntax: ``` reg:/us/east/cle/1 ``` Each node retains...

AREA-CONFIG
AREA-DATA
CONCEPT
PROJECT
- RTM -

``` //For unit testing _include{name=forest file="./cfg/forests/test-f1.laconf"} ``` Need something like ``` //For unit testing USE EXPRESSION TREE _include{condition{ equals{path="$environment" value="local"}} name=forest file="./cfg/forests/test-f1.laconf"} ```

CONCEPT