-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Milestone
Description
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
.NET 6.0+
Description
See also: PR #7214.
If the $(AndroidHttpClientHandlerType) property is set to an "invalid" value, which can be an "unresolvable" type (Type.GetType() returns null) or a type which has HttpClientHandler as a base class, then the build should emit a warning.
Steps to Reproduce
Did you find any workaround?
PR #7214 has a runtime workaround. However, the warning message it produces is a runtime warning message.
A build-time warning should also be generated.
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.