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

Merged
merged 20 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2ff9b7c
Add other C# 13 features to the C# list (#43053)
BillWagner Oct 15, 2024
107d4fe
Rewrite install on macOS article (#43045)
adegeo Oct 15, 2024
173bfca
Update package index with latest published versions (#43049)
azure-sdk Oct 15, 2024
b1f2afe
.NET dependabot-bot automated PR. (#43039)
github-actions[bot] Oct 15, 2024
3af0896
Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#43059)
dependabot[bot] Oct 15, 2024
f02fb42
Bump github/codeql-action from 3.26.12 to 3.26.13 (#43060)
dependabot[bot] Oct 15, 2024
e08063c
Bump the dotnet group (#43062)
dependabot[bot] Oct 15, 2024
7b90d14
Bump Azure.Identity (#43063)
dependabot[bot] Oct 15, 2024
8a9d3b8
Bump Azure.Security.KeyVault.Secrets (#43066)
dependabot[bot] Oct 15, 2024
27759ca
Fix build suggestions - October (#43073)
gewarren Oct 16, 2024
b4b5390
Add Windows 10 22H2 (#43057)
gewarren Oct 16, 2024
612a5e3
Bump Azure.Monitor.OpenTelemetry.AspNetCore (#43061)
dependabot[bot] Oct 16, 2024
52d8942
Bump Microsoft.Diagnostics.Tracing.TraceEvent (#43064)
dependabot[bot] Oct 16, 2024
187c0b9
Bump System.Linq.Dynamic.Core (#43065)
dependabot[bot] Oct 16, 2024
97fa15d
Bump the dotnet group (#43071)
dependabot[bot] Oct 16, 2024
56cba82
Add JSON schema exporter article (#43074)
gewarren Oct 16, 2024
0c3d7f5
Reformat default TPV table to make it easier to read. (#43090)
rolfbjarne Oct 16, 2024
f21c0a8
Update policy-edits.yml (#43070)
gewarren Oct 16, 2024
dcf922c
Update package index with latest published versions (#43072)
azure-sdk Oct 16, 2024
103df1f
Update package index with latest published versions (#43093)
azure-sdk Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,17 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/extensions/snippets/configuration/console-binder-gen" #console-binder-gen.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/extensions/snippets/configuration/console-custom-logging" #console-custom-logging.csproj
schedule:
Expand Down Expand Up @@ -2186,14 +2197,3 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/orleans/deployment/snippets/service-fabric/stateless" #Orleans.ServiceFabric.Stateless.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
6 changes: 6 additions & 0 deletions .github/policies/policy-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ configuration:
permission: admin
- activitySenderHasPermission:
permission: write
- isActivitySender:
user: dependabot
- isActivitySender:
user: dependabot[bot]
- isActivitySender:
user: dotnet-policy-service[bot]
then:
- addReply:
reply: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
with:
sarif_file: results.sarif
58 changes: 29 additions & 29 deletions docs/azure/includes/dotnet-all.md

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions docs/azure/includes/dotnet-new.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/azure/sdk/snippets/logging/LoggingSampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.3.4" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.4" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Azure.Identity" Version="1.13.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion docs/azure/sdk/snippets/pagination/pagination.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.6" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.44.0" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Include="Azure.Core" Version="1.44.1" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Moq" Version="[4.20.72]" /> <!-- Context: https://github.com/Azure/azure-sdk-for-net/issues/38111 -->
<PackageReference Include="NSubstitute" Version="5.1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.NETCore.Client" Version="0.2.547301" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.15" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.16" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.3.0-beta.1" />
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.3.0-beta.2" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions docs/core/install/includes/verify-download-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ms.date: 06/21/2023
ms.topic: include
---

After downloading an installer, verify it to make sure that the file hasn't been changed or corrupted. You can verify the checksum on your computer and then compare it to what was reported on the download website.
After downloading an installer or binary release, verify it to make sure that the file hasn't been changed or corrupted. You can verify the checksum on your computer and then compare it to what was reported on the download website.

When you download an installer or binary from an official download page, the checksum for the file is displayed. Select the **Copy** button to copy the checksum value to your clipboard.
When you download the file from an official download page, the checksum for the file is displayed in a text box. Select the **Copy** button to copy the checksum value to your clipboard.

:::image type="content" source="../media/install-sdk/checksum.png" alt-text="The .NET download page with checksum":::
14 changes: 10 additions & 4 deletions docs/core/install/includes/verify-download-macos-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,25 @@ Compare the checksum with the value provided by the download site.

The .NET release notes contain a link to a checksum file you can use to validate your downloaded file. The following steps describe how to download the checksum file and validate a .NET install binary:

01. The release notes page for .NET 8 on GitHub at <https://github.com/dotnet/core/tree/main/release-notes/8.0> contains a section named **Releases**. The table in that section links to the downloads and checksum files for each .NET 8 release:
01. The release notes page for .NET 8 on GitHub at <https://github.com/dotnet/core/tree/main/release-notes/8.0#releases> contains a section named **Releases**. The table in that section links to the downloads and checksum files for each .NET 8 release:

:::image type="content" source="../media/install-sdk/release-notes-root.png" alt-text="The github release notes version table for .NET":::

01. Select the link for the version of .NET that you downloaded. The previous section used .NET SDK 8.0.100, which is in the .NET 8.0.0 release.
01. Select the link for the version of .NET that you downloaded.

The previous section used .NET SDK 8.0.100, which is in the .NET 8.0.0 release.

01. In the release page, you can see the .NET Runtime and .NET SDK version, and a link to the checksum file:

:::image type="content" source="../media/install-sdk/release-notes-version.png" alt-text="The download table with checksums for .NET":::

01. Copy the link to the checksum file.
01. Right-click on the **Checksum** link, and copy the link to your clipboard.

01. Open a terminal.

01. Use `curl -O {link}` to download the checksum file.

01. Use the following script, but replace the link to download the appropriate checksum file:
Replace the link in the following command with the link you copied.

```bash
curl -O https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt
Expand Down
4 changes: 2 additions & 2 deletions docs/core/install/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ landingContent:
- text: Install on macOS
url: macos.md
- text: Supported macOS releases
url: macos.md#supported-releases
url: macos.md#supported-versions
- text: Install alongside Visual Studio Code
url: macos.md#install-alongside-visual-studio-code
url: macos.md#install-net-for-visual-studio-code

# Card
- title: Linux
Expand Down
2 changes: 1 addition & 1 deletion docs/core/install/macos-notarization-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Beginning with macOS Catalina (version 10.15), all software built after June 1,

## Installing .NET

The installers for .NET (both runtime and SDK) have been notarized since February 18, 2020. Prior released versions aren't notarized. You can manually install a non-notarized version of .NET by first downloading the installer, and then using the `sudo installer` command. For more information, see [Download and manually install for macOS](./macos.md#manual-install).
The installers for .NET (both runtime and SDK) have been notarized since February 18, 2020. Prior released versions aren't notarized. You can manually install a non-notarized version of .NET by first downloading the installer, and then using the `sudo installer` command with the downloaded installer.

## Native appHost

Expand Down
Loading
Loading