I am trying to build a WPF/Net Core 3.0 application using the sfDiagram Control.
In doing so, I install the following NuGet packages:
Syncfusion.Licensing
Syncfusion.SfDiagram.WPF
Syncfusion.Shared.WPF
When I look in my application WpfApp1/Dependecies/Packages solution explorer folder, I see that Syncfusion.SfDiagram.WPF and Syncfusion.Shared.WPF both have a yellow exclamation mark beside them.
When I run the application, evrything looks fine but I keep on getting the Invalid License dialog.
Of course I did a proper SyncfusionLicenseProvider.RegisterLicense("---my license---") call with a valid "Community" License in the App class creator.
Why do I get the yellow exclamation mark on the nuget packages?
Why do I get the Invalid License dialog?