Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

Answer

Let's wait for these 2 github issues to see the official e reply.

I think this is no problem, because it is the website itself. You can give it a try, if there is a problem, then feedback.

Please share some code.

<a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?view=aspnetcore-2.1&tabs=visual-studio%2Caspnetcore2x#consume-bundleconfigjson-from-gulp">https://docs.microsoft.com/en-us/aspnet ... -from-gulp</a>

Maybe you can use gulp watch

Answer

:) "CorsOrigins": "http://*.mycompany.com,http://localhost:4200,http://localhost:49152,http://localhost:9222"

Answer

The CreateOrEditUnitDtoValidator class should be public.

Answer

Yes, CorsOrigins is this feature.

Answer

What is the URL of your website?

Can you jump correctly when you don't use {TENANCY_NAME}?

add it to resolvers in the PreInitalize method of your web module

Configuration.MultiTenancy.Resolvers.Insert(0,new MyDomainTenantResolveContributor());
Showing 2831 to 2840 of 2998 entries