Conversation
Bumps Microsoft.Extensions.Hosting from 10.0.5 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 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.AI.OpenAI from 10.5.2 to 10.6.0 Bumps Microsoft.Extensions.Configuration from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.7 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.8 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.Configuration.Binder from 10.0.7 to 10.0.8 Bumps Microsoft.Extensions.Hosting from 10.0.7 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Binder dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 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.5 to 10.0.8 Bumps Microsoft.Extensions.Logging.Console from 10.0.5 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.8 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.AI from 10.4.1 to 10.6.0 Bumps Microsoft.Extensions.AI.OpenAI from 10.4.1 to 10.6.0 Bumps Microsoft.Extensions.Configuration from 10.0.5 to 10.0.8 Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.5 to 10.0.8 --- updated-dependencies: - dependency-name: Microsoft.Extensions.AI dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.AI.OpenAI dependency-version: 10.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.8 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 Spectre.Console from 0.55.2 to 0.56.0 --- updated-dependencies: - dependency-name: Spectre.Console dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor 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.NET.Test.Sdk from 18.3.0 to 18.6.0 --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
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. |
* Add NETSDK1242 SDK error documentation Document the NETSDK1242 build error, raised when a project selects the Mono runtime for a mobile platform (android, ios, maccatalyst, tvos) while targeting .NET 11 or later. * Clarify NETSDK1242 applies to .NET 11 and later * Add trailing newline to index.md (MD047) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add trailing newline to netsdk1242.md (MD047) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Clarify NETSDK1242 resolution guidance The previous wording told users to build with the .NET 10 SDK, which does not resolve the error when the project targets .NET 11.0 or later. Recommend the two real fixes: use the CoreCLR runtime, or retarget the project to .NET 10. Drop the global.json approach, which is unnecessary, and align the title and body on ".NET 11.0 and later". Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Drop tools-diagnostics TOC change Remove the NETSDK1242 entry from the Tools diagnostics navigation. The error reference page and the SDK errors index cover the diagnostic. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add NETSDK1242 to tools-diagnostics TOC List the error reference page in the Tools diagnostics navigation, matching every other NETSDK error page and avoiding an orphaned-article build warning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Drop UseMonoRuntime XML snippet from NETSDK1242 page Keep the resolution wording but remove the code block; the property change is clear from the text. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Tighten NETSDK1242 resolution list Remove the blank line between the two resolution bullets. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update docs/core/tools/sdk-errors/netsdk1242.md Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Milos Kotlar <kotlarmilos@users.noreply.github.com> Co-authored-by: Vitek Karas <10670590+vitek-karas@users.noreply.github.com>
…CollectionAssert (#54185) * Document Assert.That custom assertions and deprecate StringAssert/CollectionAssert guidance - Add 'Create custom assertions with Assert.That' section explaining the singleton extensibility hook with a worked extension method example. - Note that StringAssert.That and CollectionAssert.That exist for the same pattern but recommend Assert.That for new code. - Disambiguate the singleton property from the MSTest 3.8 Assert.That(() => condition) expression-tree method. - Strengthen messaging that StringAssert and CollectionAssert are likely to be deprecated and aren't recommended due to discoverability issues. - Add ai-usage: ai-assisted and bump ms.date. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review: fix IsPrime imports, clarify Assert.That wording, move disambiguation NOTE Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address MSTest assertions review feedback Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add C# 8 parameter shadowing history item * Add parameter shadowing note to local functions article
* Update outdated Nushell completions config * Add example to Nushell completions config * Update Nushell instructions for dynamic completions * Update Nushell and shell completion instructions * Make header sizes consistent
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