-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid NullReferenceException if context is null #4727
Conversation
hi @1d0n7kn0w |
Hi @maliming |
hi You can use this extension method instead of passing null.
|
yes that's what I did as I mentioned in my comment, but to simplify things for other developers, passing null or nothing should have the same result I guess |
Ok, can you also handle IdentityDataSeedContributor? abp/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityDataSeedContributor.cs Line 16 in ace4b55
|
Done, with pleasure 😄 |
No description provided.