Skip to content

Commit

Permalink
Comment out multi option sets for 365 package version. Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Sep 12, 2024
1 parent d8be9b6 commit ab647e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### Changed

- Moved XrmRealContext to a separate FakeXrmEasy.Integration package to remove dependency on XrmTooling - https://github.com/DynamicsValue/fake-xrm-easy/issues/160
- **BREAKING CHANGE**: This will **only** affect you if you use XrmRealContext class. Moved XrmRealContext to a separate FakeXrmEasy.Integration package to remove dependency on XrmTooling - https://github.com/DynamicsValue/fake-xrm-easy/issues/160
- Resolves an issue in FetchXml queries when using arithmetic values and no early bound assemblies are used. It will now read from injected metadata in absence of proxy type assemblies - https://github.com/DynamicsValue/fake-xrm-easy/issues/158
- Resolves issue in MetadataGenerator where relationship properties were generated in the wrong order, also generates ManyToMany relationship properties - https://github.com/DynamicsValue/fake-xrm-easy/issues/135
- Adds implementation of RelatedEntities in Update message , before it was implemented only for Create - https://github.com/DynamicsValue/fake-xrm-easy/issues/154
Expand Down
3 changes: 3 additions & 0 deletions tests/DataverseEntities/Entities/dv_test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ public virtual dv_test_dv_choice? dv_choice
}
}

#if FAKE_XRM_EASY_9
[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("dv_choice_multiple")]
public virtual System.Collections.Generic.IEnumerable<dv_test_dv_choice_multiple> dv_choice_multiple
{
Expand All @@ -381,6 +382,8 @@ public virtual System.Collections.Generic.IEnumerable<dv_test_dv_choice_multiple
}
}

#endif

[Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute("dv_choice_multiplename")]
public string dv_choice_multipleName
{
Expand Down

0 comments on commit ab647e2

Please sign in to comment.