-
Notifications
You must be signed in to change notification settings - Fork 2
Rebuilding all
bbsimonbb edited this page Mar 2, 2020
·
2 revisions
This command rebuilds all queries in your solution. That is to say it behaves as if you opened each .sql file and saved it. Parameters are discovered (but should all be declared already), the query is test run for schema discovery and the .gen.cs file is regenerated.
If any query no longer runs, the error and stack trace will be appended to the bottom of its .gen.cs. This will break the build. If a query runs, but its result schema has changed, you will likely get build errors in your code.