Skip to content
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

Merge main into live #37534

Merged
merged 12 commits into from
Oct 17, 2023
Merged

Merge main into live #37534

merged 12 commits into from
Oct 17, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 17, 2023

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/architecture/serverless/serverless-business-scenarios.md Serverless business scenarios and use cases
docs/azure/configure-visual-studio.md Configure Visual Studio for Azure Development with .NET
docs/azure/sdk/unit-testing-mocking.md Unit testing and mocking with the Azure SDK for .NET
docs/core/compatibility/sdk/8.0/custombuildeventargs.md docs/core/compatibility/sdk/8.0/custombuildeventargs
docs/core/deploying/native-aot/diagnostics.md Diagnostics and instrumentation
docs/core/deploying/native-aot/warnings/il3050.md IL3050: Avoid calling members annotated with 'RequiresDynamicCodeAttribute' when publishing as Native AOT
docs/core/deploying/native-aot/warnings/il3055.md "IL3055: P/Invoke method declares a parameter with an abstract delegate"
docs/core/deploying/single-file/warnings/il3000.md IL3000: Avoid accessing Assembly file path when publishing as a single file
docs/core/deploying/single-file/warnings/il3001.md docs/core/deploying/single-file/warnings/il3001
docs/core/deploying/single-file/warnings/il3002.md IL3002: Avoid calling members annotated with 'RequiresAssemblyFilesAttribute' when publishing as a single file.
docs/core/deploying/single-file/warnings/il3003.md "IL3003: 'RequiresAssemblyFilesAttribute' annotations must match across all interface implementations or overrides."
docs/core/deploying/trimming/incompatibilities.md Known trimming incompatibilities
docs/core/diagnostics/available-counters.md docs/core/diagnostics/available-counters
docs/core/diagnostics/built-in-metrics-aspnetcore.md ASP.NET Core Metrics
docs/core/diagnostics/built-in-metrics-system-net.md System.Net Metrics
docs/core/diagnostics/built-in-metrics.md Built-in Metrics in .NET
docs/core/diagnostics/compare-metric-apis.md docs/core/diagnostics/compare-metric-apis
docs/core/diagnostics/metrics-collection.md Collect metrics
docs/core/diagnostics/metrics.md Metrics Overview
docs/core/diagnostics/observability-with-otel.md .NET observability with OpenTelemetry
docs/core/extensions/httpclient-sni.md docs/core/extensions/httpclient-sni
docs/core/install/macos.md Install .NET on macOS
docs/core/tools/sdk-errors/index.md .NET SDK error list
docs/csharp/advanced-topics/interface-implementation/default-interface-methods-versions.md Safely update interfaces using default interface methods in C#
docs/csharp/advanced-topics/performance/index.md Reduce memory allocations using new C# features
docs/csharp/advanced-topics/performance/ref-tutorial.md Tutorial: Reduce memory allocations with ref safety
docs/fsharp/language-reference/functions/external-functions.md docs/fsharp/language-reference/functions/external-functions
docs/orleans/grains/index.md Develop a grain

timdeschryver and others added 12 commits October 14, 2023 13:00
* Add ref readonly modifier

Add a discussion of the ref readonly modifier in this article.

* remove safe to escape scope

The ECMA committee change the terms "safe to escape scope" and "ref safe to escape scope". The new terms are "safe context" and "ref safe context", respectively.

I noticed these were only used in these two articles, so I added that update to this PR.

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
* Update default-interface-methods-versions.md

Textual Changes

* Update docs/csharp/advanced-topics/interface-implementation/default-interface-methods-versions.md

---------

Co-authored-by: Bill Wagner <[email protected]>
* Add details about ResponseTimeout

* A bit of clean up

* Add link
* Add a reference for new .NET 8 metrics

Part of the work for #36748

---------

Co-authored-by: Anton Firszov <[email protected]>
* Edit pass on ASP.NET Core metrics

* Edit pass on ASP.NET Core metrics

* Edit pass on ASP.NET Core metrics

* Edit pass on ASP.NET Core metrics
@dotnet-bot dotnet-bot added this to the October 2023 milestone Oct 17, 2023
@BillWagner BillWagner merged commit fc9aa5d into live Oct 17, 2023
22 checks passed
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.

10 participants