GitBrowser
Out-GridTree
6576829/OutGridTree.Window/Row.cs
Name Message Date
📁 Converters Expand PSObjects 1 month ago
📄 App.axaml Add grid to main window 1 month ago
📄 App.axaml.cs Implement RPC 1 month ago
📄 MainWindow.axaml Align tree labels and values 1 month ago
📄 MainWindow.axaml.cs Output selected records 1 month ago
📄 OutGridTree.Window.csproj Implement RPC 1 month ago
📄 OutputMode.cs Output selected records 1 month ago
📄 packages.lock.json Implement RPC 1 month ago
📄 Program.cs Add grid to main window 1 month ago
📄 Row.cs Format window with `FormatData` 1 month ago
📄 RpcService.cs Output selected records 1 month ago
📄 OutGridTree.Window/Row.cs
1 2 3 4 5 6
using System.Management.Automation;

namespace OutGridTree.Window;

public sealed record Row(string[] Headers, PSObject? Entry);