From b9c179df8cdecee1fea7106215bed07c74380874 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:08:06 +0000 Subject: [PATCH 1/3] Dummy change. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07e5103998bb57..44804d7bf6c091 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # .NET Runtime + [![Build Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/dotnet/runtime/runtime?branchName=main)](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=129&branchName=main) [![Help Wanted](https://img.shields.io/github/issues/dotnet/runtime/help%20wanted?style=flat-square&color=%232EA043&label=help%20wanted)](https://github.com/dotnet/runtime/labels/help%20wanted) [![Good First Issue](https://img.shields.io/github/issues/dotnet/runtime/good%20first%20issue?style=flat-square&color=%232EA043&label=good%20first%20issue)](https://github.com/dotnet/runtime/labels/good%20first%20issue) From cfbc6dfb464a37b222a4cb521b5fc37bd7115838 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:21:03 +0000 Subject: [PATCH 2/3] Trigger paths with WASM code. --- src/mono/browser/build/README.md | 1 + src/mono/wasm/features.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mono/browser/build/README.md b/src/mono/browser/build/README.md index 495e8020b76a5a..f0a2f98e6d3081 100644 --- a/src/mono/browser/build/README.md +++ b/src/mono/browser/build/README.md @@ -1,5 +1,6 @@ # Wasm app build + This usually consists of taking the built assemblies, and related files, and generating an app bundle. Wasm app build can run in two scenarios: diff --git a/src/mono/wasm/features.md b/src/mono/wasm/features.md index 97f1e8213d988f..76c4966add9c46 100644 --- a/src/mono/wasm/features.md +++ b/src/mono/wasm/features.md @@ -1,5 +1,6 @@ # Configuring and hosting .NET WebAssembly applications + ## Table of contents - [Configuring browser features](#Configuring-browser-features) - [Project folder structure](#Project-folder-structure) From 458326a579268e1a7b7c6b9d91da1327a0c9c610 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:22:58 +0000 Subject: [PATCH 3/3] It has to be in code paths. --- src/mono/browser/browser.proj | 1 + src/mono/wasm/build/WasmApp.Common.props | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mono/browser/browser.proj b/src/mono/browser/browser.proj index a5a763d1f34d8f..1c27f9104c0347 100644 --- a/src/mono/browser/browser.proj +++ b/src/mono/browser/browser.proj @@ -2,6 +2,7 @@ + $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'native', '$(NetCoreAppCurrent)-$(TargetOS)-$(Configuration)-$(TargetArchitecture)')) diff --git a/src/mono/wasm/build/WasmApp.Common.props b/src/mono/wasm/build/WasmApp.Common.props index 9884d97b1d20bf..3d6b8b65c20b99 100644 --- a/src/mono/wasm/build/WasmApp.Common.props +++ b/src/mono/wasm/build/WasmApp.Common.props @@ -1,5 +1,6 @@ + wasm true