Component
Desktop App (Linux)
SQL Performance Studio Version
0.9.0
Operating System
Ubuntu 24.04 LTS
Describe the Bug
When I try to run PlanViewer.App with no parameters, I immediately receive a System.PlatformNotSupportedException:
Unhandled exception. System.PlatformNotSupportedException: Credential storage is not yet supported on this platform. Windows and macOS are supported.
at PlanViewer.Core.Services.CredentialServiceFactory.Create() in D:\a\PerformanceStudio\PerformanceStudio\src\PlanViewer.Core\Services\CredentialServiceFactory.cs:line 16
at PlanViewer.App.MainWindow..ctor() in D:\a\PerformanceStudio\PerformanceStudio\src\PlanViewer.App\MainWindow.axaml.cs:line 41
at PlanViewer.App.App.OnFrameworkInitializationCompleted() in D:\a\PerformanceStudio\PerformanceStudio\src\PlanViewer.App\App.axaml.cs:line 21
at Avalonia.AppBuilder.SetupUnsafe()
at Avalonia.AppBuilder.Setup()
at Avalonia.AppBuilder.SetupWithLifetime(IApplicationLifetime lifetime)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder builder, String[] args, Action`1 lifetimeBuilder)
at PlanViewer.App.Program.Main(String[] args) in D:\a\PerformanceStudio\PerformanceStudio\src\PlanViewer.App\Program.cs:line 21
Aborted (core dumped)
Steps to Reproduce
- Unzip PerformanceStudio
- chmod +x PlanViewer.App
- ./PlanViewer.App
Expected Behavior
The PlanViewer application would run.
Actual Behavior
Error triggered.
Plan File
No response
Screenshots
No response
Component
Desktop App (Linux)
SQL Performance Studio Version
0.9.0
Operating System
Ubuntu 24.04 LTS
Describe the Bug
When I try to run PlanViewer.App with no parameters, I immediately receive a System.PlatformNotSupportedException:
Steps to Reproduce
Expected Behavior
The PlanViewer application would run.
Actual Behavior
Error triggered.
Plan File
No response
Screenshots
No response