I just updated to .NET SDK 7.0.403 and we see LOTS of new warnings. Things like:
warning FSHARP: This copy-and-update record expression changes all fields of record type 'MyRecordType'. Consider using the record construction syntax instead. (code 3560)
Is this expected? @vzarytovskii I thought copy-and-update is scheduled for .NET 8?!