Yagasoft.Libraries.Common.File 4.3.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Yagasoft.Libraries.Common.File --version 4.3.2
                    
NuGet\Install-Package Yagasoft.Libraries.Common.File -Version 4.3.2
                    
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="Yagasoft.Libraries.Common.File" Version="4.3.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Yagasoft.Libraries.Common.File" Version="4.3.2" />
                    
Directory.Packages.props
<PackageReference Include="Yagasoft.Libraries.Common.File">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Yagasoft.Libraries.Common.File --version 4.3.2
                    
#r "nuget: Yagasoft.Libraries.Common.File, 4.3.2"
                    
#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.
#:package Yagasoft.Libraries.Common.File@4.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Yagasoft.Libraries.Common.File&version=4.3.2
                    
Install as a Cake Addin
#tool nuget:?package=Yagasoft.Libraries.Common.File&version=4.3.2
                    
Install as a Cake Tool

Dynamics CRM Common Library is a collection of generic functionalities that give power to developers. This package adds the library as a CS file in your project, instead of a assembly reference.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.3.1 391 10/10/2024
10.2.1 410 2/2/2024
10.1.1 442 1/13/2024
9.1.1 379 12/25/2023
8.1.3 389 12/11/2023
8.1.2 397 12/11/2023
8.1.1 365 12/10/2023
7.3.3 365 11/26/2023
7.3.2 372 11/24/2023
7.3.1 369 11/23/2023
7.2.4 307 11/18/2023
7.2.1 342 11/18/2023
7.1.3 413 7/24/2023
7.1.1 386 6/4/2023
6.1.4 391 5/14/2023
6.1.3 378 5/13/2023
6.1.2 359 5/12/2023
6.1.1 1,034 11/20/2021
5.4.1 607 10/19/2021
5.3.2 674 9/17/2021
5.3.1 651 9/17/2021
5.1.2 647 8/21/2021
5.1.1 643 8/21/2021
4.4.5 664 4/29/2021
4.4.4 829 12/31/2020
4.4.3 765 11/22/2020
4.4.2 702 11/11/2020
4.4.1 756 11/9/2020
4.3.2 736 10/4/2020
4.3.1 716 9/14/2020
4.2.5 773 8/10/2020
4.2.4 797 6/19/2020
4.2.3 759 6/17/2020
4.1.3 1,452 3/16/2019
4.1.2 930 3/4/2019
4.1.1 1,073 2/27/2019

* 4.3.2
     Fixed: [Common] caching issues
     * 4.3.1
     Added: more convenience methods
     Fixed: issues
     * 4.2.5
     Fixed: issues
     * 4.2.4
     Added: timeout to Blocking Queue
     Fixed: BPF helper issues
     * 4.2.3
     Added: a few helpers (CRM, error ... etc.)
     Added: CRM Plugin Tracing service log feature
     Fixed: issues
     * 4.1.3
     Fixed: string modifier 'sub' throwing exception
     * 4.1.2
     Fixed: moved exception tracing for steps outside of a condition
     * 4.1.1
     Changed: moved to a new namespace
     * 3.8.4
     Added: relationship drill-through in placeholders
     * 3.8.2
     Changed: reworked the placeholder system
     * 3.7.6
     Changed: removed redundant references
     * 3.7.5
     Changed: reduced SDK requirements
     * 3.7.4
     Initial release