[PR #457] [MERGED] Search for .csproj and .fsproj in init and add commands #1185

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

📋 Pull Request Information

Original PR: https://github.com/ElectronNET/Electron.NET/pull/457
Author: @kojo12228
Created: 7/22/2020
Status: Merged
Merged: 8/14/2020
Merged by: @GregorBiswanger

Base: masterHead: add-fsharp-support


📝 Commits (1)

  • 7489543 search for .csproj and .fsproj in init and add

📊 Changes

2 files changed (+25 additions, -19 deletions)

View changed files

📝 ElectronNET.CLI/Commands/AddCommand.cs (+10 -7)
📝 ElectronNET.CLI/Commands/InitCommand.cs (+15 -12)

📄 Description

Resolution to problem with init command for F# ASP.NET Core projects.

Update the projects searched for to include both .csproj and .fsproj, and update the print statements to reflect both project types.

Fixes #452


🔄 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/457 **Author:** [@kojo12228](https://github.com/kojo12228) **Created:** 7/22/2020 **Status:** ✅ Merged **Merged:** 8/14/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `add-fsharp-support` --- ### 📝 Commits (1) - [`7489543`](https://github.com/ElectronNET/Electron.NET/commit/7489543c754356c36384599418a96cd0c7225b9b) search for .csproj and .fsproj in init and add ### 📊 Changes **2 files changed** (+25 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `ElectronNET.CLI/Commands/AddCommand.cs` (+10 -7) 📝 `ElectronNET.CLI/Commands/InitCommand.cs` (+15 -12) </details> ### 📄 Description Resolution to problem with init command for F# ASP.NET Core projects. Update the projects searched for to include both `.csproj` and `.fsproj`, and update the print statements to reflect both project types. Fixes #452 --- <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:58:12 +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#1185