Vogen 4.0.5

Suggested Alternatives

Vogen 4.0.6

Additional Details

Sorry, published as developer-only dependency. Please use 4.0.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Vogen --version 4.0.5
NuGet\Install-Package Vogen -Version 4.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vogen" Version="4.0.5">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Vogen --version 4.0.5
#r "nuget: Vogen, 4.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Vogen:

Package Downloads
NexusMods.Paths

Package Description

NexusMods.Hashing.xxHash64

Nexus Mods' Implementation of the xxHash64 algorithm.

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

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Vogen:

Repository Stars
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
Version Downloads Last updated
4.0.12 125 6/21/2024
4.0.11 290 6/20/2024
4.0.10 376 6/19/2024
4.0.9 661 6/18/2024
4.0.8 6,365 5/30/2024
4.0.7 477 5/29/2024
4.0.6 1,816 5/27/2024
4.0.5 409 5/26/2024
4.0.4 3,930 5/11/2024
4.0.3 1,910 5/8/2024
4.0.2 2,972 4/30/2024
4.0.1 409 4/29/2024
4.0.0 3,735 4/19/2024
3.0.25-beta.1 631 2/20/2024
3.0.24 104,026 1/9/2024
3.0.23 115,341 11/3/2023
3.0.23-beta.2 63 11/1/2023
3.0.23-beta.1 56 11/1/2023
3.0.22 8,371 10/23/2023
3.0.21 110,681 8/31/2023
3.0.20 165,513 7/17/2023
3.0.19 31,263 6/5/2023
3.0.18 10,592 5/30/2023
3.0.17 262 5/29/2023
3.0.16 11,019 5/9/2023
3.0.15 16,794 4/14/2023
3.0.14 1,927 4/13/2023
3.0.13 2,779 3/29/2023
3.0.12 52,328 1/30/2023
3.0.11 4,050 1/24/2023
3.0.10 486 1/14/2023
3.0.9 4,192 12/29/2022
3.0.8 335 12/27/2022
3.0.7 2,247 12/16/2022
3.0.6 432 12/10/2022
3.0.5 644 11/26/2022
3.0.4 12,126 11/7/2022
3.0.3 451 10/30/2022
3.0.2-alpha.2 109 10/12/2022
3.0.2-alpha 116 10/11/2022
3.0.1 587 10/8/2022
2.0.5 916 9/29/2022
2.0.4 415 9/28/2022
2.0.3 4,393 7/27/2022
2.0.2 438 7/27/2022
1.0.25 1,115 7/25/2022
1.0.24 474 7/24/2022
1.0.23 480 7/21/2022
1.0.22 1,475 6/18/2022
1.0.21 1,954 5/13/2022
1.0.20 531 5/3/2022
1.0.19 507 4/25/2022
1.0.18 13,373 2/21/2022
1.0.17 452 2/6/2022
1.0.16-alpha.1 137 1/29/2022
1.0.15 1,026 1/2/2022
1.0.12 310 12/28/2021
1.0.11 276 12/28/2021
1.0.9 1,670 12/11/2021
1.0.8 310 12/6/2021
1.0.7 303 12/5/2021
1.0.6 858 12/3/2021
1.0.5 302 12/2/2021
1.0.4 269 12/2/2021
1.0.3 299 12/1/2021
1.0.2 298 12/1/2021
1.0.1 525 12/1/2021
1.0.1-alpha.0.2 143 12/1/2021
0.0.0-alpha.0 144 1/2/2022