Open
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
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. |
Collaborator
Author
|
@JoergHoffmannatGitHub Could you open an issue for us to discuss the topic separately from this PR? |
|
Issue #27 is created. |
fbae1cf to
664c097
Compare
…d on implicit conversion.
…nd/or use a custom base class.
This reverts commit 8d46796.
…o attribute, and attribute inheritance.
…ons where a default ctor is infeasible. - New analyzer warns if field initializers might be skipped on a [Wrapper]ValueObject.
664c097 to
9774c39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.