Thanks. I will check the port!
You can try to remove <GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
from TavTechnologies.Treva.Web.csproj
Thanks. I will check your project.
hi
WebAppWebPublicModule
hi
You can install the old CLI or add --old
parameter
https://abp.io/docs/latest/cli/differences-between-old-and-new-cli
ok, Please share the publish
folder of TavTechnologies.Octopus.Web
If possible, please share the code for the TavTechnologies.Octopus.Web.csproj
and TavTechnologies.Octopus.WebModule.cs
files.
Thanks.
hi
The dll
file has no problem.
But the TavTechnologies.Octopus.Web
already depends on the xxxHttpApiClientModule
still say: Could not find ApiDescriptionModel for action
These xxxHttpApiClientModules
contain xxx-generate-proxy.json
files.
Can you share the code to reproduce the problem?
The problem does not seem related to the nuget
package.
I have to check the code to understand the problem.
Thanks.
hi
Can you try this? I will fix this in Framework. Your ticket has been refunded.
context.Services.PostConfigure<MvcOptions>(mvcOptions =>
{
mvcOptions.Filters.RemoveAll(x => x is ServiceFilterAttribute serviceFilterAttribute && serviceFilterAttribute.ServiceType == typeof(AbpNoContentActionFilter));
});