You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some errors in migrations could benefit from using [CallerFilePath] and [CallerLineNumber] in the migration builder methods to link the errors back to a specific line number in the migration.
On a related note, we might also be able to use these in the snapshot and designer file to stop manually probing for files during dotnet ef migrations add and remove.
The text was updated successfully, but these errors were encountered:
Some errors in migrations could benefit from using
[CallerFilePath]
and[CallerLineNumber]
in the migration builder methods to link the errors back to a specific line number in the migration.On a related note, we might also be able to use these in the snapshot and designer file to stop manually probing for files during
dotnet ef migrations add
andremove
.The text was updated successfully, but these errors were encountered: