- ABP Framework version: v9.0.2
- UI Type: MVC
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:Abp can't find client proxies and dependent microservice contract localization files
- Steps to reproduce the issue: Create a nuget package from microservice solution which is name TavTechnologies.Octopus.AdministrationService.Contracts and use nuget package on TavTechnologies.Octopus.Web solution. I upload the packages to Azure Artifacts.
I had to create a nuget package for TavTechnologies.Octopus.AdministrationService.Contracts and use this nuget package in TavTechnologies.Octopus.Web solution. After that web project started to behave unproperly. So, as i understand, I missed the pack some files maybe symbols or source link and etc...
Can you help me please?