Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f700f34
Bump CSharpIsNullAnalyzer to 0.2.12
AArnott Aug 20, 2026
dff5d6e
Bump CSharpIsNullAnalyzer to 0.2.19
AArnott Aug 20, 2026
f1c1a2d
Drop GitHub Actions section
AArnott Aug 24, 2026
511e4ab
Reapply "Update dependency dotnet-coverage to v18.10.0 (552)"
AArnott Aug 25, 2026
46fa8e1
Merge the microbuild branch from https://github.com/aarnott/Library.T…
invalid-email-address Aug 26, 2026
1b194f8
Merge branch 'main' into microbuild
AArnott Aug 27, 2026
d15a649
Update nbgv and nerdbank.gitversioning updates to 3.10.94 (558)
renovate[bot] Aug 29, 2026
ca21dec
Update actions/deploy-pages action to v5.0.1 (559)
renovate[bot] Sep 2, 2026
5bfa11b
Update dependency dotnet-coverage to v18.11.0 (560)
renovate[bot] Sep 2, 2026
1a67425
Merge the microbuild branch from https://github.com/aarnott/Library.T…
invalid-email-address Sep 2, 2026
d660776
Update dependency Microsoft.Testing.Extensions.CodeCoverage to 18.11.…
renovate[bot] Sep 3, 2026
b8a8b51
Update dependency dotnet-symbol to v10 (562)
renovate[bot] Sep 3, 2026
916a180
Update mcr.microsoft.com/dotnet/sdk:10.0.400 Docker digest to 4beef5b…
renovate[bot] Sep 7, 2026
44631b0
Update dependency powershell to v7.6.6
AArnott Sep 8, 2026
7e6372f
Bump .NET SDK to 10.0.401
AArnott Sep 8, 2026
efc103e
Update mcr.microsoft.com/dotnet/sdk:10.0.401 Docker digest to 4ea6fe7…
renovate[bot] Sep 9, 2026
ef2baee
Merge remote-tracking branch 'origin/main' into microbuild
AArnott Sep 9, 2026
bd270cf
Merge the microbuild branch from https://github.com/aarnott/Library.T…
AArnott Sep 9, 2026
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
8 changes: 4 additions & 4 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"isRoot": true,
"tools": {
"powershell": {
"version": "7.6.5",
"version": "7.6.6",
"commands": [
"pwsh"
],
"rollForward": false
},
"dotnet-coverage": {
"version": "18.9.0",
"version": "18.11.0",
"commands": [
"dotnet-coverage"
],
"rollForward": false
},
"nbgv": {
"version": "3.10.91",
"version": "3.10.94",
"commands": [
"nbgv"
],
Expand All @@ -38,7 +38,7 @@
"rollForward": false
},
"dotnet-symbol": {
"version": "9.0.661903",
"version": "10.0.731102",
"commands": [
"dotnet-symbol"
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1
14 changes: 0 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,6 @@ Use `nbgv tag` to create a tag for a particular commit that you mean to release.

Push the tag.

### GitHub Actions

When your repo is hosted by GitHub and you are using GitHub Actions, you should create a GitHub Release using the standard GitHub UI.
Having previously used `nbgv tag` and pushing the tag will help you identify the precise commit and name to use for this release.

After publishing the release, the `.github/workflows/release.yml` workflow will be automatically triggered, which will:

1. Find the most recent `.github/workflows/build.yml` GitHub workflow run of the tagged release.
1. Upload the `deployables-Linux` artifact from that workflow run to your GitHub Release.
1. Any nuget packages in the `deployables-Linux` artifact will be pushed to nuget.org.

The workflow is written to leverage NuGet.org Trusted Publishing.
You should set `NUGET_USER` as a repo secret to satisfy Trusted Publishing requirements.

### Azure Pipelines

When your repo builds with Azure Pipelines, use the `azure-pipelines/release.yml` pipeline.
Expand Down
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<MicrosoftTestingPlatformVersion>2.3.3</MicrosoftTestingPlatformVersion>
<MicrosoftTestingPlatformVersion>2.4.0</MicrosoftTestingPlatformVersion>
<CodeAnalysisVersion>5.9.0</CodeAnalysisVersion>
<CodefixTestingVersion>1.1.2</CodefixTestingVersion>
<MicrosoftCodeAnalysisAnalyzersVersion>4.14.0</MicrosoftCodeAnalysisAnalyzersVersion>
Expand All @@ -18,7 +18,7 @@
<PackageVersion Include="Moq" Version="4.20.72" />
</ItemGroup>
<ItemGroup Label="Library.Template">
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.10.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.11.0" />
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="$(MicrosoftTestingPlatformVersion)" />
<PackageVersion Include="Microsoft.Testing.Extensions.HangDump" Version="$(MicrosoftTestingPlatformVersion)" />
<PackageVersion Include="Microsoft.Testing.Extensions.Telemetry" Version="$(MicrosoftTestingPlatformVersion)" />
Expand All @@ -30,11 +30,11 @@
<!-- Put repo-specific GlobalPackageReference items in this group. -->
</ItemGroup>
<ItemGroup Label="Library.Template">
<GlobalPackageReference Include="CSharpIsNullAnalyzer" Version="0.1.593" />
<GlobalPackageReference Include="CSharpIsNullAnalyzer" Version="0.2.19" />
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
<GlobalPackageReference Include="Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio" Version="$(MicroBuildVersion)" />
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.10.91" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.10.94" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
<GlobalPackageReference Include="PolySharp" Version="1.16.0" />
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "10.0.400",
"version": "10.0.401",
"rollForward": "patch",
"allowPrerelease": false
},
Expand Down
Loading