Skip to content

Commit c206ae3

Browse files
authored
Merge branch 'main' into struct-element-lookup
2 parents 336ee59 + 5eff966 commit c206ae3

File tree

363 files changed

+11942
-9847
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+11942
-9847
lines changed

.github/workflows/aot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: actions/setup-dotnet@v4
3131
- name: SunburstChartExample
3232
run: dotnet publish samples/SunburstChartExample/ -f net8.0 /p:SummaryOutDir=$GITHUB_WORKSPACE/summary

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Run
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- uses: actions/setup-dotnet@v4
2727
- name: Build benchmarks
2828
run: cd test/DocumentFormat.OpenXml.Benchmarks; dotnet build -c RELEASE

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
fetch-depth: 0
3939
- name: Install .NET
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v4
84+
uses: actions/checkout@v5
8585
with:
8686
fetch-depth: 0
8787

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737

@@ -48,7 +48,7 @@ jobs:
4848
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --results-directory coverage
4949

5050
- name: ReportGenerator
51-
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.4
51+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.5
5252
with:
5353
reports: coverage/**/coverage.cobertura.xml
5454
targetdir: coveragereport

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: Setup .NET
5050
uses: actions/setup-dotnet@v4
5151
with:

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
Configuration: Release
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232
- name: Install .NET Core
@@ -109,7 +109,7 @@ jobs:
109109
run: dotnet tool install --global NuGetKeyVaultSignTool
110110

111111
- name: Download Unsigned Packages
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v6
113113
with:
114114
name: Unsigned
115115
path: '${{ github.workspace }}/unsigned'
@@ -166,7 +166,7 @@ jobs:
166166
- name: Install .NET Core
167167
uses: actions/setup-dotnet@v4
168168
- name: Download Packages
169-
uses: actions/download-artifact@v4
169+
uses: actions/download-artifact@v6
170170
with:
171171
name: Signed
172172
path: '${{ github.workspace }}/packages'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.workflow_run.conclusion == 'success'
1818
steps:
1919
- name: Download Release Info
20-
uses: dawidd6/action-download-artifact@v9
20+
uses: dawidd6/action-download-artifact@v11
2121
with:
2222
run_id: ${{ github.event.workflow_run.id }}
2323
name: release-info
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Download and Extract Artifacts from build
42-
uses: dawidd6/action-download-artifact@v9
42+
uses: dawidd6/action-download-artifact@v11
4343
with:
4444
run_id: ${{ github.event.workflow_run.id }}
4545
name: Signed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Need to download from the associated workflow
2424
- name: Download and Extract Artifacts from build
25-
uses: dawidd6/action-download-artifact@v9
25+
uses: dawidd6/action-download-artifact@v11
2626
with:
2727
run_id: ${{ github.event.workflow_run.id }}
2828
path: artifacts

Directory.Packages.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1212
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.2" />
1313
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.11.0-beta1.24219.2" />
14-
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
14+
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1515
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
1616
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
17-
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.1" />
17+
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.14.2" />
1818
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
1919
<PackageVersion Include="NSubstitute" Version="5.3.0" />
2020
<PackageVersion Include="NuGet.Common" Version="6.13.2" />
@@ -26,12 +26,12 @@
2626
<PackageVersion Include="Svg" Version="3.4.7" />
2727
<PackageVersion Include="System.CodeDom" Version="8.0.0" />
2828
<PackageVersion Include="System.IO.Packaging" Version="8.0.1" />
29-
<PackageVersion Include="System.Collections.Immutable" Version="8.0.0" />
29+
<PackageVersion Include="System.Collections.Immutable" Version="9.0.4" />
3030
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
3131
<PackageVersion Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
3232
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
3333
<PackageVersion Include="System.Xml.ReaderWriter" Version="4.3.1" />
34-
<PackageVersion Include="System.ValueTuple" Version="4.5.0" />
34+
<PackageVersion Include="System.ValueTuple" Version="4.6.1" />
3535
<PackageVersion Include="xunit.v3" Version="1.0.0" />
3636
</ItemGroup>
3737
</Project>

data/namespaces.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,11 @@
621621
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/externalCodeService",
622622
"Version": "Microsoft365"
623623
},
624+
{
625+
"Prefix": "xlecs2",
626+
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2025/externalCodeService2",
627+
"Version": "Microsoft365"
628+
},
624629
{
625630
"Prefix": "xlmsforms",
626631
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2023/msForms",
@@ -641,6 +646,11 @@
641646
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2024/pivotDynamicArrays",
642647
"Version": "Microsoft365"
643648
},
649+
{
650+
"Prefix": "xlpds",
651+
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2025/pivotDataSource",
652+
"Version": "Microsoft365"
653+
},
644654
{
645655
"Prefix": "xlPr",
646656
"Uri": "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main",

0 commit comments

Comments
 (0)