Visual Studio Database Project - Compare line ending CR LF vs LF
Hi,
Is it possible that in the Visual Studio Database Project when comparing, database <==> project, turn on ignoring line breaks?
Currently, I have a database in which some of the objects belong to a structure that is used by a third party that ends with LF characters only.
As a result, despite the lack of differences in the objects between the database and the project, it shows that there are differences. Yes, they are, but only at the level of the end of the line, i.e. in the project we have CRLF and in the base we have LF.
PS: This is not azure-sql-database but Visual Studio Database Project
Best Regards