MFiles.VAF.Extensions 23.2.0.63-prerelease

Prefix Reserved
This is a prerelease version of MFiles.VAF.Extensions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MFiles.VAF.Extensions --version 23.2.0.63-prerelease
                    
NuGet\Install-Package MFiles.VAF.Extensions -Version 23.2.0.63-prerelease
                    
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.2.0.63-prerelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MFiles.VAF.Extensions" Version="23.2.0.63-prerelease" />
                    
Directory.Packages.props
<PackageReference Include="MFiles.VAF.Extensions" />
                    
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 MFiles.VAF.Extensions --version 23.2.0.63-prerelease
                    
#r "nuget: MFiles.VAF.Extensions, 23.2.0.63-prerelease"
                    
#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 MFiles.VAF.Extensions@23.2.0.63-prerelease
                    
#: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=MFiles.VAF.Extensions&version=23.2.0.63-prerelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MFiles.VAF.Extensions&version=23.2.0.63-prerelease&prerelease
                    
Install as a Cake Tool

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.12.75 2,636 12/4/2024
24.11.74 661 11/6/2024
24.10.73 732 10/23/2024
24.10.72 183 10/22/2024
24.10.0.7-issue-141 96 10/29/2024
24.10.0.6-issue-141 122 10/27/2024 24.10.0.6-issue-141 is deprecated.
24.10.0.5-issue-138 98 10/23/2024
24.6.71 2,565 6/17/2024
24.5.70 588 5/30/2024
24.4.69 677 4/26/2024
24.4.68 462 4/12/2024
24.4.0.4-timezone-issues 128 4/22/2024
24.2.67 1,804 2/21/2024
24.2.66 166 2/21/2024
24.2.65 449 2/16/2024
24.1.64 9,405 1/24/2024
24.1.63 216 1/18/2024
23.12.62 1,201 12/11/2023
23.12.0.3-confupgrade-optin 131 12/12/2023
23.11.61 875 11/10/2023
23.11.60 165 11/10/2023
23.11.0.2-prerelease 171 11/14/2023
23.11.0.1-prerelease 125 11/14/2023
23.9.59 1,416 9/27/2023
23.8.0.73-timestamp-search-... 164 8/4/2023
23.7.58 7,874 7/17/2023
23.7.57 227 7/14/2023
23.7.56 224 7/14/2023
23.7.0.72-issue-110 161 7/20/2023
23.7.0.70-issue-108 151 7/14/2023
23.7.0.69-leave-json-alone-... 163 7/7/2023
23.6.55 1,004 6/7/2023
23.5.54 323 5/31/2023
23.5.53 851 5/3/2023
23.4.52 515 4/27/2023
23.4.51 263 4/27/2023
23.4.50 851 4/17/2023
23.4.0.68-CustomCommandAttr... 150 4/24/2023
23.2.0.67-configupgrading-d... 227 2/24/2023
23.2.0.63-prerelease 187 2/15/2023
23.2.0.62-jsonconfeditor-ed... 178 2/9/2023
23.1.49 1,757 1/18/2023
23.1.47 743 1/17/2023
22.12.54 2,385 12/16/2022
22.12.52 462 12/12/2022
22.12.46 403 12/16/2022
22.12.45 416 12/12/2022
22.11.49-prerelease 270 11/10/2022
22.11.47-prerelease 227 11/2/2022
22.11.44 929 11/28/2022
22.11.43 649 11/10/2022
22.9.41 8,538 9/14/2022
22.9.37 734 9/8/2022
22.6.31 2,201 6/20/2022
22.6.29 679 6/10/2022
22.5.27 1,337 5/3/2022
22.5.26 555 5/3/2022
22.5.0.15-configuration-mig... 228 5/24/2022
22.5.0.13-configuration-mig... 214 5/13/2022
22.5.0.12-configuration-mig... 224 5/9/2022
22.4.24 710 4/29/2022
22.4.23-preview 269 4/14/2022
22.3.20-preview 237 3/30/2022
22.3.18-preview 323 3/9/2022
22.3.17-preview 235 3/7/2022
22.3.16-preview 221 3/7/2022
22.3.15-preview 229 3/7/2022
22.3.14-preview 213 3/3/2022
22.3.13-preview 219 3/2/2022
22.2.11-preview 286 2/11/2022
22.2.10-preview 212 2/11/2022
22.2.9-preview 232 2/10/2022
22.2.8-preview 251 2/3/2022
22.2.7-preview 236 2/2/2022
1.3.1.5 1,335 2/28/2022
1.3.1.3 1,355 1/12/2022
1.3.1.1 432 1/4/2022
1.3.1-prerelease 234 1/4/2022
1.3.0.16 610 12/8/2021
1.3.0.15 419 12/3/2021
1.3.0.14 678 10/21/2021
1.3.0.13 548 10/7/2021
1.3.0.10 9,384 9/29/2021
1.3.0.9 667 9/24/2021 1.3.0.9 is deprecated because it has critical bugs.
1.2.11.5 1,053 7/2/2021
1.2.11.4 687 6/24/2021
1.2.11.3 687 6/1/2021
1.2.11.2 629 5/21/2021
1.2.10.2 1,141 5/12/2021
1.1.13 606 3/23/2021
1.1.11 585 3/15/2021
1.1.10 867 3/2/2021
1.1.9 1,451 1/22/2021
1.1.8 625 12/16/2020
1.1.7 798 11/2/2020
1.1.6 689 10/8/2020
1.1.5 595 10/1/2020
1.0.7 755 7/8/2020
1.0.6-alpha 1,329 7/2/2020
1.0.5-alpha 438 6/29/2020
1.0.4 661 6/11/2020
0.2.3.3-alpha 458 5/19/2020
0.2.3.2-alpha 431 4/27/2020
0.1.8-alpha 445 4/6/2020
0.1.7-alpha 445 4/3/2020
0.1.6-alpha 435 4/1/2020
0.1.5-alpha 442 3/23/2020
0.1.3-alpha 429 3/12/2020
0.1.2-alpha 436 3/10/2020
0.1.1-alpha 422 3/2/2020

Changes included in 23.2.0.63-prerelease
https://github.com/M-Files/VAF.Extensions.Community/commit/3e53d106de90d785b6c06ecdc80cdeaf03c269ab
Fix for ArrayElementGuid not being exposed properly.
https://github.com/M-Files/VAF.Extensions.Community/commit/e3e18248134b1810e744ae4d426cd073321b4795
Fix for reported issue with [JsonConfEditor(EditorType = "date")] (#93)
Added documentation on how to stop configuration upgrading.
https://github.com/M-Files/VAF.Extensions.Community/commit/a3cd62dc7a964e65391c2e7fa5a5dd30f52df860
Added ability for [JsonVaultExtensionMethod] to be used on methods that have first parameter as EventHandlerEnvironment.
https://github.com/M-Files/VAF.Extensions.Community/commit/53bdf1dd6491b881e5977e4b0d8b089e8057e883
Added ability to control VaultUserIdentity on TypedVaultExtensionMethodAttribute
https://github.com/M-Files/VAF.Extensions.Community/commit/112d99756e39197a3cb98e6be6b86f2a037d934f
Added some documentation of the JsonVaultExtensionMethodAttribute
https://github.com/M-Files/VAF.Extensions.Community/commit/c5a825a1919e65d711b8a71f2c08de882b639437
Test project VAF reference updated
https://github.com/M-Files/VAF.Extensions.Community/commit/4634562dc24bf977beb831e741e9faa07c43e069
VAF version update.
https://github.com/M-Files/VAF.Extensions.Community/commit/7d082590ef4a0698c9f4633e9f78efe71991f340
Change versioning of pre-releases
Previous prereleases could be listed above newer releases from the release branch.
Prereleases now contain a .0 inside their version string to ensure that they appear behind full releases that are made after them.