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

GET http://localhost:8100/system/info/system ``` azos: {m_AssemblyName: "Azos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", m_BuildSeed: 0,…} m_AssemblyName: "Azos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" m_BuildSeed: 0 m_Computer: null m_Content: "" m_DateStampUTC: "0001-01-01T00:00:00-05:00" m_OS: null m_OSVer: null m_User: null...

It fails because of timing: ``` [Run] public void Test02() { using(var app = new AzosApplication(null)) { Aver.IsTrue(app.Active); Aver.IsFalse(app.Stopping); Aver.IsFalse(app.ShutdownStarted); Aver.IsFalse(app.WaitForStopOrShutdown(10)); Task.Delay(2000).ContinueWith(_ => app.Stop()); int i = 0; while(!app.WaitForStopOrShutdown(100)) i++;...

bug

New API to probe path: ```cs /// /// Tries to navigate the path as deep as possible as of the specified point in time. /// Returns null if nothing was...

- RTM -

- Issue Valet keys - Filter to selectively apply ONLY to specific API routes - Probably make it a module `IValetProvider` like `IOAuth` under sec/services - Use Proof of work...

We need to add spatial/GIS support in the following areas: - [ ] Config tree GEO spatial extensions - [ ] Optional spatial queries by either `Address` or `LatLng` -...

CONCEPT
PROJECT

We will base this on metadata and scripting expressions - https://github.com/azist/azos/tree/master/src/Azos/Scripting/Expressions - Need transpilation into JS/other languages in addition to execution Draft: ```csharp Appointenmt_2025 [Field] public bool Good{ get;set;} [Field(metadatacontent:...

- RTM -