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 #40239

Merged
merged 25 commits into from
Mar 30, 2024
Merged

Merge main into live #40239

merged 25 commits into from
Mar 30, 2024

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

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

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/docker/publish-as-container.md Containerize a .NET app with dotnet publish
docs/core/tools/dotnet-test.md dotnet test command
docs/core/tools/sdk-errors/netsdk1045.md NETSDK1045: The current .NET SDK does not support 'newer version' as a target.
docs/core/whats-new/dotnet-8/containers.md Copy everything else and build app.
docs/csharp/advanced-topics/reflection-and-attributes/generics-and-reflection.md docs/csharp/advanced-topics/reflection-and-attributes/generics-and-reflection
docs/csharp/advanced-topics/reflection-and-attributes/index.md Attributes
docs/csharp/fundamentals/program-structure/main-command-line.md Main() and command-line arguments
docs/csharp/language-reference/keywords/index.md "C# Keywords"
docs/csharp/language-reference/keywords/internal.md internal (C# Reference)
docs/csharp/language-reference/keywords/out.md docs/csharp/language-reference/keywords/out
docs/csharp/linq/standard-query-operators/set-operations.md Set operations (C#)
docs/csharp/specification/overview.md C# standard specification
docs/framework/app-domains/use.md Using Application Domains
docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md "Dynamic Language Runtime Overview"
docs/framework/reflection-and-codedom/dynamic-source-code-generation-and-compilation.md Compile and generate dynamic source code
docs/framework/reflection-and-codedom/generating-and-compiling-source-code-from-a-codedom-graph.md Generate and compile source code from a CodeDOM fraph
docs/framework/reflection-and-codedom/how-to-create-a-class-using-codedom.md docs/framework/reflection-and-codedom/how-to-create-a-class-using-codedom
docs/framework/reflection-and-codedom/how-to-create-an-xml-documentation-file-using-codedom.md How to: Create an XML documentation file using CodeDOM
docs/framework/reflection-and-codedom/how-to-load-assemblies-into-the-reflection-only-context.md How to: Load assemblies into the reflection-only context
docs/framework/reflection-and-codedom/reflection-for-windows-store-apps.md "Reflection in the .NET Framework for Windows Store Apps"
docs/framework/reflection-and-codedom/security-considerations-for-reflection.md Security Considerations for Reflection
docs/framework/reflection-and-codedom/security-issues-in-reflection-emit.md Security Issues in Reflection Emit
docs/framework/reflection-and-codedom/using-the-codedom.md Use the CodeDOM
docs/framework/unmanaged-api/debugging/debugging-enumerations.md docs/framework/unmanaged-api/debugging/debugging-enumerations
docs/fundamentals/reflection/collectible-assemblies.md Collectible assemblies for dynamic type generation
docs/fundamentals/reflection/get-type-member-information.md How to: Get type and member information by using reflection
docs/fundamentals/reflection/reflection.md Reflection in .NET
docs/fundamentals/reflection/specifying-fully-qualified-type-names.md Specify fully qualified type name
docs/standard/generics/index.md Generics in .NET
docs/visual-basic/programming-guide/concepts/reflection.md "Reflection"

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.

chuckries and others added 6 commits March 27, 2024 09:38
* Add note that PathMap should not be used in debug builds.

We have seen several debugger issues with folks specifying this issue. Attempting to update the documentation to try to educate folks about this.

* PR feedback

* remove en-us
* Update rabbitmq-event-bus-development-test-environment.md

Adding a link to Peregrine Connect as another production-ready solution with support for RabbitMQ.

* Apply suggestions from code review

* Update docs/architecture/microservices/multi-container-microservice-net-applications/rabbitmq-event-bus-development-test-environment.md

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
@dotnet-bot dotnet-bot added this to the March 2024 milestone Mar 28, 2024
azure-sdk and others added 19 commits March 28, 2024 09:31
-Referenced assemblies the first time it was mentioned
-added an informal definition for an assembly.
* addition to top-level statements

* address review comment
Fixed code snippet for array casting example.
Now it works in browser.
* un-publish the static local functions speclet

The ECMA committee has merged the first C# 8.0 feature into the draft spec. Un-publish the related feature spec.

Also, fix some of the anchors that had drifted in the redirection file.

* fix warning
* Fix language descriptor

Fixes #40255

* Update set-operations.md
* move specification content

Create a new TOC for the specification.
Move content to be displayed there.

Create spec landing page

* Create landing page for C# lang reference

Create a landing page for the C# language reference. Create a new TOC for the reference only.
Remove or update links to the old landing page to point at the new page.

* Incorporate compiler messages into reference

* First Hub page draft

* remove temporary links

* C# hub page, take 2

* Update what's new link

* move links

* review pass for the hub

* Try some dotnet-bot images.

* update C# dev kit link for VS Code.

* Apply suggestions from code review

Co-authored-by: Katie Savage <KATIESAVAGE@microsoft.com>

* respond to feedback.

* Apply suggestions from code review

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

---------

Co-authored-by: Katie Savage <KATIESAVAGE@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@BillWagner BillWagner merged commit 5799da5 into live Mar 30, 2024
22 of 24 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.

None yet