View Issue Details

IDProjectCategoryView StatusLast Update
0004325NoesisGUIStudiopublic2025-08-01 16:23
Reporterjuancamilo.volpe Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product VersionStudio_Beta 
Target VersionStudio_Beta 
Summary0004325: Having Visual Studio Code opened with a file called App.xaml could break the global styles of Noesis Studio
Description

There is a bug that some files opened with Visual Studio could break the global styles of Noesis Studio.

Steps:

  1. Create a new file called App.xaml and open it with Visual Studio code.

  2. Edit the file this example XAML:
    <Application x:Class="BackgroundBlur.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainWindow.xaml">
    <Application.Resources>
    <ResourceDictionary Source="Resources.xaml"/>
    </Application.Resources>
    </Application>

  3. Save it and make sure the NoesisLanguage server is running in VS code

  4. Try to open any version of Noesis Studio

  5. See how at the beginning, it breaks the Add existing and create new buttons style.

  6. If open for example Paradigm example, one of the background is in pink.

Attached Files
image.png (5,272 bytes)   
image.png (5,272 bytes)   
image-2.png (2,530,265 bytes)
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2025-08-01 14:07 juancamilo.volpe New Issue
2025-08-01 14:07 juancamilo.volpe File Added: image.png
2025-08-01 14:07 juancamilo.volpe File Added: image-2.png
2025-08-01 14:08 juancamilo.volpe Description Updated
2025-08-01 16:23 sfernandez Assigned To => sfernandez
2025-08-01 16:23 sfernandez Status new => assigned
2025-08-01 16:23 sfernandez Target Version => Studio_Beta