alexnoddings / Tyne

C# libaries designed for making Line of Business Blazor apps more efficiently.
https://alexnoddings.github.io/Tyne/
MIT License
2 stars 0 forks source link

Better change auditing entity type #142

Closed alexnoddings closed 6 months ago

alexnoddings commented 6 months ago

The DbContextChangeAuditor currently uses ClrType.Name for changed column types. This falls apart for nullable value types as it becomes Nullable``1.

Instead, we should look at getting a more readable type. Either:

alexnoddings commented 6 months ago

Added in v3.4.0.