Skip to content

Fixed a build issue with new typescript sample projects#6849

Merged
donker merged 1 commit intodnnsoftware:developfrom
valadas:prevent-double-typescript-build
Dec 11, 2025
Merged

Fixed a build issue with new typescript sample projects#6849
donker merged 1 commit intodnnsoftware:developfrom
valadas:prevent-double-typescript-build

Conversation

@valadas
Copy link
Copy Markdown
Contributor

@valadas valadas commented Dec 11, 2025

The new typescript based sample projects are built using our existing yarn process. However building DNN in modern Visual Studio (2022-2026) if you have typescript workload installed made the project build twice and VS was not really knowing what to do and failed.

This prevents VisualStudio/MsBuild to try and compile the typescript in the project, leaving it to our existing yarn process only.

The new typescript based sample projects are built using our existing yarn process. However building DNN in modern Visual Studio (2022-2026) if you have typescript workload installed made the project build twice and VS was not really knowing what to do and failed.

This prevents VisualStudio/MsBuild to try and compile the typescript in the project, leaving it to our existing yarn process only.
@valadas valadas added this to the 10.2.1 milestone Dec 11, 2025
@donker donker merged commit 07c8c23 into dnnsoftware:develop Dec 11, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants