Skip to content

Merge main into live - #13014

Open
dotnet-policy-service[bot] wants to merge 5 commits into
livefrom
main
Open

Merge main into live#13014
dotnet-policy-service[bot] wants to merge 5 commits into
livefrom
main

Conversation

@dotnet-policy-service

@dotnet-policy-service dotnet-policy-service Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
File Preview link
snippets/csharp/System.Buffers/SearchValues/Overview/searchvalues.cs Preview published page
snippets/csharp/System.CodeDom/CodeArgumentReferenceExpression/Overview/codeargumentreferenceexpressionexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeArrayCreateExpression/Overview/codearraycreateexpressionsnippet.cs Preview published page
snippets/csharp/System.CodeDom/CodeAttachEventStatement/Overview/codeattacheventstatementexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeAttributeArgument/Overview/source.cs Preview published page
snippets/csharp/System.CodeDom/CodeAttributeArgumentCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeAttributeDeclaration/Overview/source.cs Preview published page
snippets/csharp/System.CodeDom/CodeAttributeDeclarationCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeBaseReferenceExpression/Overview/codebasereferenceexpressionexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeBinaryOperatorExpression/Overview/codebinaryoperatorexpressionexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeCastExpression/Overview/codecastexpressionexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeCatchClause/Overview/codetrycatchfinallyexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeCatchClauseCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeChecksumPragma/Overview/codedirective.cs Preview published page
snippets/csharp/System.CodeDom/CodeComment/Overview/codecommentexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeCommentStatement/.ctor/program.cs Preview published page
snippets/csharp/System.CodeDom/CodeCommentStatementCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeConditionStatement/Overview/codeconditionstatementexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeConstructor/Overview/codeconstructorexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeDefaultValueExpression/Overview/codedomgenerics.cs Preview published page
snippets/csharp/System.CodeDom/CodeDelegateInvokeExpression/Overview/codedelegateinvokeexpressionexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeDirectionExpression/Overview/codemultiexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeDirectiveCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeEntryPointMethod/Overview/codeentrypointmethodexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeExpressionCollection/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeExpressionStatement/Overview/class1.cs Preview published page
snippets/csharp/System.CodeDom/CodeFieldReferenceExpression/Overview/codereferenceexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeGotoStatement/Overview/codegotostatementexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeIterationStatement/Overview/codeiterationstatementexample.cs Preview published page
snippets/csharp/System.CodeDom/CodeMemberEvent/Overview/codemembereventexample.cs Preview published page

Note

This table shows the first 30 preview links (sorted alphabetically by file path) found in the OPS build report. For the full list, select OpenPublishing.Build Details within checks.

#13008)

* Initial plan

* Remove incorrect command line args bullets from HostApplicationBuilder() remarks

Co-authored-by: rosebyte <14963300+rosebyte@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rosebyte <14963300+rosebyte@users.noreply.github.com>
gewarren and others added 4 commits August 20, 2026 09:39
…examples (#12989)

* Improve SearchValues docs with use cases, samples, and method links

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Use escaping sample for Contains to avoid ReplaceAny overlap

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Replace parsing sample with escaping loop and widen byte sample

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Drop repo references and note FrozenSet for whole-string lookups

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Only decode ASCII percent-escapes in Contains sample

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Use non-URI escaping sample and printable byte set

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Use delimiter-search byte sample and explicit StringComparison

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Show single-string SearchValues as faster IndexOf alternative

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Update xml/System.Buffers/SearchValues`1.xml

* Use hex string check for validation sample

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Apply suggestion from @MihaZupan

* Reorder use-case samples and drop escaping use-case list

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Use single-value SearchValues<string> with IndexOfAny in Contains sample

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Update special chars in xrefs

* Include string Create overload in SearchValues<T> summary

Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
… docs (#12993)

Adds a See also entry pointing to /dotnet/standard/analyzers/platform-compat-analyzer on the type-level docs for the OS platform attributes and System.OperatingSystem. That article is the conceptual documentation for these APIs, including the platform name and version string formats, but none of the reference pages linked to it.

Follow-up to a comment on dotnet/runtime#125181.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants