verify_d365fo_project
Validate D365FO objects after a build by checking they exist on disk at correct AOT paths and are listed in the .rnrproj project file. Omit objects to validate the whole project.
Instructions
Verify that D365FO objects exist on disk at the correct AOT path and are referenced in the .rnrproj project file. Use instead of PowerShell. Runs AFTER a build, not after a write: d365fo_file already verifies its own write inline (on disk + .rnrproj reference) and says so in its response. Omit objects to verify the ENTIRE project: every object referenced in the .rnrproj is checked on disk (requires projectPath, or an auto-detected/configured project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | List of objects to verify. OPTIONAL — omit to verify every object referenced in the project (.rnrproj). | |
| modelName | No | Model name. Auto-detected if omitted. | |
| projectPath | No | Absolute path to the .rnrproj file. Required for project-reference check. |