Vogen 4.0.5
Sorry, published as developer-only dependency. Please use 4.0.6
See the version list below for details.
dotnet add package Vogen --version 4.0.5
NuGet\Install-Package Vogen -Version 4.0.5
<PackageReference Include="Vogen" Version="4.0.5"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="Vogen" Version="4.0.5" />
<PackageReference Include="Vogen"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Vogen --version 4.0.5
#r "nuget: Vogen, 4.0.5"
#:package Vogen@4.0.5
#addin nuget:?package=Vogen&version=4.0.5
#tool nuget:?package=Vogen&version=4.0.5
This package contains a Souce Generator which generates Value Objects that wrap simple primitives such as int, string, double etc.
A ValueObject is a strongly typed (strongly, not stringly) domain object that is immutable.
Instead of `int customerId = 42;` we have `var customerId = CustomerId.From(42);`
To use, just create something like this:
[ValueObject(typeof(int))]
public partial struct CustomerId
{
}
var customerId = CustomerId.From(42);
Validation is in just one place. You can't introduce bad objects into your domain, therefore you can assume that in your domain every ValueObject is valid.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Vogen:
| Package | Downloads |
|---|---|
|
PiBox.Hosting.Abstractions
PiBox is a `service hosting framework` that allows `.net devs` to `decorate their services with behaviours or functionality (think of plugins) while only using minimal configuration`. |
|
|
Codehard.FileService.Contracts
An abstract contract for file service client and server. |
|
|
Dosaic.Hosting.Abstractions
A plugin-first dotnet framework for rapidly building anything hosted in the web. |
|
|
Vogen.Serialization
Provides serialization support between Vogen and Newtonsoft.Json |
|
|
HarvestForecast.Client
HarvestForecast.Client is an unofficial client library for the HarvestForecast API. Just add an access token and get started straight away! |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on Vogen:
| Repository | Stars |
|---|---|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
|
|
|
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
|
|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
|
SSWConsulting/SSW.VerticalSliceArchitecture
An enterprise ready solution template for Vertical Slice Architecture. This template is just one way to apply the Vertical Slice Architecture.
|
|
|
SSWConsulting/SSW.CleanArchitecture
SSW Clean Architecture Template
|
|
|
SteveDunn/PacManBlazor
PACMAN in Blazor WebAssembly
|
|
|
AArnott/Nerdbank.MessagePack
A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.io[C#]
|
|
|
Hona/VerticalSliceArchitecture
Spend less time over-engineering, and more time coding. The template has a focus on convenience, and developer confidence. Vertical Slice Architecture 🎈
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 8.0.3-beta.2 | 219 | 10/6/2025 | |
| 8.0.3-beta.1 | 56 | 10/4/2025 | |
| 8.0.2 | 49,134 | 9/17/2025 | |
| 8.0.1 | 85,962 | 8/12/2025 | |
| 8.0.0-beta.2 | 433 | 6/25/2025 | |
| 8.0.0-beta.1 | 3,624 | 6/6/2025 | |
| 7.0.5-beta.1 | 132 | 6/5/2025 | |
| 7.0.4 | 273,572 | 6/5/2025 | |
| 7.0.4-beta.1 | 181 | 5/22/2025 | |
| 7.0.3 | 283,372 | 3/25/2025 | |
| 7.0.2 | 42,712 | 3/17/2025 | |
| 7.0.1 | 112,046 | 2/25/2025 | |
| 7.0.0 | 45,169 | 2/13/2025 | |
| 7.0.0-beta.1 | 405 | 1/9/2025 | |
| 6.0.0 | 251,279 | 12/28/2024 | |
| 6.0.0-beta.4 | 120 | 12/27/2024 | |
| 6.0.0-beta.3 | 1,155 | 12/26/2024 | |
| 6.0.0-beta.2 | 169 | 12/3/2024 | |
| 6.0.0-beta.1 | 104 | 12/2/2024 | |
| 5.0.6 | 84,335 | 11/30/2024 | |
| 5.0.6-beta.3 | 180 | 11/23/2024 | |
| 5.0.6-beta.2 | 89 | 11/22/2024 | |
| 5.0.6-beta.1 | 102 | 11/19/2024 | |
| 5.0.5 | 51,588 | 11/14/2024 | |
| 5.0.5-rc.2 | 152 | 11/2/2024 | |
| 5.0.5-rc.1 | 112 | 11/1/2024 | |
| 5.0.5-beta.3 | 118 | 10/31/2024 | |
| 5.0.5-beta.2 | 120 | 10/27/2024 | |
| 5.0.4-beta.1 | 132 | 10/21/2024 | |
| 5.0.3 | 107,598 | 9/26/2024 | |
| 5.0.2 | 2,058 | 9/25/2024 | |
| 5.0.1 | 1,409 | 9/23/2024 | |
| 5.0.0-beta.1 | 409 | 9/9/2024 | |
| 4.0.19 | 26,116 | 8/21/2024 | |
| 4.0.18 | 1,402 | 8/17/2024 | |
| 4.0.17 | 19,459 | 8/6/2024 | |
| 4.0.16 | 2,497 | 7/30/2024 | |
| 4.0.15 | 90,234 | 7/20/2024 | |
| 4.0.14 | 10,356 | 7/16/2024 | |
| 4.0.13 | 2,979 | 7/13/2024 | |
| 4.0.12 | 19,481 | 6/21/2024 | |
| 4.0.11 | 831 | 6/20/2024 | |
| 4.0.10 | 938 | 6/19/2024 | |
| 4.0.9 | 1,539 | 6/18/2024 | |
| 4.0.8 | 34,281 | 5/30/2024 | |
| 4.0.7 | 792 | 5/29/2024 | |
| 4.0.6 | 8,132 | 5/27/2024 | |
| 4.0.5 | 623 | 5/26/2024 | |
| 4.0.4 | 8,746 | 5/11/2024 | |
| 4.0.3 | 3,157 | 5/8/2024 | |
| 4.0.2 | 7,860 | 4/30/2024 | |
| 4.0.1 | 599 | 4/29/2024 | |
| 4.0.0 | 13,582 | 4/19/2024 | |
| 3.0.25-beta.1 | 1,706 | 2/20/2024 | |
| 3.0.24 | 402,901 | 1/9/2024 | |
| 3.0.23 | 537,949 | 11/3/2023 | |
| 3.0.23-beta.2 | 107 | 11/1/2023 | |
| 3.0.23-beta.1 | 107 | 11/1/2023 | |
| 3.0.22 | 13,400 | 10/23/2023 | |
| 3.0.21 | 196,833 | 8/31/2023 | |
| 3.0.20 | 231,204 | 7/17/2023 | |
| 3.0.19 | 37,345 | 6/5/2023 | |
| 3.0.18 | 10,769 | 5/30/2023 | |
| 3.0.17 | 411 | 5/29/2023 | |
| 3.0.16 | 13,014 | 5/9/2023 | |
| 3.0.15 | 40,159 | 4/14/2023 | |
| 3.0.14 | 2,060 | 4/13/2023 | |
| 3.0.13 | 3,133 | 3/29/2023 | |
| 3.0.12 | 69,086 | 1/30/2023 | |
| 3.0.11 | 4,208 | 1/24/2023 | |
| 3.0.10 | 644 | 1/14/2023 | |
| 3.0.9 | 4,484 | 12/29/2022 | |
| 3.0.8 | 484 | 12/27/2022 | |
| 3.0.7 | 2,406 | 12/16/2022 | |
| 3.0.6 | 574 | 12/10/2022 | |
| 3.0.5 | 786 | 11/26/2022 | |
| 3.0.4 | 12,299 | 11/7/2022 | |
| 3.0.3 | 617 | 10/30/2022 | |
| 3.0.2-alpha.2 | 223 | 10/12/2022 | |
| 3.0.2-alpha | 221 | 10/11/2022 | |
| 3.0.1 | 773 | 10/8/2022 | |
| 2.0.5 | 1,056 | 9/29/2022 | |
| 2.0.4 | 561 | 9/28/2022 | |
| 2.0.3 | 4,645 | 7/27/2022 | |
| 2.0.2 | 584 | 7/27/2022 | |
| 1.0.25 | 1,286 | 7/25/2022 | |
| 1.0.24 | 612 | 7/24/2022 | |
| 1.0.23 | 649 | 7/21/2022 | |
| 1.0.22 | 1,724 | 6/18/2022 | |
| 1.0.21 | 2,110 | 5/13/2022 | |
| 1.0.20 | 698 | 5/3/2022 | |
| 1.0.19 | 671 | 4/25/2022 | |
| 1.0.18 | 13,531 | 2/21/2022 | |
| 1.0.17 | 638 | 2/6/2022 | |
| 1.0.16-alpha.1 | 275 | 1/29/2022 | |
| 1.0.15 | 1,507 | 1/2/2022 | |
| 1.0.12 | 464 | 12/28/2021 | |
| 1.0.11 | 451 | 12/28/2021 | |
| 1.0.9 | 2,484 | 12/11/2021 | |
| 1.0.8 | 494 | 12/6/2021 | |
| 1.0.7 | 466 | 12/5/2021 | |
| 1.0.6 | 1,026 | 12/3/2021 | |
| 1.0.5 | 478 | 12/2/2021 | |
| 1.0.4 | 433 | 12/2/2021 | |
| 1.0.3 | 477 | 12/1/2021 | |
| 1.0.2 | 453 | 12/1/2021 | |
| 1.0.1 | 2,525 | 12/1/2021 | |
| 1.0.1-alpha.0.2 | 279 | 12/1/2021 | |
| 0.0.0-alpha.0 | 268 | 1/2/2022 |