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

Merged
merged 10 commits into from
Mar 27, 2025
Merged

Merge main into live #45543

merged 10 commits into from
Mar 27, 2025

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Mar 27, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/architecture/maui/unit-testing.md docs/architecture/maui/unit-testing
docs/azure/sdk/unit-testing-mocking.md docs/azure/sdk/unit-testing-mocking
docs/core/compatibility/10.0.md docs/core/compatibility/10.0
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/testing/index.md docs/core/testing/index
docs/core/testing/unit-testing-csharp-with-mstest.md docs/core/testing/unit-testing-csharp-with-mstest
docs/core/testing/unit-testing-csharp-with-nunit.md docs/core/testing/unit-testing-csharp-with-nunit
docs/core/testing/unit-testing-fsharp-with-xunit.md docs/core/testing/unit-testing-fsharp-with-xunit
docs/core/testing/unit-testing-mstest-sdk.md docs/core/testing/unit-testing-mstest-sdk
docs/core/testing/unit-testing-visual-basic-with-xunit.md docs/core/testing/unit-testing-visual-basic-with-xunit
docs/core/testing/unit-testing-with-dotnet-test.md docs/core/testing/unit-testing-with-dotnet-test
docs/core/tools/dotnet-test.md docs/core/tools/dotnet-test
docs/core/tools/dotnet.md docs/core/tools/dotnet
docs/csharp/how-to/concatenate-multiple-strings.md docs/csharp/how-to/concatenate-multiple-strings
docs/csharp/how-to/parse-strings-using-split.md docs/csharp/how-to/parse-strings-using-split
docs/csharp/language-reference/builtin-types/arrays.md docs/csharp/language-reference/builtin-types/arrays
docs/csharp/language-reference/operators/null-forgiving.md docs/csharp/language-reference/operators/null-forgiving
docs/csharp/programming-guide/classes-and-structs/how-to-initialize-a-dictionary-with-a-collection-initializer.md docs/csharp/programming-guide/classes-and-structs/how-to-initialize-a-dictionary-with-a-collection-initializer
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/devops/dotnet-test-github-action.md docs/devops/dotnet-test-github-action
docs/fundamentals/code-analysis/style-rules/ide0300.md docs/fundamentals/code-analysis/style-rules/ide0300
docs/fundamentals/code-analysis/style-rules/ide0301.md docs/fundamentals/code-analysis/style-rules/ide0301
docs/fundamentals/code-analysis/style-rules/ide0303.md docs/fundamentals/code-analysis/style-rules/ide0303
docs/fundamentals/code-analysis/style-rules/ide0304.md docs/fundamentals/code-analysis/style-rules/ide0304
docs/fundamentals/code-analysis/style-rules/ide0305.md docs/fundamentals/code-analysis/style-rules/ide0305
docs/fundamentals/code-analysis/style-rules/index.md docs/fundamentals/code-analysis/style-rules/index
docs/fundamentals/code-analysis/style-rules/language-rules.md docs/fundamentals/code-analysis/style-rules/language-rules
docs/navigate/devops-testing/index.yml docs/navigate/devops-testing/index
docs/navigate/devops-testing/toc.yml docs/navigate/devops-testing/toc
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc

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.

dependabot bot and others added 10 commits March 26, 2025 12:54
Bumps the dotnet group in /docs/ai/tutorials/snippets/llm-eval with 1 update: [Microsoft.SemanticKernel](https://github.com/microsoft/semantic-kernel).


Updates `Microsoft.SemanticKernel` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/microsoft/semantic-kernel/releases)
- [Commits](microsoft/semantic-kernel@dotnet-1.42.0...dotnet-1.43.0)

---
updated-dependencies:
- dependency-name: Microsoft.SemanticKernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…uGet (#45508)

* [Breaking change]: NU1510 is raised for direct references pruned by NuGet
Fixes #45462

* lint
* Test docs refactoring

* Conceptual doc for dotnet test

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Mariam Abdullah <[email protected]>

* Apply suggestions from code review

Co-authored-by: Mariam Abdullah <[email protected]>

* Update docs/core/testing/unit-testing-with-dotnet-test.md

Co-authored-by: Mariam Abdullah <[email protected]>

* Update docs/core/testing/unit-testing-with-dotnet-test.md

Co-authored-by: Mariam Abdullah <[email protected]>

* Apply suggestions from code review

Co-authored-by: Mariam Abdullah <[email protected]>

* Update docs/core/testing/unit-testing-with-dotnet-test.md

Co-authored-by: Mariam Abdullah <[email protected]>

* Apply suggestions from code review

Co-authored-by: Mariam Abdullah <[email protected]>

* Update docs/core/testing/unit-testing-with-dotnet-test.md

Co-authored-by: Mariam Abdullah <[email protected]>

---------

Co-authored-by: Mariam Abdullah <[email protected]>
Under Multidimensional arrays, the third sentence of the first paragraph contain multiple occurrence of the word 'have'. I simply removed one of these occurrence.
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the March 2025 milestone Mar 27, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 5a4fd2b into live Mar 27, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants