Conversation
Bumps OpenTelemetry.Exporter.Console from 1.15.0 to 1.15.1 Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1 Bumps OpenTelemetry.Exporter.Zipkin from 1.15.0 to 1.15.1 Bumps OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.Console dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OpenTelemetry.Exporter.Zipkin dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Missing list entry "FrameworkReference" added.
Bumps Microsoft.Extensions.Caching.Memory from 10.0.3 to 10.0.5 Bumps OllamaSharp from 5.4.23 to 5.4.25 Bumps OpenTelemetry.Exporter.Console from 1.15.0 to 1.15.1 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OllamaSharp dependency-version: 5.4.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: OpenTelemetry.Exporter.Console dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.Hosting from 10.0.0 to 10.0.5 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22.0.0 to 23.0.0. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@07035fd...ce4853d) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: 23.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update the link to What's new in C# to point to version 15.
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update package index with latest published versions * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…T limitations (#52700) * Clarify string interning: C# default behavior and NativeAOT limitations Agent-Logs-Url: https://github.com/dotnet/docs/sessions/70c96a10-d523-4f9c-be98-cd318f8adfb8 Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Günther Foidl <gue@korporal.at> * Restructure intro to introduce intern pool and String.Intern before string literals Agent-Logs-Url: https://github.com/dotnet/docs/sessions/71acb64c-a45d-46a7-b11b-c05c791b1f19 Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> * Apply @jkotas suggestion for intro paragraph wording Agent-Logs-Url: https://github.com/dotnet/docs/sessions/dd225405-1707-48ba-9c0c-abac40259bc3 Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> * Apply suggestion from @jkotas * Apply suggestion from @jkotas * Update docs/fundamentals/runtime-libraries/system-string-intern.md * Apply suggestion from @jkotas * Apply suggestion from @jkotas * Apply suggestion from @jkotas * Apply suggestion from @jkotas * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update docs/fundamentals/runtime-libraries/system-string-intern.md --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com> Co-authored-by: Günther Foidl <gue@korporal.at> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
… to pipelines article (#52679)
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
) Restructure the VS Code getting-started guide to show F# scripts and the REPL as the first approach for exploring F#, before the project-based workflow. Add a hello.fsx sample script and a tip on the index page pointing to the scripting section. Fixes #35734
…ath MSBuild properties (#52703) * Initial plan * Document EmitCompilerGeneratedFiles and CompilerGeneratedFilesOutputPath MSBuild properties Agent-Logs-Url: https://github.com/dotnet/docs/sessions/69835f40-43c4-4d11-88b1-ef533f47e226 Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ostics (#52698) * Create updated prompt files Create easily used prompt files for the error consolidation tasks. * Edit prompts * address review comments.
…collection options (#52764) * Initial plan * Update CA2227: expand How to fix violations with ReadOnly and Concurrent collection options Agent-Logs-Url: https://github.com/dotnet/docs/sessions/64abbaf4-9979-4cf4-ac24-1e4138a9f3bb Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Fix Oxford comma in rule description Agent-Logs-Url: https://github.com/dotnet/docs/sessions/64abbaf4-9979-4cf4-ac24-1e4138a9f3bb Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please don't squash-merge this PR.
Internal previews
Toggle expand/collapse