Hi,
The problem has been fixed, you can try again.
Hi,
The problem has been fixed, you can try again.
Hi,
The problem has been fixed, you can try again.
Hi,
The problem has been fixed, you can try again.
Hi,
You can download the source code via ABP Suite : https://docs.abp.io/en/commercial/latest/abp-suite/source-code
Hi,
We have a planned migration on nuget.abp.io and still working on it. On the other hand, we get too many requests because of this maintenance and abp.io sites are not responding. We're heavily working on the issue with 5 team members and we plan to fix nuget.abp.io and other abp.io websites today. You can expect the stability in ~ 1.5 hours but may get a little bit longer. Thanks for your understanding.
Hi,
It's working as expected
private static void ConfigureUI(WebAssemblyHostBuilder builder)
{
builder.RootComponents.Add<App>("#ApplicationContainer");
builder.RootComponents.Add<HeadOutlet>("head::after");
}
@page "/"
@using Volo.Abp.MultiTenancy
@inherits MyProjectNameComponentBase
@inject AuthenticationStateProvider AuthenticationStateProvider
<div class="container">
<h1>Control content</h1>
<p>
Title: @title
</p>
<p>
Description: @description
</p>
<PageTitle>@title</PageTitle>
<HeadContent>
<meta name="description" content="@description">
</HeadContent>
@code {
private string description = "Description set by component";
private string title = "Title set by component";
}
</div>
After my check, the ABP CLI is no problem.
I think you changed the proxy namespace generated by ABP.
You can always use --without-contracts option to avoid generating unnecessary files
Try:
abp generate-proxy -t csharp -u https://localhost:44395/ -m globalService --without-contracts
https://us05web.zoom.us/j/89547175766?pwd=RVpQd3A2WXo0LzBLVk9vMk4xSExRZz09