diff --git a/docs/core/compatibility/7.0.md b/docs/core/compatibility/7.0.md index 0e9f9db448820..5985206c6af6d 100644 --- a/docs/core/compatibility/7.0.md +++ b/docs/core/compatibility/7.0.md @@ -34,6 +34,7 @@ If you're migrating an app to .NET 7, the breaking changes listed here might aff | [MVC's detection of an empty body in model binding changed](aspnet-core/7.0/mvc-empty-body-model-binding.md) | ❌ | ✔️ | Preview 3 | | [Output caching API changes](aspnet-core/7.0/output-caching-renames.md) | ❌ | ❌ | RC 2 | | [SignalR Hub methods try to resolve parameters from DI](aspnet-core/7.0/signalr-hub-method-parameters-di.md) | ✔️ | ❌ | Preview 2 | +| [Model binding: Nullability enabled means implicitly Required fields]([aspnet-core/7.0/signalr-hub-method-parameters-di.md](https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?view=aspnetcore-6.0#non-nullable-reference-types-and-the-required-attribute)) | ❓ | ❓ | No idea, plz halp | ## Core .NET libraries