-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
When building a template classlib in .NET 10.0.100-preview.5, there are two property functions that don't have a fast path, according to the output from enabling the tracing
LogFunctionCall(receiverType, methodName, "PropertyFunctionsRequiringReflection", objectInstance, args); |
The log is:
ReceiverType=Microsoft.Build.Utilities.ToolLocationHelper; ObjectInstanceType=; MethodName=GetPlatformSDKLocation(String, String)
ReceiverType=Microsoft.Build.Utilities.ToolLocationHelper; ObjectInstanceType=; MethodName=GetPlatformSDKDisplayName(String, String)
Each of these should get a fast path in src/Build/Evaluation/Expander/WellKnownFunctions.cs
, following the conventions established in that file.
Copilot
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity