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
Then what happens?
And you're saying DB inserts non-existing foreign key when called from controller?
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