[PR #904] [CLOSED] nuget reference fix and minor cshtml correction #1342

Open
opened 2026-01-29 16:59:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/904
Author: @agracio
Created: 11/4/2025
Status: Closed

Base: developHead: develop-code-fix


📝 Commits (2)

📊 Changes

4 files changed (+5 additions, -5 deletions)

View changed files

📝 src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj (+1 -1)
📝 src/ElectronNET.WebApp/ElectronNET.WebApp.csproj (+2 -2)
📝 src/ElectronNET.WebApp/Views/About/Index.cshtml (+1 -1)
📝 src/ElectronNET.WebApp/Views/HostHook/Index.cshtml (+1 -1)

📄 Description

As pointed out in https://github.com/ElectronNET/Electron.NET/issues/903#issuecomment-3487763920 current develop branch does not build locally and is unable to launch demo project.

  • Fixed incorrect nuget references to point to latest pre-release version.
  • Minor fix to cshtml < tag in demo project that was not displaying correctly when launched and highlighted as error in some IDEs such as Rider.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/904 **Author:** [@agracio](https://github.com/agracio) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop-code-fix` --- ### 📝 Commits (2) - [`d335bf5`](https://github.com/ElectronNET/Electron.NET/commit/d335bf5ff91f605becb790ad67c3c4fe1d26e915) nuget reference and cshtml code fix - [`6177d3d`](https://github.com/ElectronNET/Electron.NET/commit/6177d3ddbdd411b505f526edb1e122ff18b015ed) cshtml code fix ### 📊 Changes **4 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/ElectronNET.ConsoleApp/ElectronNET.ConsoleApp.csproj` (+1 -1) 📝 `src/ElectronNET.WebApp/ElectronNET.WebApp.csproj` (+2 -2) 📝 `src/ElectronNET.WebApp/Views/About/Index.cshtml` (+1 -1) 📝 `src/ElectronNET.WebApp/Views/HostHook/Index.cshtml` (+1 -1) </details> ### 📄 Description As pointed out in https://github.com/ElectronNET/Electron.NET/issues/903#issuecomment-3487763920 current `develop` branch does not build locally and is unable to launch demo project. - Fixed incorrect nuget references to point to latest pre-release version. - Minor fix to cshtml `<` tag in demo project that was not displaying correctly when launched and highlighted as error in some IDEs such as Rider. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1342