Releases: SteveDunn/Vogen
Releases · SteveDunn/Vogen
4.0.19
What's Changed
- Prefer readonly struct analyzer and codefix by @danigutsch in #657
New Contributors
- @danigutsch made their first contribution in #657
Full Changelog: 4.0.18...4.0.19
4.0.18
What's Changed
- Explicitly override System.Formats.Asn1 by @danielcweber in #656
- Don't call object.Equals() from '=='-operators but use Equals implementations on the type. by @danielcweber in #655
Full Changelog: 4.0.17...4.0.18
4.0.17
What's Changed
- fix: prefix STJ generated file namespace with global by @jupjohn in #654
- Add Orleans support by @sandervanteinde in #653
New Contributors
- @sandervanteinde made their first contribution in #653
Full Changelog: 4.0.16...4.0.17
4.0.16
What's Changed
- Add CA1036 Suppressor by @viceroypenguin in #652
- Add BSON serialization by @SteveDunn in #645
- Add an analyzer to check for user-thrown keywords in
NormalizeInput
andValidate
methods by @SteveDunn in #647 - Add the ability to switch off generating
IVogen
interface but still derive from it by @SteveDunn in #648
Full Changelog: 4.0.15...4.0.16
4.0.15
4.0.14
What's Changed
- Implicit casts from the primitive now call the
NormalizeInput
method if one is provided by @SteveDunn in #641
Full Changelog: 4.0.13...4.0.14
4.0.13
What's Changed
- Typo in doc comment by @Steve-OH in #630
- Fix generated code comments referring to default exception type by @SteveDunn in #632
- Conditional compilation for no validation to reduce size by @SteveDunn in #633
- Update link to Wiki by @drusellers in #636
- Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #635
- Update nuget packages by @SteveDunn in #638
New Contributors
- @Steve-OH made their first contribution in #630
- @drusellers made their first contribution in #636
Full Changelog: 4.0.12...4.0.13
4.0.12
4.0.11
4.0.10
What's Changed
- Fix EFCore code generation and allow the users marker method to be either internal or public by @SteveDunn in #626
Full Changelog: 4.0.9...4.0.10