Skip to content

Commit

Permalink
Add conditional precomipaltion symbols to generated entities to exclu…
Browse files Browse the repository at this point in the history
…de file attributes for non v9 projects.
  • Loading branch information
jordimontana82 committed Sep 12, 2024
1 parent 3fec5d1 commit 3ac4a64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/DataverseEntities/Entities/dv_test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ public string dv_email
}
}

#if FAKE_XRM_EASY_9
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("dv_file")]
public object dv_file
{
Expand All @@ -588,6 +589,7 @@ public string dv_file_Name
}
}
}
#endif

[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("dv_float")]
public System.Nullable<double> dv_float
Expand Down

0 comments on commit 3ac4a64

Please sign in to comment.