![]() |
VOOZH | about |
dotnet add package MFiles.VAF.Extensions --version 26.3.76
NuGet\Install-Package MFiles.VAF.Extensions -Version 26.3.76
<PackageReference Include="MFiles.VAF.Extensions" Version="26.3.76" />
<PackageVersion Include="MFiles.VAF.Extensions" Version="26.3.76" />Directory.Packages.props
<PackageReference Include="MFiles.VAF.Extensions" />Project file
paket add MFiles.VAF.Extensions --version 26.3.76
#r "nuget: MFiles.VAF.Extensions, 26.3.76"
#:package MFiles.VAF.Extensions@26.3.76
#addin nuget:?package=MFiles.VAF.Extensions&version=26.3.76Install as a Cake Addin
#tool nuget:?package=MFiles.VAF.Extensions&version=26.3.76Install as a Cake Tool
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.
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.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
{
}
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 26.3.76 | 1,920 | 3/27/2026 | |
| 24.12.75 | 7,496 | 12/4/2024 | |
| 24.11.74 | 923 | 11/6/2024 | |
| 24.10.73 | 948 | 10/23/2024 | |
| 24.10.72 | 296 | 10/22/2024 | |
| 24.10.0.7-issue-141 | 209 | 10/29/2024 | |
| 24.10.0.6-issue-141 | 237 | 10/27/2024 | 24.10.0.6-issue-141 is deprecated. |
| 24.10.0.5-issue-138 | 165 | 10/23/2024 | |
| 24.6.71 | 2,876 | 6/17/2024 | |
| 24.5.70 | 848 | 5/30/2024 | |
| 24.4.69 | 800 | 4/26/2024 | |
| 24.4.68 | 565 | 4/12/2024 | |
| 24.4.0.4-timezone-issues | 183 | 4/22/2024 | |
| 24.2.67 | 2,206 | 2/21/2024 | |
| 24.2.66 | 268 | 2/21/2024 | |
| 24.2.65 | 637 | 2/16/2024 | |
| 24.1.64 | 13,069 | 1/24/2024 | |
| 24.1.63 | 342 | 1/18/2024 | |
| 23.12.62 | 1,757 | 12/11/2023 | |
| 23.12.0.3-confupgrade-optin | 211 | 12/12/2023 |
Changes included in 26.3.76
https://github.com/M-Files/VAF.Extensions.Community/commit/df473237c129f0b8370281607bc09c27e92c1ff7
Fixed continuously triggering tasks in timezones ahead of UTC. (#152)