TabularEditor / TabularEditor

This is the code repository and issue tracker for Tabular Editor 2.X (free, open-source version). This repository is being maintained by Daniel Otykier.
https://tabulareditor.com
MIT License
859 stars 211 forks source link

Tabular Editor 2.X in Release Mode #1204

Open charishma-stack opened 3 months ago

charishma-stack commented 3 months ago

I am writing to seek assistance regarding an issue I encountered while using Tabular Editor 2.x for best practices analysis. This issue arose while attempting to publish our tool to the Microsoft Store as an MSIX Package.

During the debug configuration test, I encountered the following error:

Error Found: The binary TabularEditor.exe is built in debug mode.

Impact if not fixed: Microsoft Store doesn’t allow a debug version of an app.

How to fix: Please make sure the app isn’t linking to any debug versions of a framework and it is built with release configuration with optimization enabled. If this is a managed app, please make sure you have installed the correct version of .NET framework.

Could you please provide guidance on resolving this issue? I need to ensure that the application is built in release mode with all necessary optimizations enabled to successfully publish it to the Microsoft Store.

Attached a screenshot for reference. TBE

Thanks in advance.

otykier commented 2 months ago

The TabularEditor.exe binary that we provide is built in release mode, with optimizations enabled, as you can tell in the TabularEditor.csproj file:

image

I'm not familiar with Microsoft Store. What are the build properties of the tool you are trying to publish?