Azure / Azure/azure-functions-core-tools

Show error if there is a mismatch in TargetFramework and core tools version installed

Open
#2,240 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.