-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge main into live #47085
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 #47085
Conversation
Bumps OllamaSharp from 5.2.2 to 5.2.3 --- updated-dependencies: - dependency-name: OllamaSharp dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.2.2 to 5.2.3 --- updated-dependencies: - dependency-name: OllamaSharp dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.0 to 1.14.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.0 to 1.14.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.2.2 to 5.2.3 --- updated-dependencies: - dependency-name: OllamaSharp dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.14.0 to 1.14.1 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.1.19 to 5.2.3 --- updated-dependencies: - dependency-name: OllamaSharp dependency-version: 5.2.3 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>
) * Initial plan * Add XML roundtripping section with carriage return entity documentation Co-authored-by: BillWagner <[email protected]> * Move code samples to snippet files and fix raw string literal format Co-authored-by: BillWagner <[email protected]> * Fix code samples to compile in documentation environment and update target framework to net9.0 Co-authored-by: BillWagner <[email protected]> * Restructure code samples to use single Program class with Example methods and fix target framework Co-authored-by: BillWagner <[email protected]> * Add snippet tags to filter displayed code sections Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
* Initial plan * Add expression-bodied members examples with parameters Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…r in expression trees (#47037) * Initial plan * Update lambda expression documentation to clarify method call behavior in expression trees Co-authored-by: BillWagner <[email protected]> * Update docs/csharp/language-reference/operators/lambda-expressions.md --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: Bill Wagner <[email protected]>
…ts (#47038) * Initial plan * Fix incorrect information about protected access modifier Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…ation (#47053) * Initial plan * Add documentation for missing HTML formatting tags in XML documentation Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
* Initial plan * Enhance XML documentation for href attribute and br tag usage Co-authored-by: BillWagner <[email protected]> * Update URLs to use learn.microsoft.com domain Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…47051) * Initial plan * Add using statement guidance for extension methods in LINQ tutorial Co-authored-by: BillWagner <[email protected]> * Fix file name formatting to use italics for Program.cs Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: IEvangelist <[email protected]>
…#47036) * Initial plan * Add documentation for object initializer syntax without 'new' keyword Co-authored-by: BillWagner <[email protected]> * Replace inline code example with snippet reference for object initializer without 'new' keyword Co-authored-by: BillWagner <[email protected]> * Update object initializer examples to use target-typed new expressions Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: IEvangelist <[email protected]>
…A) (#47050) * Initial plan * Fix COM threading issue in Office interop example Co-authored-by: BillWagner <[email protected]> * Update error location in snippets.5000.json from line 8 to line 5 Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
The code changed the delegate type from `Del` to `Callback`. Reflect that change. Fixes #47045
…entation (#47052) * Initial plan * Add complete contravariance example with better explanation Co-authored-by: BillWagner <[email protected]> * Address code review feedback: Use primary constructors, update code block syntax, remove unnecessary console output Co-authored-by: BillWagner <[email protected]> * Update target framework to .NET 9.0 as requested Co-authored-by: BillWagner <[email protected]> * Address review feedback: Add proper punctuation to list items and clarify custom types Co-authored-by: IEvangelist <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: IEvangelist <[email protected]>
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. |
Please don't squash-merge this PR.
Internal previews
Toggle expand/collapse