Skip to content

Commit c4adbf0

Browse files
committed
updated docs
1 parent 4888c73 commit c4adbf0

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.claude/reference/ATTRIBUTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ ObjectFactoryAttribute()
299299
| `UseForSerialization` | `SerializationFrameworks` | `All` | Which serialization frameworks should use this factory/type |
300300
| `UseWithEntityFramework` | `bool` | `false` | Enable EF Core integration for this factory |
301301
| `UseForModelBinding` | `bool` (init-only) | `false` | Enable ASP.NET Core model binding |
302-
| `HasCorrespondingConstructor` | `bool` (init-only) | `false` | Indicates presence of a single-parameter constructor of type `Type` |
302+
| `HasCorrespondingConstructor` | `bool` (init-only) | `false` | Indicates presence of a single-parameter constructor of type `Type`. Used **only by EF Core** to bypass validation when loading from DB. **Not allowed on Smart Enums** (TTRESG060) |
303303

304304
## Additional Attributes
305305

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
![NuGet Downloads](https://img.shields.io/nuget/dt/Thinktecture.Runtime.Extensions)
44

55
[![Thinktecture.Runtime.Extensions](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.svg?maxAge=60&label=Thinktecture.Runtime.Extensions)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions/)
6-
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore7](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore7.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore7)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore7/)
76
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore8](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore8.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore8)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore8/)
87
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore9](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore9.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore9)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore9/)
98
[![Thinktecture.Runtime.Extensions.EntityFrameworkCore10](https://img.shields.io/nuget/v/Thinktecture.Runtime.Extensions.EntityFrameworkCore10.svg?maxAge=60&label=Thinktecture.Runtime.Extensions.EntityFrameworkCore10)](https://www.nuget.org/packages/Thinktecture.Runtime.Extensions.EntityFrameworkCore10/)
@@ -55,7 +54,7 @@ See [wiki](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki) fo
5554

5655
# Migrations
5756

58-
* [Migration from v9 to v10 (preview)](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v9-to-v10)
57+
* [Migration from v9 to v10](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v9-to-v10)
5958
* [Migration from v8 to v9](https://github.com/PawelGerr/Thinktecture.Runtime.Extensions/wiki/Migration-from-v8-to-v9)
6059

6160
# Ideas and real-world use cases

docs

Submodule docs updated from 41ce5f9 to 3664747

0 commit comments

Comments
 (0)