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>
paket add Vogen --version 4.0.5
#r "nuget: Vogen, 4.0.5"
// Install Vogen as a Cake Addin #addin nuget:?package=Vogen&version=4.0.5 // Install Vogen as a Cake Tool #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. |
.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 (10)
Showing the top 5 NuGet packages that depend on Vogen:
Package | Downloads |
---|---|
Codehard.FileService.Contracts
An abstract contract for file service client and server. |
|
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`. |
|
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! |
|
snkemp.Infrastructure
Package Description |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Vogen:
Repository | Stars |
---|---|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
SteveDunn/Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
|
|
SteveDunn/PacManBlazor
PACMAN in Blazor WebAssembly
|
|
SSWConsulting/SSW.CleanArchitecture
SSW Clean Architecture Template
|
Version | Downloads | Last updated | |
---|---|---|---|
5.0.6-beta.3 | 44 | 11/23/2024 | |
5.0.6-beta.2 | 43 | 11/22/2024 | |
5.0.6-beta.1 | 45 | 11/19/2024 | |
5.0.5 | 5,834 | 11/14/2024 | |
5.0.5-rc.2 | 87 | 11/2/2024 | |
5.0.5-rc.1 | 43 | 11/1/2024 | |
5.0.5-beta.3 | 39 | 10/31/2024 | |
5.0.5-beta.2 | 53 | 10/27/2024 | |
5.0.4-beta.1 | 70 | 10/21/2024 | |
5.0.3 | 39,620 | 9/26/2024 | |
5.0.2 | 1,802 | 9/25/2024 | |
5.0.1 | 1,207 | 9/23/2024 | |
5.0.0-beta.1 | 286 | 9/9/2024 | |
4.0.19 | 17,372 | 8/21/2024 | |
4.0.18 | 1,004 | 8/17/2024 | |
4.0.17 | 16,760 | 8/6/2024 | |
4.0.16 | 1,731 | 7/30/2024 | |
4.0.15 | 20,107 | 7/20/2024 | |
4.0.14 | 6,878 | 7/16/2024 | |
4.0.13 | 2,838 | 7/13/2024 | |
4.0.12 | 17,953 | 6/21/2024 | |
4.0.11 | 675 | 6/20/2024 | |
4.0.10 | 787 | 6/19/2024 | |
4.0.9 | 1,388 | 6/18/2024 | |
4.0.8 | 21,426 | 5/30/2024 | |
4.0.7 | 636 | 5/29/2024 | |
4.0.6 | 7,834 | 5/27/2024 | |
4.0.5 | 474 | 5/26/2024 | |
4.0.4 | 7,802 | 5/11/2024 | |
4.0.3 | 3,003 | 5/8/2024 | |
4.0.2 | 7,605 | 4/30/2024 | |
4.0.1 | 449 | 4/29/2024 | |
4.0.0 | 11,761 | 4/19/2024 | |
3.0.25-beta.1 | 1,324 | 2/20/2024 | |
3.0.24 | 214,026 | 1/9/2024 | |
3.0.23 | 253,366 | 11/3/2023 | |
3.0.23-beta.2 | 82 | 11/1/2023 | |
3.0.23-beta.1 | 80 | 11/1/2023 | |
3.0.22 | 9,495 | 10/23/2023 | |
3.0.21 | 149,943 | 8/31/2023 | |
3.0.20 | 206,799 | 7/17/2023 | |
3.0.19 | 33,532 | 6/5/2023 | |
3.0.18 | 10,625 | 5/30/2023 | |
3.0.17 | 293 | 5/29/2023 | |
3.0.16 | 11,860 | 5/9/2023 | |
3.0.15 | 25,169 | 4/14/2023 | |
3.0.14 | 1,966 | 4/13/2023 | |
3.0.13 | 2,885 | 3/29/2023 | |
3.0.12 | 62,661 | 1/30/2023 | |
3.0.11 | 4,081 | 1/24/2023 | |
3.0.10 | 522 | 1/14/2023 | |
3.0.9 | 4,274 | 12/29/2022 | |
3.0.8 | 363 | 12/27/2022 | |
3.0.7 | 2,289 | 12/16/2022 | |
3.0.6 | 463 | 12/10/2022 | |
3.0.5 | 678 | 11/26/2022 | |
3.0.4 | 12,178 | 11/7/2022 | |
3.0.3 | 491 | 10/30/2022 | |
3.0.2-alpha.2 | 125 | 10/12/2022 | |
3.0.2-alpha | 130 | 10/11/2022 | |
3.0.1 | 616 | 10/8/2022 | |
2.0.5 | 952 | 9/29/2022 | |
2.0.4 | 440 | 9/28/2022 | |
2.0.3 | 4,489 | 7/27/2022 | |
2.0.2 | 472 | 7/27/2022 | |
1.0.25 | 1,146 | 7/25/2022 | |
1.0.24 | 502 | 7/24/2022 | |
1.0.23 | 511 | 7/21/2022 | |
1.0.22 | 1,539 | 6/18/2022 | |
1.0.21 | 1,989 | 5/13/2022 | |
1.0.20 | 558 | 5/3/2022 | |
1.0.19 | 539 | 4/25/2022 | |
1.0.18 | 13,406 | 2/21/2022 | |
1.0.17 | 484 | 2/6/2022 | |
1.0.16-alpha.1 | 151 | 1/29/2022 | |
1.0.15 | 1,099 | 1/2/2022 | |
1.0.12 | 340 | 12/28/2021 | |
1.0.11 | 309 | 12/28/2021 | |
1.0.9 | 1,736 | 12/11/2021 | |
1.0.8 | 338 | 12/6/2021 | |
1.0.7 | 328 | 12/5/2021 | |
1.0.6 | 881 | 12/3/2021 | |
1.0.5 | 329 | 12/2/2021 | |
1.0.4 | 300 | 12/2/2021 | |
1.0.3 | 327 | 12/1/2021 | |
1.0.2 | 324 | 12/1/2021 | |
1.0.1 | 874 | 12/1/2021 | |
1.0.1-alpha.0.2 | 154 | 12/1/2021 | |
0.0.0-alpha.0 | 155 | 1/2/2022 |