vvoids-services
2.2.1-beta.6
dotnet add package vvoids-services --version 2.2.1-beta.6
NuGet\Install-Package vvoids-services -Version 2.2.1-beta.6
<PackageReference Include="vvoids-services" Version="2.2.1-beta.6" />
<PackageVersion Include="vvoids-services" Version="2.2.1-beta.6" />
<PackageReference Include="vvoids-services" />
paket add vvoids-services --version 2.2.1-beta.6
#r "nuget: vvoids-services, 2.2.1-beta.6"
#:package vvoids-services@2.2.1-beta.6
#addin nuget:?package=vvoids-services&version=2.2.1-beta.6&prerelease
#tool nuget:?package=vvoids-services&version=2.2.1-beta.6&prerelease
Vvoids Services
Introduction
This project contains the collection of the Vvoids Services. The repository is maintained by Vince De Groot. If you are reading this... you probably do not have access of usage. However simply getting in touch with vince@vvoids.com will probably give you a certificate of allowed usage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Azure.AI.OpenAI (>= 2.1.0)
- Azure.Communication.Email (>= 1.1.0)
- Azure.Storage.Blobs (>= 12.25.1)
- BCrypt.Net-Next (>= 4.0.3)
- Dapper (>= 2.1.66)
- Microsoft.ApplicationInsights.WorkerService (>= 2.23.0)
- Microsoft.Azure.Functions.Worker (>= 2.1.0)
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask (>= 1.8.0)
- Microsoft.Azure.WebJobs.Extensions.Http (>= 3.2.0)
- Microsoft.Data.SqlClient (>= 6.1.2)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.9)
- Newtonsoft.Json (>= 13.0.4)
- QRCoder (>= 1.6.0)
- System.Private.Uri (>= 4.3.2)
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 |
---|---|---|
2.2.1-beta.6 | 107 | 10/9/2025 |
2.2.0 | 140 | 8/22/2025 |
Overall code tweaks and cleaning; Tweaked bodySchema to reflect Nullable items as 'T?' instead of having T<Nullable<T>> reflected; Tweaked some ideas and AI analysed Async usages; Added a mail builder prototype but maybe going to be removed later...; Added the ai response string in the exception if error occurs; Updated packages up to 2025-10-09;