Skip to content

Merge main into live #40038

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

Merged
merged 34 commits into from
Mar 19, 2024
Merged

Merge main into live #40038

merged 34 commits into from
Mar 19, 2024

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Mar 16, 2024

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/get-started-app-chat-template.md CustomerIntent: As a .NET developer new to Azure OpenAI, I want deploy and use sample code to interact with app infused with my own business data so that learn from the sample code.
docs/architecture/cloud-native/definition.md What is Cloud Native?
docs/core/compatibility/serialization/6.0/timespan-serialization-format.md Default serialization format for TimeSpan
docs/core/deploying/index.md .NET application publishing overview
docs/core/docker/build-container.md Tutorial: Containerize a .NET app
docs/core/extensions/dependency-injection.md docs/core/extensions/dependency-injection
docs/core/extensions/logging-library-authors.md Logging guidance for .NET library authors
docs/core/install/macos.md Install .NET on macOS
docs/core/testing/unit-testing-mstest-runner-intro.md MSTest runner overview
docs/core/testing/unit-testing-platform-exit-codes.md docs/core/testing/unit-testing-platform-exit-codes
docs/core/testing/unit-testing-platform-extensions.md Microsoft.Testing.Platform extensions
docs/core/testing/unit-testing-platform-integration-dotnet-test.md Use Microsoft.Testing.Platform with dotnet test
docs/core/testing/unit-testing-platform-telemetry.md Microsoft.Testing.Platform telemetry
docs/core/tools/dotnet-tool-install.md docs/core/tools/dotnet-tool-install
docs/core/tools/dotnet-tool-update.md dotnet tool update
docs/core/tutorials/top-level-templates.md C# console app template generates top-level statements
docs/csharp/fundamentals/functional/pattern-matching.md Pattern matching overview - C# guide
docs/csharp/fundamentals/program-structure/main-command-line.md Main() and command-line arguments
docs/csharp/fundamentals/types/generics.md docs/csharp/fundamentals/types/generics
docs/csharp/how-to/compare-strings.md How to compare strings in C#
docs/csharp/language-reference/keywords/out.md "out keyword - C# Reference"
docs/csharp/programming-guide/classes-and-structs/extension-methods.md Extension Methods (C# Programming Guide)
docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md Named and Optional Arguments (C# Programming Guide)
docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members.md docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members
docs/csharp/programming-guide/classes-and-structs/using-properties.md Using Properties (C# Programming Guide)
docs/csharp/programming-guide/strings/index.md "Strings - C# Programming Guide"
docs/csharp/programming-guide/types/casting-and-type-conversions.md Casting and type conversions (C# Programming Guide)
docs/csharp/programming-guide/types/how-to-convert-a-string-to-a-number.md docs/csharp/programming-guide/types/how-to-convert-a-string-to-a-number
docs/fundamentals/apicompat/assembly-validation.md Assembly validation
docs/whats-new/dotnet-docs-mod0.md ".NET docs: What's new for December 2023"

Note
This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

Cam Soper and others added 18 commits March 15, 2024 06:31
* paragraph on caller information attributes

* that / is important
The math was wrong
---------

Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
SSN (Social Security Numbers) in the US are 9 digits, typically in the format of 123-45-6789 so the example was not an accurate depiction.
* Intelligent apps - Chat app - new arch image and text #2

* fix link
Contributes to #39819

Fixes #29821:  Modify sample so the `string?` could possibly be null.

Update date and perform an edit pass.
C# 12 isn't supported in the Try.NET platform yet.
* Update out.md to add a usage example as well as limitations.

Update out.md to add a usage example as well as limitations.

* Apply suggestions from code review

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
* Edit pass on generics

Contributes to #39819

Fixes #29778:  Specify that generic type parameters are resolved at compile time.

Update date and perform an edit pass.

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Freshness pass on comparing strings

Fixes #32071:  Add a quick table with the string comparison enums.

Do an edit pass, and check for accuracy.

* Update docs/csharp/how-to/compare-strings.md
* Freshness pass on properties

1. Fixes #32071:  Rewrite this paragraph to clarify that the compiler and JIT compiler work together to optimize property accessors. This doesn't say exactly when and what optimizations are performed because the compiler and JIT compiler are continuously being improved.

Then, perform an edit pass.

* edit pass

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@dotnet-bot dotnet-bot added this to the March 2024 milestone Mar 16, 2024
IEvangelist and others added 11 commits March 18, 2024 08:39
* Add details about differences between app host, and dotnet host

* Apply suggestions from code review

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Apply suggestions from code review

* Move content around, edit pass, and acrolinx.

* Fix link

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* Date, passive voice

* freshness and acro

* freshness and acro

* freshness and acro

* Freshness, acro

* freshness and acro

* freshness and acro

* Freshness and acro

* freshness and acro

* Freshness, acro, and 31596

* freshness

* freshness and acro

* freshness?
#40040)

Remove word to make the wording of the link fit better within the context of the sentence
* Add intro about MSTest

* Fix header

* Fix path link

* Update docs/core/testing/unit-testing-mstest-intro.md

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
* Document Microsoft.Testing.Platform

Extract from MSTest runner docs elements that are common to all
test frameworks built on Microsoft.Testing.Platform

* Fix links

* nit

* Add redirections

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

* Fix errors

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
TortillaZHawaii and others added 5 commits March 18, 2024 16:20
Correctly invoke the OnTokenValidated property instead of TokenValidated method in sample
Fix misleading sentence. The original sentence implied that a `struct` could be declared `static`. That's not legal
@BillWagner BillWagner merged commit ef1a26d into live Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.