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

Activities of "aaron"

https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Extending-Existing-Entities

It is the same.

ASP<span></span>.NET Core is a collection of libraries, while .NET Framework is a runtime.

https://stackoverflow.com/questions/44136118/net-core-vs-asp-net-core

Duplicate of #6081

The fix will be included in the next release of ABP. https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4459

Answer

Then what happens?

Answer

And you're saying DB inserts non-existing foreign key when called from controller?

Answer

What exception?

How are you specifying attribute routing?

The NullLogger instance that you explicitly assigned seems to be working as expected.

If you want property injection, then make the property public. Read: https://aspnetboilerplate.com/Pages/Documents/Dependency-Injection#property-injection-pattern

You have to inject or resolve the requesting class (e.g. via GetService), not new it.

You should do it in your module's PostInitialize method, instead of the Startup class.

NullEmailSender. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Net/Mail/NullEmailSender.cs

Showing 131 to 140 of 1543 entries