Hi All
I have a really odd issue. I've done an Add-Migration in EF CORE, and it's added a new migration script into my project. However my issue is that the project can't compile anymore because of the XML file that was added from the Add-Migration command.
The code below is what's giving my project issues.
This is the error that VS has provided.
I believe it's because it's not reading the <value></value> content appropriately since the colors of the tags aren't the same. So I decided to help it out by adding line breaks into the code so that it could hopefully parse the information and read that it's value data rather than one big string.
But this didn't work either, and VS still refused to acknowledge that the contents between the <value> tags aren't code.
Any help would be appreciated.
Thanks!
I have a really odd issue. I've done an Add-Migration in EF CORE, and it's added a new migration script into my project. However my issue is that the project can't compile anymore because of the XML file that was added from the Add-Migration command.
The code below is what's giving my project issues.
This is the error that VS has provided.
I believe it's because it's not reading the <value></value> content appropriately since the colors of the tags aren't the same. So I decided to help it out by adding line breaks into the code so that it could hopefully parse the information and read that it's value data rather than one big string.
But this didn't work either, and VS still refused to acknowledge that the contents between the <value> tags aren't code.
Any help would be appreciated.
Thanks!
Last edited: