-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update efcore for RC 1 #10053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update efcore for RC 1 #10053
Conversation
Thanks, I'll be doing this. |
@roji Anything for this release? |
@jongalloway yeah, absolutely - there's tons of stuff.. I'm currently working on the EF docs (see dotnet/EntityFramework.Docs#5084), and I'll push a short summary here in the next few days (ahead of time for the rc.1 release). |
@roji let me know, need to pull these in pretty soon. |
@jongalloway @jamesmontemagno apologies, I wasn't aware of the deadline - I've pushed a commit with the rc.1 release notes. |
0fe6daa
to
8ce0bd5
Compare
8ce0bd5
to
93cb9f3
Compare
awesome! thank @roji |
* Add RC1 release notes template files * Add missing aspnetcore.md template file * Update RC1 release notes to proper template format and update prompt file * Add release notes for .NET 10 RC 1 across various components * Fix markdownlint issues in createprs-for-preview.prompt.md * Update createprs-for-preview prompt with detailed instructions for handling "TBD" placeholders and adding a master consolidation PR process * Servicing Release markdowns and json Updates for 10.0 RC1 * Added ./rc1/README.md * Fix formatting of version-aspnetcoremodule entries and ensure newline at end of file in release notes JSON files * Update csharp for RC 1 (#10051) * Update csharp for RC 1 * Update C# release notes for .NET 10 RC 1 (no notable features) * Update wpf for RC 1 (#10060) * Update wpf for RC 1 * Update WPF release notes for .NET 10 RC 1 to clarify absence of new features * Update containers for RC 1 (#10050) * Update containers for RC 1 * Clarify that the .NET 10 RC 1 release does not include new Container image features in the release notes. * Update runtime for RC 1 (#10056) * Update runtime for RC 1 * Update runtime release notes for .NET 10 RC 1 * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> * Revise SDK release notes for .NET 10 RC 1 to emphasize quality improvements and encourage developer feedback * Update sdk for RC 1 (#10057) * Clarify that .NET 10 RC 1 does not introduce new Visual Basic features and direct users to relevant documentation * Update aspnetcore for RC 1 (#10049) * Update fsharp for RC 1 (#10054) * Update fsharp for RC 1 * Fix fsharp: replace TBD with content * Update F# release notes for .NET 10 RC 1 to clarify absence of new features --------- Co-authored-by: James Montemagno <[email protected]> * Update dotnetmaui for RC 1 (#10052) * Update dotnetmaui for RC 1 * Fix duplicate content in dotnetmaui * look! We have release notes added maui and android. Need yet macios and contributors list. * Apply suggestions from code review * Update release-notes/10.0/preview/rc1/dotnetmaui.md Co-authored-by: Copilot <[email protected]> * Update release-notes/10.0/preview/rc1/dotnetmaui.md Co-authored-by: Jon Galloway <[email protected]> * Update release-notes/10.0/preview/rc1/dotnetmaui.md Co-authored-by: Copilot <[email protected]> * add images * add bullet for experimental * update lint --------- Co-authored-by: David Ortinau <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: James Montemagno <[email protected]> * Update libraries for RC 1 (#10055) * Update libraries for RC 1 * Fix libraries: replace TBD with content * Add PQC notes * Fix trailing whitespace * Update release-notes/10.0/preview/rc1/libraries.md Co-authored-by: Tanner Gooding <[email protected]> * updates * update link * updates --------- Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: James Montemagno <[email protected]> Co-authored-by: Tanner Gooding <[email protected]> * Update winforms for RC 1 (#10059) * Update winforms for RC 1 * Update WinForms release notes for .NET 10 RC1 Thanks @KlausLoeffelmann for the content! --------- Co-authored-by: Merrie McGaw <[email protected]> * Update efcore for RC 1 (#10053) * Update efcore for RC 1 * Fix efcore: replace TBD with content * EF Core release notes for rc.1 --------- Co-authored-by: Shay Rojansky <[email protected]> * markdownlint fixes for WinForms RC1 release notes * Update Language Version in releases.json * Update release.json for Language version support * updates * filled out maui contributor GitHub handles * Revise Visual Studio compatibility information --------- Co-authored-by: victorisr <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: James Montemagno <[email protected]> Co-authored-by: David Ortinau <[email protected]> Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Tanner Gooding <[email protected]> Co-authored-by: Merrie McGaw <[email protected]> Co-authored-by: Shay Rojansky <[email protected]> Co-authored-by: Rahul Bhandari <[email protected]>
EF Core updates for .NET 10 RC 1 release notes
/cc @roji