Core. I was able to get a CRUD implementation going, but the only problem is masking the connection string.
Here's my current model class which I use for creating migrations
https://del.dog/stewecroon.txt
Now, I want to make this connection string secret and grab it from my credentials reader which I'm putting here (The variable is DBConnection):
https://del.dog/ethebingom.txt
However, when creating a migration, EFC won't run the function in CredentialsHelper to get the connection string, which results in a null error.
Can someone help me figure out how to do this? Thanks in advance.
Share the error plz
Обсуждают сегодня