[Solved] Telerik Licensing Analyzer

1 Answer 10 Views
Licensing
Rob
Top achievements
Rank 1
Rob asked on 11 Sep 2026, 01:18 PM
In update 15.0, the analyzer completely destroys intellisense making development extremely rough. If typing a bad line of code with an error, it takes nearly 10 - 20 seconds for the error to show, and after fixing it, another 10-20 seconds for the error to go away. The same for nullable objects etc.

I imagine this is much worse on other machines as my machine is about as strong as money can buy. I have added the below snippet into the csproj file and this brought intellisense back to sub-1s output. Please advise so users dont need to add these snippets to every project that we use telerik for maui on..

	<Target Name="RemoveTelerikLicensingAnalyzer" AfterTargets="ResolveLockFileAnalyzers" Condition="'$(BuildingInsideVisualStudio)' == 'true'">
		<ItemGroup>
			<Analyzer Remove="@(Analyzer)" Condition="'%(Filename)' == 'Telerik.Licensing.Analyzer'" />
		</ItemGroup>
	</Target>

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 14 Sep 2026, 06:00 AM

Hello Rob,

Could you please install the latest version of the Telerik Licensing - 1.9.2

and test whether the behavior will be solved.

Regards,
Didi
Progress Telerik

Tags
Licensing
Asked by
Rob
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or