Vogen
Vogen copied to clipboard
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 16.8.1 to 17.9.0. Release notes Sourced from Verify.Xunit's releases. 17.8.1 As part of this release we had 1 commit which resulted in 1 issue being closed. Feature...
### Describe the feature @SteveDunn Would you be opposed to an additional option that would automatically implement `IComparable`, in addition to `IEquatable`? There are cases where I would like to...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220530-08 See the release notes here....
Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...
### Describe the feature Currently the standard approach to using ValueTypes fails due to the inability of EntityFrameworkCore to use a value type as an id for example. Guidance on...
This Social Security Number (SSN) class is the first of a small series of "well-known" ValueObject classes I'd like to submit. Assuming the basic idea is workable, I'd be happy...
### Describe the feature I'm currently running into the weird situation that my code coverage is tanking because it includes generated code by default. I could now exclude the whole...
### Describe the feature Add tests for throwing custom validation exceptions
### Describe the bug When I create a project using Framework 4.8 (see "Steps To Reproduce"), I get a 'CustomerId' does not contain a definition for 'From' error message. ###...