**Describe the bug**
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Create a Database1
- Add a Table1 with columns
- Create a View as follows:
CREATE VIEW [dbo].[View1] AS SELECT Id, s.Value Schedule FROM [Table1] t CROSS APPLY STRING_SPLIT(t.Name, ';') s
- Create a dacpac of Database1
- Ssdt Parser will give a null reference exception
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
- Database: [e.g. SQLite]
- Nuget Package and version: [e.g. SQLProvider 1.5.12]
- Dotnet or .NET Framework and version [e.g. dotnet 8]
Additional context
Add any other context about the problem here.