-
Notifications
You must be signed in to change notification settings - Fork 4.9k
.NET 10 P3 - SDK Notes #9822
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
.NET 10 P3 - SDK Notes #9822
Conversation
Doc list for me: CLI
ContainersTest |
For me I'd like to add
|
What do you think of this? |
nit: a native experience for Microsoft.Testing.Platform |
@DamianEdwards do you want to do a blurb for |
I don't want to announce until P4+ as it's missing some key features in P3. |
thanks - noted that on my list. |
First draft up - @nohwnd want to spot-check the test section? @dsplaisted for SDK-related words as well. |
## Feature | ||
```toml | ||
[dotnet.test.runner] | ||
name = "Microsoft.Testing.Platform" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Youssef1313 / @mariam-abdulla did you manage to merge the change that understands the new format without the :
? I saw remarks about the change being in preview4 in multiple places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the :
-based impl work? I'm concerned with putting something in the p3 relnotes and then changing it in p4 - folks often just google and copy-paste.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:
violates TOML and is going to P3. Unfortunately, we already documented it and it's shipping in P3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Youssef1313 / @mariam-abdulla did you manage to merge the change that understands the new format without the
:
? I saw remarks about the change being in preview4 in multiple places.
Yes the change was merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather just not talk about the non-compliant feature in p3 if a fix and future-forward version is coming in a month. Similar logic to what Damian was saying with regards to dotnet-run singlefile. You get one chance to make a first impression - it should be correct and complete.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baronfel So you mean drop it from release notes?
We have had it documented in dotnet/docs
repo though and have seen few users playing with it already on Preview 2 😕
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes the change was merged.
I meant merged in code that will be released in preview3.
I assume "Microsoft.Testing.Platform" would NOT work with preview3 right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reverted to the working p3 form.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Microsoft.Testing.Platform" should work with preview 3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edit: actually fixed the things - Microsoft.Testing.Platform
and dotnet.test:runner
for p3
Please ping me when ready to merge |
@jamesmontemagno go ahead! |
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
* stage P3 * cleanup * efcore doc updates for preview 3 * .NET MAUI in .NET 10 Preview 3 (#9826) * .NET MAUI in .NET 10 Preview 3 * Update .NET MAUI release notes for preview 3 * .NET 10 P3 - SDK Notes (#9822) * SDK Start * Add first draft of SDK features for p3 * Update release-notes/10.0/preview/preview3/sdk.md * Update release-notes/10.0/preview/preview3/sdk.md * Update release-notes/10.0/preview/preview3/sdk.md Co-authored-by: Youssef Victor <youssefvictor00@gmail.com> * Update release-notes/10.0/preview/preview3/sdk.md Co-authored-by: Youssef Victor <youssefvictor00@gmail.com> --------- Co-authored-by: Chet Husk <chusk3@gmail.com> Co-authored-by: Chet Husk <baronfel@users.noreply.github.com> Co-authored-by: Youssef Victor <youssefvictor00@gmail.com> * .NET 10 Preview 3 - Runtime (#9823) * .NET 10 P3 Runtime * Add JIT notes * Fix indentation * Feedback --------- Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com> * Add ASP.NET Core release notes for .NET 10 Preview 3 (#9835) * Add ASP.NET Core release notes for .NET 10 Preview 3 * Add server-sent events * Add declarative state persistence * Add OpenAPI template option * Add min API validation * Add built-time env for Blazor WebAssembly * Apply edits * Apply suggestions from PR review Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Wade Pickett <wpickett@microsoft.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Daniel Roth <daroth@microsoft.com> --------- Co-authored-by: Mike Kistler <mikekistler@microsoft.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com> Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Co-authored-by: Pavel Savara <pavelsavara@microsoft.com> * Updates for P3 (#9831) * .NET 10 P3 - Libraries (#9824) * .NET 10 P3 - Libraries * Introduce an AOT-Safe Constructor for ValidationContext * Support for Telemetry Schema URLs in ActivitySource and Meter * Byte-Level Support in BPE Tokenizer * ML.NET notes * Tensor update notes --------- Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com> Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> * cleanup * cleanup * cleanup * cleanup * Initial draft of P3 release notes (#9832) * cleanup * cleanup * Update release-notes/10.0/preview/preview3/csharp.md Co-authored-by: Martin Costello <martin@martincostello.com> * Update release-notes/10.0/preview/preview3/aspnetcore.md Co-authored-by: Mike Kistler <mikekistler@microsoft.com> * update code block * Add global.json local sdk support details * Added WPF notes (#9844) * update readmes * fix readme * Updated 10.0.0-preview.3.md with content and Nuget list * cleanup 1 * Implement feature X to enhance user experience and optimize performance * Update release-notes/10.0/preview/preview3/10.0.0-preview.3.md Co-authored-by: Martin Costello <martin@martincostello.com> * Updated windowsdesktop Urls * cleanup * updat elinux * udpated * Fix table --------- Co-authored-by: maumar <maumar@microsoft.com> Co-authored-by: David Ortinau <david.ortinau@microsoft.com> Co-authored-by: Chet Husk <chusk3@gmail.com> Co-authored-by: Chet Husk <baronfel@users.noreply.github.com> Co-authored-by: Youssef Victor <youssefvictor00@gmail.com> Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com> Co-authored-by: Daniel Roth <daroth@microsoft.com> Co-authored-by: Mike Kistler <mikekistler@microsoft.com> Co-authored-by: Wade Pickett <wpickett@microsoft.com> Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Co-authored-by: Pavel Savara <pavelsavara@microsoft.com> Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com> Co-authored-by: Tarek Mahmoud Sayed <10833894+tarekgh@users.noreply.github.com> Co-authored-by: Michael Sharp <51342856+michaelgsharp@users.noreply.github.com> Co-authored-by: Kathleen Dollard <kdollard@microsoft.com> Co-authored-by: Martin Costello <martin@martincostello.com> Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com> Co-authored-by: victorisr <victorisr@microsoft.com>
No description provided.