FakeXrmEasy.Messages.v365
2.9.2
Prefix Reserved
See the version list below for details.
dotnet add package FakeXrmEasy.Messages.v365 --version 2.9.2
NuGet\Install-Package FakeXrmEasy.Messages.v365 -Version 2.9.2
<PackageReference Include="FakeXrmEasy.Messages.v365" Version="2.9.2" />
<PackageVersion Include="FakeXrmEasy.Messages.v365" Version="2.9.2" />
<PackageReference Include="FakeXrmEasy.Messages.v365" />
paket add FakeXrmEasy.Messages.v365 --version 2.9.2
#r "nuget: FakeXrmEasy.Messages.v365, 2.9.2"
#:package FakeXrmEasy.Messages.v365@2.9.2
#addin nuget:?package=FakeXrmEasy.Messages.v365&version=2.9.2
#tool nuget:?package=FakeXrmEasy.Messages.v365&version=2.9.2
This package contains implemented default fake messages.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v365 (>= 2.9.2 && < 3.0.0)
- FakeXrmEasy.Core.v365 (>= 2.9.2 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 8.2.0.1 && < 9.0.0)
-
.NETFramework 4.6.2
- FakeItEasy (>= 6.0.0 && < 7.0.0)
- FakeXrmEasy.Abstractions.v365 (>= 2.9.2 && < 3.0.0)
- FakeXrmEasy.Core.v365 (>= 2.9.2 && < 3.0.0)
- Microsoft.CrmSdk.CoreAssemblies (>= 8.2.0.2 && < 9.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FakeXrmEasy.Messages.v365:
| Package | Downloads |
|---|---|
|
FakeXrmEasy.v365
FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.4 | 125 | 7/19/2026 |
| 3.9.3 | 153 | 6/17/2026 |
| 3.9.2 | 143 | 6/13/2026 |
| 3.9.1 | 169 | 4/18/2026 |
| 3.9.0 | 185 | 3/18/2026 |
| 3.8.0 | 1,725 | 8/1/2025 |
| 3.7.0 | 656 | 7/24/2025 |
| 3.6.0 | 413 | 2/2/2025 |
| 3.5.0 | 721 | 6/15/2024 |
| 3.4.0 | 3,137 | 2/14/2024 |
| 2.9.4 | 113 | 7/19/2026 |
| 2.9.3 | 150 | 6/17/2026 |
| 2.9.2 | 143 | 6/12/2026 |
| 2.9.1 | 168 | 4/18/2026 |
| 2.9.0 | 193 | 3/17/2026 |
| 2.8.0 | 668 | 8/1/2025 |
| 2.7.0 | 684 | 5/11/2025 |
| 2.6.1 | 574 | 2/19/2025 |
| 2.6.0 | 319 | 2/2/2025 |
| 2.5.0 | 317 | 6/10/2024 |
## [2.9.2]
### Changed
- Added .net ref assemblies - https://github.com/DynamicsValue/fake-xrm-easy/issues/249
- Increment version
## [2.9.1]
### Changed
- Added net48 as the target framework along with net462 - https://github.com/DynamicsValue/fake-xrm-easy/issues/233
## [2.9.0]
### Changed
- Upgrade CrmSdk.CoreAssemblies - https://github.com/DynamicsValue/fake-xrm-easy/issues/217
- Increment version
## [2.8.0]
### Changed
- SendEmailRequest won't generate an email tracking token if tracking token generation in EmailSettings is disabled - https://github.com/DynamicsValue/fake-xrm-easy/issues/196
## [2.7.0]
### Added
- Adds implementation for SendFaxRequest - https://github.com/DynamicsValue/fake-xrm-easy/issues/188
- Adds implementation for SendTemplateRequest - https://github.com/DynamicsValue/fake-xrm-easy/issues/188
- Adds implementation for SendEmailFromTemplateRequest - https://github.com/DynamicsValue/fake-xrm-easy/issues/186
- Adds implementation for InstantiateTemplateRequest using XSLT transforms - https://github.com/DynamicsValue/fake-xrm-easy/issues/178
### Changed
- Replaced old generated code with generated code by pac modelbuilder
- Populates extra attributes when an email is sent with SendEmailRequest - https://github.com/DynamicsValue/fake-xrm-easy/issues/186
## [2.6.1]
### Changed
- Remove XrmTooling dependency
## [2.6.0]
### Added
- Added new messages for File and Image Upload/Download/Delete - https://github.com/DynamicsValue/fake-xrm-easy/issues/157
## [2.5.0]
### Added
- **Minor Breaking Change**: Generic Message executors have been moved to *FakeXrmEasy.FakeMessageExecutors.GenericExecutors* namespace for consistency with their own interface name
- Add ExportPdfDocumentExecutor - https://github.com/DynamicsValue/fake-xrm-easy/issues/125
- Add RetrieveCurrentOrganizationRequest executor - https://github.com/DynamicsValue/fake-xrm-easy/issues/136
### Changed
- Introduces validation error when trying to add a user to a default team - https://github.com/DynamicsValue/fake-xrm-easy/issues/108
- Fixes responsible type in CloseIncidentRequestExecutor - https://github.com/DynamicsValue/fake-xrm-easy/issues/116
- Increase code coverage for NavigateToNextEntityOrganizationRequest
- Remove unnecessary checks in NavigateToNextEntityOrganizationRequestExecutor: thanks Temmy
## [2.4.0]
## Added
- **Alpha**: Introduced subscription usage monitoring based on customer feedback
### Changed
- Set default build configuration in solution file to FAKE_XRM_EASY_9
- Remove ReleaseNotes from package description - https://github.com/DynamicsValue/fake-xrm-easy/issues/115
- build.ps1 improvements: do not build project twice (added --no-build) when running dotnet test, do not build again either when packing assemblies either: https://github.com/DynamicsValue/fake-xrm-easy/issues/119
- Update build scripts to use 'all' target frameworks by default - https://github.com/DynamicsValue/fake-xrm-easy/issues/126
- Update github actions to use new Sonar environment variables - https://github.com/DynamicsValue/fake-xrm-easy/issues/120
## [2.3.3]
### Changed
- Updated build scripts so that it actually deletes bin folders as opposed to doing dotnet clean - https://github.com/DynamicsValue/fake-xrm-easy/issues/76
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Returns organisation and business unit in WhoAmIRequest to support Calendar rules - https://github.com/DynamicsValue/fake-xrm-easy/issues/23
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [2.3.0]
### Changed
- Updated dependencies
## [2.2.0]
### Changed
- Replace references to PullRequestException by UnsupportedExceptionFactory
- Fix Sonar Quality Gate settings: DynamicsValue/fake-xrm-easy#28
## [2.1.1]
### Changed
- Limit FakeItEasy package dependency to v6.x versions - DynamicsValue/fake-xrm-easy#37
- Made CRM SDK v8.2 dependencies less specific - DynamicsValue/fake-xrm-easy#21
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
## [2.1.0]
### Changed
- Update executor after fix DynamicsValue/fake-xrm-easy#16 was introduced.
- Update package reference ranges to use 2.x versions only.
- Bump Microsoft.CrmSdk.CoreAssemblies to version 9.0.2.27 to support plugin telemetry - DynamicsValue/fake-xrm-easy#24
## [2.0.1-rc1] - Initial release