Azure / Azure/azure-functions-core-tools
Show error if there is a mismatch in TargetFramework and core tools version installed
Open
enhancement
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 498
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 15
Description
This is a follow up from https://github.com/Azure/azure-functions-core-tools/issues/2237
For dotnet functions show error if
- csproj has `netcoreapp3.1` but Core Tools installed is 2.0.xxxx
Contributor guide
Research direction
Read the follow-up context in issue #2237 and inspect how the tool reads the csproj TargetFramework and its installed Core Tools version. Trace the validation entry point for .NET Functions; done means a clear error is shown for the netcoreapp3.1/Core Tools 2.0.xxxx mismatch and compatible versions remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100