-
Notifications
You must be signed in to change notification settings - Fork 25.2k
WN9.7: Move non-blazor embedded snippets to project #33354
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
Comments
What's new PR entries where I also moved the code to projects and linked back in. For each one the code sample was created inline by the dev team and I went back and created an ASP.NET project for it with working code, tested and linked the code back in. PR #33318 PR #33460 PR #34183 |
@tdykstra , I'm completed with this (PR's listed above). Can we close this or do you still have some to do? If so, I might move my name to a separate tracking issue and close it for November and refer back to this one. |
Close |
Uh oh!
There was an error while loading. Please reload this page.
Description
Our policy is to NOT use embedded snippets. For .NET 10 previews, we should aim to have Compilable code
:::code language="csharp" source="~/fundamentals/Program.cs" id="snippet_1" highlight="1":::
Every snipped I migrated to a project had at least 1 compiler error I fixes.
Record how many snippets you had to change here.
Page URL
https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-9.0?view=aspnetcore-8.0
Content source URL
https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/release-notes/aspnetcore-9.0.md
Document ID
4e75ad25-2c3f-b28e-6a91-ac79a9c683b6
Article author
@Rick-Anderson
Associated WorkItem - 302691
The text was updated successfully, but these errors were encountered: