mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #457] [MERGED] Search for .csproj and .fsproj in init and add commands #1185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-fsharp-support📝 Commits (1)
7489543search 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
.csprojand.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.