microsoft / microsoft/aspire-samples
Add Microsoft.Build.NoTargets projects to non-C# projects
Open
Nobody has claimed this yet.
area-samples
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 345
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 30
Description
I can prepare a PR with this
Reason - to see everything within the standard C# project system
<Project Sdk="Microsoft.Build.NoTargets/3.7.56">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
</Project>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how the repository discovers and represents non-C# projects, then compare that path with the Microsoft.Build.NoTargets XML project shown in the issue. Confirm which standard C# project-system behavior should include these projects and define done as the relevant non-C# samples being recognized consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100