Microsoft has release Azure service bus emulator . But current azure service event bus integration does not make use of azure emulator connection string and unable to connect with trying to connect at 443 port rather then skipping TLS negotiation and connecting on 5672 ports. I think azure service bus package need to updated inside Volo.Abp.EventBus.AzureServiceBus package to make emulator work . https://learn.microsoft.com/en-us/azure/service-bus-messaging/overview-emulator
Just adding one example of error below
Unable to find package Volo.Saas.Host.Application.Contracts with version (>= 8.3.2) error NU1102: - Found 117 version(s) in ABP Commercial NuGet Source [ Nearest version: 7.0.3 ]
Does this mean every time we update projects to new version we also have to update Nuget.Config with new nuget urls from abp ?
key is different inside the project when i create new one . So I updated that new key with old and it started working. Does that mean api was changed?. How do we change or find our api key ?
I am unable to see that key . But if we don't renew does that mean we can still develop solution without upgrading packages right ?
if our license expires and we later renew it Does your system create a new API key automatically ?