terminal
terminal copied to clipboard
The most flexible cross-platform framework for building modern and secured terminals.
- [x] Close Bugs and Features - [x] Customer communication - [x] Documentation - [x] Samples - [x] Templates - [ ] Marketplace Update - [x] Unit Tests
**Is your feature request related to a problem? Please describe.** Blazor WebAssembly currently lacks comprehensive support for cryptographic operations using `System.Security.Cryptography.X509Certificates`. This limitation impacts how developers can use `OneImlx.Terminal` framework...
**Is your feature request related to a problem? Please describe.** If the terminal just has 1 root then it becomes redundant to pass the root or driver command all the...
**Is your feature request related to a problem? Please describe.** Like console mode routing, we need the routing feature for these protocols TCPIP, HTTP, gRPC. Runtime OS: Linux .NET 7.0.2...
**Is your feature request related to a problem? Please describe.** Need an ability to get the result from the default Tcp routing service to the client. **Describe the solution you'd...
**Describe the bug** GetRequiredOptionValue function Returns the true instead of error message if required option value not specified in the command **Expected behavior** GetRequiredOptionValue return error message and comeout from...
A composite command can execute multiple command sequentially and possibly pass the output forward.
**Is your feature request related to a problem? Please describe.** We are currently investigating a similar functionality requested by another customer. As part of this request, we will link the...
Ensure optimal memory usage and define performance tests
Certain places its StringComparison.Ordinal and certains places its StringComparison.OrdinalIgnoreCase I think we should just make is OrdinalIgnoreCase by default !