Base solution for your next web application

Activities of "alirizaadiyahsi"

Hi,

You can open v1.3 and before in VS15.

Answer

Hi,

Could you check this? #2984@d5f17132-0d4b-4ef4-a904-7f3825b65843

Hi,

It is not possible to call it from AppService. Because you need to access to DbContext. You don't need to define CustomRepository that is releated an entity. If you want to know how to call a SP from a customRepository, we can provide an example.

There is no change, except upgrading ABP versions in this repository. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero">https://github.com/aspnetzero/aspnet-zero</a>

Could you look at Logs.txt file and send us if there is an detailed error in file? Normally, aspnet-zero does not run http://localhost:5000, are you running your project in release mode? And could you try it in debug mode?

Yes, you are right.

Hi,

You can use it like following

var result = await _userRepository.GetAllIncluding().ToListAsync();

Hi,

It is not in our road map for now.

Hi,

If you want to use EF Core, you can't use existing migrations. Moving to EF Core is not an easy progress. You can read this blog post. <a class="postlink" href="http://volosoft.com/net-core-support-for-asp-net-boilerplate-and-asp-net-zero/">http://volosoft.com/net-core-support-fo ... -net-zero/</a>

Hi,

Check this #2051

Hi,

We will develop this feature in next version. I opened an issue about this. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/167">https://github.com/aspnetzero/aspnet-ze ... issues/167</a>

Showing 341 to 350 of 369 entries