Issue / Locatability / ID Configuration As Feature#421
Merged
dncsvr merged 63 commits intomouseless:epic/locatabilityfrom Jan 20, 2026
Merged
Conversation
- remove identity configuration from `AutoMap` feature
- remove `GuidIdAsIdentity` coding style feature - update documentation
- add `Type` and `Key` properties to IdAttribute - add type and idSuffix parameters to `ConvertToId` helpers
- use `Id` in entities
- add json converter for Id - add schema filter for Id - move id tests to Id feature folder
- ignore `RoutingEntitySubclasses` tests
- add `IdAttribute` convention to `RichTransient` feature
- change Id to record struct and make constructor private - improve GuidIdUserType - add test for `Id`
- remove TODO comments from GuidIdUserType
- add `TryGetıdentifier` extension for TypeModel and return `IdentifierInfo` - rename `Id` attribute to `Identifier` - refactor features and conventions
- rename IdentifierInfo to IdInfo - move GetIdInfo helpers to Business feature
- change GuidIdGenerator to extend GuidGenerator - remove TypeCheck from GuidIdUserType
- change `ConvertToId` to use `IdInfo` as parameter
cihandeniz
reviewed
Jan 19, 2026
cihandeniz
reviewed
Jan 19, 2026
- rename `GuidId` to `IdGuid` - use Parse instead of TryParse in user type - remove empty lines - remove unnecessary Kebaberize
- improve Id coding style documentation - update auto map orm feature documentation - update unreleased
- restrict to Id typed properties as well as Id named properties - update rich transient samples to use `Business.Id`
- move id tests to coding style folder - validate identifier generator type
- rename `IdInfo.Name` to `IdInfo.PropertyName` - use explicit Camelize for target name
- change id type of sample records to `Id` - minor format edits
- minor format edits
- move TryGetIdInfo above
- refactor Guid id tests assertion - minor format edits
- update Id coding style documentation
- update id coding style entity sample documentation
cihandeniz
reviewed
Jan 20, 2026
- move global usings to their own template file
- refactor IdMapperTemplate into single file
- fix format
cihandeniz
approved these changes
Jan 20, 2026
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.
Move identitiy configuration to a seperate feature to make
it overridable
Tasks
Idstruct toBusiness.AbstractionsIParsable<Id>for model bindingIdCoding Style feature for identity configuration"id": string"id": stringIdAttributetoBusinessRouteNamedataOrmConfigdataIdAttributein other featuresFindTargetUsingQueryContextConventionSingleByIdConventionTargetEntityExtensionFromRouteConventionLookupEntityByIdConventionLookupEntitiesByIdsConventionConvertToIdandConvertToIdshelperBuildSingleByhelperRecordNotFoundExceptionDefaultThemeFeatureroute attribute configurationSingleByUniquecoding style feature and related samples, testsand features
SingleByUniquefeature and testsEntity,SingleByEnumandSingleByUniquemethods and testsTargetEntityExtensionsFromRouteByUniquePropertiesConventionsamplesAdditional Tasks
MySqldatabase feature not working