AlphaVSS 2.0.0
Download from NuGet
Breaking Changes
- Now requires Visual C++ Redistributables for Visual Studio 2019
- No longer supports .NET 4.0
VssUtilshas been removed and is replaced withVssFactoryProviderIVssImplementationhas been replaced byIVssFactoryandIVssInfoProvider- Old APM Begin/End style asynchronous methods have been deprecated. Use new Async-methods instead.
- Supports only .NET Framework version 4.5 and later, as well as .NET Core 3.1
OSVersionName,ProcessorArchitectureandOperatingSystemInfoclasses have been removed.- License changed from MIT to Apache 2.0
New features
- Supports .NET Core 3.1 (Preview)
- Supports TPL style async methods with support for
CancellationTokeninstead of the old Asynchronous Programming Model (APM) - Supports extension point for loading of platform specific assemblies. (See
IVssAssemblyResolverandVssFactoryProvider)