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

Merged
merged 16 commits into from
Aug 2, 2024
Merged

Merge main into live #42004

merged 16 commits into from
Aug 2, 2024

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Aug 2, 2024

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/dotnet-ai-ecosystem.md Overview of the .NET + AI ecosystem
docs/ai/semantic-kernel-dotnet-overview.md Semantic Kernel overview for .NET
docs/core/additional-tools/self-signed-certificates-guide.md Generate self-signed certificates with the .NET CLI
docs/core/extensions/globalization-icu.md .NET globalization and ICU
docs/core/testing/mstest-analyzers/mstest0034.md docs/core/testing/mstest-analyzers/mstest0034
docs/csharp/advanced-topics/interface-implementation/mixins-with-default-interface-methods.md Tutorial: Mix functionality in when creating classes using interfaces with default interface methods
docs/csharp/fundamentals/program-structure/index.md "General Structure of a Program"
docs/csharp/language-reference/operators/member-access-operators.md Member access operators and expressions - the dot, indexer, and invocation operators.
docs/csharp/language-reference/tokens/interpolated.md docs/csharp/language-reference/tokens/interpolated
docs/csharp/programming-guide/classes-and-structs/static-constructors.md Static Constructors (C# Programming Guide)
docs/csharp/programming-guide/statements-expressions-operators/expression-bodied-members.md "Expression-bodied members"
docs/csharp/programming-guide/strings/index.md Strings and string literals
docs/framework/data/adonet/sql-server-data-type-mappings.md docs/framework/data/adonet/sql-server-data-type-mappings
docs/framework/interop/blittable-and-non-blittable-types.md Blittable and Non-Blittable Types
docs/framework/release-notes/2024/07-25-july-preview-cumulative-update.md July 2024 cumulative update preview
docs/iot/debugging.md Debug .NET apps on ARM single-board computers
docs/iot/deployment.md docs/iot/deployment
docs/iot/intro.md Develop apps for IoT devices with the .NET IoT Libraries
docs/iot/quickstarts/sensehat.md Quickstart - Use .NET to drive a Raspberry Pi Sense HAT
docs/iot/tutorials/adc.md Read values from an analog-to-digital converter
docs/iot/tutorials/blink-led.md docs/iot/tutorials/blink-led
docs/iot/tutorials/gpio-input.md Use GPIO for binary input
docs/iot/tutorials/lcd-display.md Display text on an LCD
docs/iot/tutorials/temp-sensor.md Read environmental conditions from a sensor
docs/iot/usb.md Use .NET IoT Libraries on Windows, Linux, and macOS computers
docs/orleans/grains/timers-and-reminders.md docs/orleans/grains/timers-and-reminders
docs/orleans/streaming/broadcast-channel.md Broadcast channels in Orleans
docs/whats-new/dotnet-docs-mod1.md .NET docs: What's new for July 2024

CamSoper and others added 16 commits August 1, 2024 10:29
…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
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]>
@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.

@dotnet-bot dotnet-bot added this to the August 2024 milestone Aug 2, 2024
@dotnet-policy-service dotnet-policy-service bot merged commit d59079b into live Aug 2, 2024
25 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.