-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/4.0.0 #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Feature/4.0.0 #26
Conversation
3e6bc24 to
1ca130d
Compare
1ca130d to
4d4c867
Compare
…imming, warnings.
0d29af4 to
cf6a1a3
Compare
DomainModeling.Generator/Configurators/EntityFrameworkConfigurationGenerator.cs
Show resolved
Hide resolved
cf6a1a3 to
416c79b
Compare
…and (.NET 10+) extension members. Prepared outcommented precompiler directives for a .NET 10 patch upgrade, to reduce assembly bloat then. Also corrected how formattable/parsable is determined based on wrapped types. Also fixed a few bugs.
…y. (ArraySegment, the other common collection struct, has implicit conversions from arrays, which mess with nullability constraints.)
Also cleaned up the way in which lines not being source generated are outcommented. Also improved source generator performance. Also prevented transient issues when reporting warnings on wrapper types.
…d on implicit conversion.
…nd/or use a custom base class.
This reverts commit 8d46796.
…o attribute, and attribute inheritance.
416c79b to
402bead
Compare
|
The code-base that I am currently working with consists of a large set of binaries that are all signed. The savvy .NET devs out there will know that any assembly that’s used/referenced by a signed assembly must also be signed. This is an issue when dealing with Architect.DomainModeling library that is not signed. |
|
@JoergHoffmannatGitHub Could you open an issue for us to discuss the topic separately from this PR? |
|
Issue #27 is created. |
Generic JSON serializers instead of generated.
Removed #if NET7/8 conditionals, now that 8 is the minimum version.
Upgraded LangVersion and handled compiler suggestions.
Suppressions and summary corrections.
Implemented formatting/parsing via default interface implementations and (.NET 10+) extension members.
Prepared outcommented precompiler directives for a .NET 10 patch upgrade, to reduce assembly bloat then.
Also corrected how formattable/parsable is determined based on wrapped types.
Also fixed a few bugs.
Generator performance and cleanup.
Added serialization to/from deepest underlying type (recursive).
Also cleaned up the way in which lines not being source generated are outcommented.
Also improved source generator performance.
Also prevented transient issues when reporting warnings on wrapper types.
Added wrapper EF collations, collation checks, and provider comparers.