MFiles.VAF.Extensions 23.1.47

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MFiles.VAF.Extensions --version 23.1.47
NuGet\Install-Package MFiles.VAF.Extensions -Version 23.1.47
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="MFiles.VAF.Extensions" Version="23.1.47" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MFiles.VAF.Extensions --version 23.1.47
#r "nuget: MFiles.VAF.Extensions, 23.1.47"
#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 MFiles.VAF.Extensions as a Cake Addin
#addin nuget:?package=MFiles.VAF.Extensions&version=23.1.47

// Install MFiles.VAF.Extensions as a Cake Tool
#tool nuget:?package=MFiles.VAF.Extensions&version=23.1.47

M-Files Vault Application Framework Extensions library

Please note that this library is provided "as-is" and with no warranty, explicit or otherwise. You should ensure that the functionality meets your requirements, and thoroughly test them, prior to using in any production scenarios.

The following helper library is a community-driven set of functionality that extends the base M-Files Vault Application Framework. This library is open-source and not directly supported by M-Files. Contributions are accepted according to our contribution guide.

Using the library

  1. Install the latest production release from nuget.
  2. Update your VaultApplication.cs file, ensuring that your vault application inherits from MFiles.VAF.Extensions.ConfigurableVaultApplicationBase<T>. A more complete example of an empty vault application class is shown below.
  3. Ensure that your Configuration.cs file inherits from MFiles.VAF.Configuration.ConfigurationBase. A more complete example of an empty configuration class is shown below.
public class VaultApplication
	: MFiles.VAF.Extensions.ConfigurableVaultApplicationBase<Configuration>
{

}
public class Configuration
	: MFiles.VAF.Configuration.ConfigurationBase
{

}

Naming formats

Releases follow a naming format based upon the M-Files versioning; releases are named using a combination of the year and month they are released in and an incrementing build number. Releases may also optionally contain a suffix (starting with a hyphen) denoting that the release is a preview release and should not be used in production environments.

  • 22.6.123 - this full release was made in June 2022. Full releases come from the release branch.
  • 22.6.140 - this full release was also made in June 2022, but is newer than the one above.
  • 22.7.141-preview - this release was made in July 2022 from the main branch. Releases from the main branch are often close to release quality, but should only be used for testing.
  • 22.7.0.13-test-feature-1 - this release was made in July 2022 from a specific feature branch. This release will contain in-development functionality and should only be used when needing to test the specific feature being developed. Significant breaking changes may still be made when this functionality progresses to preview or release builds.

Any problems can be logged as issues against the repository, or discussed on the M-Files Community.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MFiles.VAF.Extensions:

Package Downloads
CtrlVAF.Core

An extensive framework, made to make your life as an M-Files VAF engineer much more simple, powerful and S.O.L.I.D

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.4.69 216 4/26/2024
24.4.68 265 4/12/2024
24.4.0.4-timezone-issues 75 4/22/2024
24.2.67 699 2/21/2024
24.2.66 96 2/21/2024
24.2.65 221 2/16/2024
24.1.64 1,608 1/24/2024
24.1.63 135 1/18/2024
23.12.62 682 12/11/2023
23.12.0.3-confupgrade-optin 79 12/12/2023
23.11.61 587 11/10/2023
23.11.60 92 11/10/2023
23.11.0.2-prerelease 120 11/14/2023
23.11.0.1-prerelease 70 11/14/2023
23.9.59 785 9/27/2023
23.8.0.73-timestamp-search-... 94 8/4/2023
23.7.58 2,454 7/17/2023
23.7.57 152 7/14/2023
23.7.56 150 7/14/2023
23.7.0.72-issue-110 102 7/20/2023
23.7.0.70-issue-108 87 7/14/2023
23.7.0.69-leave-json-alone-... 104 7/7/2023
23.6.55 743 6/7/2023
23.5.54 232 5/31/2023
23.5.53 570 5/3/2023
23.4.52 333 4/27/2023
23.4.51 177 4/27/2023
23.4.50 740 4/17/2023
23.4.0.68-CustomCommandAttr... 88 4/24/2023
23.2.0.67-configupgrading-d... 141 2/24/2023
23.2.0.63-prerelease 117 2/15/2023
23.2.0.62-jsonconfeditor-ed... 107 2/9/2023
23.1.49 1,495 1/18/2023
23.1.47 628 1/17/2023
22.12.54 1,779 12/16/2022
22.12.52 374 12/12/2022
22.12.46 301 12/16/2022
22.12.45 327 12/12/2022
22.11.49-prerelease 181 11/10/2022
22.11.47-prerelease 155 11/2/2022
22.11.44 721 11/28/2022
22.11.43 513 11/10/2022
22.9.41 3,215 9/14/2022
22.9.37 624 9/8/2022
22.6.31 2,007 6/20/2022
22.6.29 570 6/10/2022
22.5.27 1,127 5/3/2022
22.5.26 459 5/3/2022
22.5.0.15-configuration-mig... 143 5/24/2022
22.5.0.13-configuration-mig... 117 5/13/2022
22.5.0.12-configuration-mig... 133 5/9/2022
22.4.24 586 4/29/2022
22.4.23-preview 171 4/14/2022
22.3.20-preview 154 3/30/2022
22.3.18-preview 207 3/9/2022
22.3.17-preview 137 3/7/2022
22.3.16-preview 126 3/7/2022
22.3.15-preview 130 3/7/2022
22.3.14-preview 128 3/3/2022
22.3.13-preview 131 3/2/2022
22.2.11-preview 186 2/11/2022
22.2.10-preview 131 2/11/2022
22.2.9-preview 140 2/10/2022
22.2.8-preview 152 2/3/2022
22.2.7-preview 144 2/2/2022
1.3.1.5 1,190 2/28/2022
1.3.1.3 1,186 1/12/2022
1.3.1.1 335 1/4/2022
1.3.1-prerelease 152 1/4/2022
1.3.0.16 485 12/8/2021
1.3.0.15 315 12/3/2021
1.3.0.14 555 10/21/2021
1.3.0.13 439 10/7/2021
1.3.0.10 9,267 9/29/2021
1.3.0.9 504 9/24/2021
1.2.11.5 938 7/2/2021
1.2.11.4 564 6/24/2021
1.2.11.3 568 6/1/2021
1.2.11.2 522 5/21/2021
1.2.10.2 983 5/12/2021
1.1.13 503 3/23/2021
1.1.11 470 3/15/2021
1.1.10 715 3/2/2021
1.1.9 1,272 1/22/2021
1.1.8 519 12/16/2020
1.1.7 678 11/2/2020
1.1.6 567 10/8/2020
1.1.5 483 10/1/2020
1.0.7 637 7/8/2020
1.0.6-alpha 1,222 7/2/2020
1.0.5-alpha 325 6/29/2020
1.0.4 546 6/11/2020
0.2.3.3-alpha 343 5/19/2020
0.2.3.2-alpha 326 4/27/2020
0.1.8-alpha 334 4/6/2020
0.1.7-alpha 335 4/3/2020
0.1.6-alpha 335 4/1/2020
0.1.5-alpha 324 3/23/2020
0.1.3-alpha 320 3/12/2020
0.1.2-alpha 317 3/10/2020
0.1.1-alpha 303 3/2/2020

Changes included in 23.1.47
https://github.com/M-Files/VAF.Extensions.Community/commit/c03dcf96ad2c0cf1a1e082b539a24124887764ca
Split IJsonConvert classes into multiple files.
Moved physical location of those files (ns not changed).
https://github.com/M-Files/VAF.Extensions.Community/commit/896c81050e24a8077f159c87d9e03bfa31ebb141
JsonConvertTests made to use the Newtosoft implementation of JsonConvert.
Fix for namespace in merged unit test.
https://github.com/M-Files/VAF.Extensions.Community/commit/a6bb93afbb648a6523d6b25b7d257d4c54caf7ec
New serializing tests (#90)
* initial tests for deserialization and serialization.cs
* Added serialization tests for MinimumLogLevel and empty Frequency
* renamed test to SerializesDefaultFrequency
Co-authored-by: Ville Saarinen <ville.saarinen@m-files.com>
https://github.com/M-Files/VAF.Extensions.Community/commit/aac5b83725c3a7ac713951e93c3590bda82ca567
Fix for unit test broken during last merge.
https://github.com/M-Files/VAF.Extensions.Community/commit/30fc1370f4d3a31097192bea60a820d2fb42d0f8
Allowed IncludeExceptionDetailsInResponse to be set.
https://github.com/M-Files/VAF.Extensions.Community/commit/ea60f343d5dd47b66b3767c9a0463d38e05ac4f5
Added JsonVaultExtensionMethodAttribute (#89)
Added support for JsonVaultExtensionMethodAttribute.
https://github.com/M-Files/VAF.Extensions.Community/commit/f0f393759a91d321fb8613404d4c41f4e245be25
Fix for issue 83 (#84)
Exposed collection of types to skip during config upgrade.
Ensured that default config upgrade logic skips them.
https://github.com/M-Files/VAF.Extensions.Community/commit/3ccf560c4223ce5cec1605ccce0baa286bcc3144
Fixes to enable project to compile in VS2019.
https://github.com/M-Files/VAF.Extensions.Community/commit/fd2a0066172ff268a48658c64e46592d8e0cd46c
Hide dashboard load download/view buttons in unsupported M-Files versions (#86)
* Hid dashboard load download/view buttons in unsupported M-Files versions.
* Added comment.
https://github.com/M-Files/VAF.Extensions.Community/commit/49ad07ec98b8a0383dae2d23536bb7946a85f4c3
Fix for issue with enums from stable value options (#88)
Includes unit test that checks enum values in different scenarios.
https://github.com/M-Files/VAF.Extensions.Community/commit/5fdb8d4e222dd42e95922dbcf4fe5923362f4c2d
Consistency: "copyright" now has colon after it, same as version and publisher.
https://github.com/M-Files/VAF.Extensions.Community/commit/0013e531f41831c5e3e5ea73a2a3926a723573b9
Improved clarity on readme.
Fixed typo.