Krutonium / Krutonium/MyProjectCar_LinuxModdingTemplate
.csproj.tmp missing from template
Open
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Even though Program.cs has logic to copy the .csproj file, it is missing from the template folder
```C#
if (destinationPath.EndsWith(".csproj.tmp"))
{
destinationPath = destinationPath.Substring(0, destinationPath.Length - 4);
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the copy logic in Program.cs and the template folder contents, focusing on the expected .csproj.tmp file. Confirm the template includes the file required by the generator and verify that the generated project has the intended .csproj name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100