-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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 #42004
Merge main into live #42004
Conversation
…vior is not set (#41860) * Create mstest0034.md * Update mstest0034.md * Update mstest0034.md * Update toc.yml * Update docs/core/testing/mstest-analyzers/mstest0034.md Co-authored-by: David Pine <[email protected]> * Update docs/core/testing/mstest-analyzers/mstest0034.md Co-authored-by: David Pine <[email protected]> --------- Co-authored-by: David Pine <[email protected]>
* Add events section to Expression-bodied members article * Update docs/csharp/programming-guide/statements-expressions-operators/expression-bodied-members.md --------- Co-authored-by: Bill Wagner <[email protected]>
… from GetDateTime to GetTimeSpan (#41821) Using GetDateTime on time sql columns fails with: Unhandled exception. System.InvalidCastException: Unable to cast object of type 'System.TimeSpan' to type 'System.DateTime'. at Microsoft.Data.SqlClient.SqlBuffer.get_DateTime() at Microsoft.Data.SqlClient.SqlDataReader.GetDateTime(Int32 i)
#41774) * Update broadcast-channel.md Added the AddBroadcastChannel configuration, without that configuration I was not able to use Broadcast Channels. * Update docs/orleans/streaming/broadcast-channel.md Co-authored-by: David Pine <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]> Co-authored-by: David Pine <[email protected]>
* July preview update preview release notes * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
…and sorting (#41661) * Update globalization-icu.md Added details about the differences between NLS and ICU for string sorting and comparison, mentioning the relevant CompareOptions values. * Apply suggestions from code review --------- Co-authored-by: David Pine <[email protected]>
…updates (#41810) * Bump the dotnet group Bumps the dotnet group in /docs/orleans/grains/snippets/timers with 3 updates: [Microsoft.Orleans.Core.Abstractions](https://github.com/dotnet/orleans), [Microsoft.Orleans.Reminders](https://github.com/dotnet/orleans) and [Microsoft.Orleans.Sdk](https://github.com/dotnet/orleans). Updates `Microsoft.Orleans.Core.Abstractions` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Reminders` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Core.Abstractions` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) Updates `Microsoft.Orleans.Sdk` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/dotnet/orleans/releases) - [Commits](dotnet/orleans@v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Reminders dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Core.Abstractions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.Orleans.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> * Update docs/orleans/grains/snippets/timers/Timers.csproj * Fix issue with API breaking changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Pine <[email protected]> Co-authored-by: David Pine <[email protected]>
* Fixes #41491 Clarified the diamond problem with default interface methods. Add an image to illustrate the problem, and provide additional text explanation. * Fixes #40808 Remove the (now) obsolete paragraph. * Fixes #41507 Clarify how extra braces are processed in interpolated raw string literals. * Fixes #41538 Add collection expressions to the member access article. Include links to the collection expressions article. * Fixes #30876 Add important note that an instance constructor called from a static field initializer in the same type that invokes an instance constructor means the instance constructor is called before the static constructor. * Fixes #41629 Note that the order of static constructor execution isn't specified. Perform a final edit pass. * build fix * Update docs/csharp/programming-guide/strings/index.md
Co-authored-by: IEvangelist <[email protected]>
Refactor and update the ecosystem and tooling doc. Co-authored-by: Jordan Matthiesen <[email protected]> * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Jordan Matthiesen <[email protected]> Co-authored-by: Genevieve Warren <[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