Hi, I'm trying to add a new property to GetIdentityUsersInput but I'm getting this error
I'm trying to override the method Task<PagedResultDto<IdentityUserDto>> GetListAsync(GetIdentityUsersInput input) in IdentityUserAppService in a custom extend class to pass to it a new parameter to filter in the identity user list view.
Please, let me know.
ABP Framework version: v7.0.1
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace:
Net Framework: 7.0.102 /var/folders/vv/0cy9w6qd0_b8794kz9vm1zdxgc1ls7/T/d4e71186-0a6d-42ac-9e97-5e27e95a3c20/restore.csproj : error NU1101: Unable to find package volo.abp.suite. No packages exist with this id in source(s): https://nuget.abp.io/v3/index.json, nuget.org The tool package could not be restored. Tool 'volo.abp.suite' failed to install. This failure may have been caused by:
You are attempting to install a preview release and did not use the --version option to specify the version.
A package by this name was found, but it was not a .NET tool.
The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
You mistyped the name of the tool.
For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool
~% dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/v3/index.json