FakeXrmEasy.Abstractions.v365 3.5.0

Prefix Reserved
dotnet add package FakeXrmEasy.Abstractions.v365 --version 3.5.0                
NuGet\Install-Package FakeXrmEasy.Abstractions.v365 -Version 3.5.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FakeXrmEasy.Abstractions.v365" Version="3.5.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FakeXrmEasy.Abstractions.v365 --version 3.5.0                
#r "nuget: FakeXrmEasy.Abstractions.v365, 3.5.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FakeXrmEasy.Abstractions.v365 as a Cake Addin
#addin nuget:?package=FakeXrmEasy.Abstractions.v365&version=3.5.0

// Install FakeXrmEasy.Abstractions.v365 as a Cake Tool
#tool nuget:?package=FakeXrmEasy.Abstractions.v365&version=3.5.0                

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an abstractions package containing only interfaces.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on FakeXrmEasy.Abstractions.v365:

Package Downloads
FakeXrmEasy.Core.v365

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform. This is the core package containing a configurable middleware, crud operators, and query translation between FetchXml, QueryExpression, CRM LINQ, and QueryByAttribute.

FakeXrmEasy.Messages.v365

This package contains implemented default fake messages.

FakeXrmEasy.Plugins.v365

This package contains helpers to aid in developing and testing of plugins as well as pipeline simulation features.

FakeXrmEasy.v365

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This is an include package.

FakeXrmEasy.CodeActivities.v365

FakeXrmEasy is the open source test automation framework for .net core and the Power Platform / Dataverse. This package contains helpers to unit test code activities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.5.0 625 6/15/2024
3.4.0 2,257 2/14/2024
3.3.3 1,592 10/22/2023
3.3.1 3,618 3/20/2023
3.3.0 6,916 12/27/2022
3.2.0 7,650 9/7/2022
3.1.2 2,665 6/14/2022
3.1.1 2,682 5/30/2022
3.1.0 12,017 3/20/2022
3.0.2 2,682 3/15/2022
3.0.1-rc1.23 586 12/4/2021
3.0.1-rc1.22 305 12/2/2021
3.0.1-rc1.17 1,316 11/28/2021
3.0.1-rc1.15 1,183 11/28/2021
3.0.1-rc1.13 2,629 11/25/2021
3.0.1-rc1.6 232 11/23/2021
3.0.1-rc1.3 135 11/23/2021
2.5.0 192 6/10/2024
2.4.0 420 2/5/2024
2.3.3 762 10/15/2023
2.3.0 1,236 12/24/2022
2.2.0 1,123 9/7/2022
2.1.1 1,319 5/29/2022
2.1.0 1,297 3/20/2022
2.0.1-rc1.21 183 12/2/2021
2.0.1-rc1.20 1,454 11/28/2021
2.0.1-rc1.19 1,388 11/28/2021
2.0.1-rc1.18 1,390 11/28/2021
2.0.1-rc1.16 1,294 11/28/2021
2.0.1-rc1.14 1,222 11/28/2021
2.0.1-rc1.12 2,609 11/25/2021
2.0.1-rc1.11 190 11/23/2021
2.0.1-rc1.2 144 11/23/2021

## [3.5.0]
### Changed
- Upgraded dependency of DataverseClient to 1.1.22
## [3.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
- 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
- Remove release notes from package description: https://github.com/DynamicsValue/fake-xrm-easy/issues/115
- 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
## [3.3.3]
### Added
- Added method to find early bound types by using their entityTypeCode
### Changed
- Upgraded GitHub Actions to update Java major version to run SonarCloud analysis - https://github.com/DynamicsValue/fake-xrm-easy/issues/110
- Update CLA bot version
- Update legacy CRM SDK 2011 dependency to use official MS package - https://github.com/DynamicsValue/fake-xrm-easy/issues/105
## [3.3.0]
### Added
- Add new CustomApiFakeMessageExecutors property - https://github.com/DynamicsValue/fake-xrm-easy/issues/75
- Add enums needed for CustomProcessingStepType and BindingTypes of custom apis - https://github.com/DynamicsValue/fake-xrm-easy/issues/75
- Add IBaseCustomApiFakeMessageExecutor to better support both strongly-typed and late bound customa api when registering them in middleware - https://github.com/DynamicsValue/fake-xrm-easy/issues/50
- Add new ICustomApiFakeMessageExecutor and IGenericCustomApiFakeMessageExecutor interfaces to allow custom API execution with an optional plugin type as part of the Main Operation stage - https://github.com/DynamicsValue/fake-xrm-easy/issues/50
### Changed
- Move CallerProperties, GetTracingService and CallerProperties to IXrmBaseContext so the can be reused both in IXrmFakedContextand and IXrmRealContext interfaces - DynamicsValue/fake-xrm-easy#35
- Move XrmFakedPluginExecutionContext to the Plugins package, it'll be under FakeXrmEasy.Plugins as opposed to FakeXrmEasy.Abstractions.Plugins
## [3.2.0]
- Remove PullRequestException and added different types of exceptions depending on the license context
## [3.1.2]
### Changed
- Bump Dataverse dependency from 0.6.1 to production ready version 1.0.1
## [3.1.1]
### Changed
- Updated build script to also include the major version in the Title property of the generated .nuspec file - DynamicsValue/fake-xrm-easy#41
## [3.1.0]
### Added
- Added Logger property to IXrmFakedPluginContextProperties - DynamicsValue/fake-xrm-easy#24
## [3.0.2]
### Changed
- Bump Dataverse dependency to 0.6.1 from 0.5.10 to solve DynamicsValue/fake-xrm-easy#20
- Also replaced Microsoft.Dynamics.Sdk.Messages dependency, as it has also been deprecated by MSFT, to Microsoft.PowerPlatform.Dataverse.Client.Dynamics 0.6.1 DynamicsValue/fake-xrm-easy#20
## [3.0.1-rc1] - Initial release