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
|`EfcptDetectGeneratedFileChanges`|`false`| Detect changes to generated `.g.cs` files and trigger regeneration. **Warning**: When enabled, manual edits to generated files will be overwritten. |
EFCPT001: No SQL project references found in project; using SQL project detected from solution: path/to/project.sqlproj
364
+
```
365
+
or
366
+
```
367
+
EFCPT001: No .sqlproj found. Using auto-discovered connection string.
368
+
```
369
+
370
+
**Cause:**
371
+
The build automatically detected a SQL project from the solution or a connection string from configuration files when no explicit reference was provided. This is expected behavior in zero-config scenarios.
372
+
373
+
**Severity Control:**
374
+
Control the message severity using `EfcptAutoDetectWarningLevel`:
0 commit comments