Skip to content

Bump to .Net 9 + Update Nuget Packages to non vulnerable version #495

Bump to .Net 9 + Update Nuget Packages to non vulnerable version

Bump to .Net 9 + Update Nuget Packages to non vulnerable version #495

Triggered via pull request May 26, 2025 09:50
@NikoMixNikoMix
synchronize #278
NikoMix:main
Status Failure
Total duration 3m 35s
Artifacts 2

build.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 21 warnings
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (ubuntu-latest)
The current .NET SDK does not support targeting .NET 9.0. Either target .NET 8.0 or lower, or use a version of the .NET SDK that supports .NET 9.0. Download the .NET SDK from https://aka.ms/dotnet/download
Build (macos-14)
Process completed with exit code 1.
Build (ubuntu-latest)
No files were found with the provided path: **/test-results.trx. No artifacts will be uploaded.
Build (macos-14): src/core/Statiq.Common/Events/EventHandler.cs#L11
Rename type name EventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (macos-14): src/core/Statiq.Common/Events/AsyncEventHandler.cs#L12
Rename type name AsyncEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (macos-14): src/core/Statiq.Common/Documents/ObjectDocument{T}.cs#L33
Identifier 'Object' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
Build (macos-14): src/core/Statiq.Common/Settings/ISettings.cs#L10
Rename Statiq.Common.ISettings to end in either 'Dictionary' or 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
Build (macos-14): src/core/Statiq.Common/Reflection/ClassCatalog.cs#L18
Rename Statiq.Common.ClassCatalog to end in either 'Dictionary' or 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
Build (macos-14): src/core/Statiq.Common/Configuration/IConfigurable.cs#L6
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
Build (macos-14): src/core/Statiq.Common/Configuration/IConfiguratorCollection.cs#L9
Rename type name IConfiguratorCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (macos-14): src/core/Statiq.Common/Bootstrapper/IBaseCommand.cs#L3
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
Build (macos-14): src/core/Statiq.Common/Util/ItemStreams/ItemStream{TItem}.cs#L199
'MarshalByRefObject.InitializeLifetimeService()' is obsolete: 'This Remoting API is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0010)
Build (macos-14): src/core/Statiq.Common/Util/ItemStreams/ItemStream{TItem}.cs#L199
Member 'ItemStream<TItem>.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'ItemStream<TItem>.InitializeLifetimeService()'.
Build (windows-latest): src/core/Statiq.Common/Util/ConcurrentCache{TKey,TValue}.cs#L18
Rename Statiq.Common.ConcurrentCache<TKey, TValue> to end in either 'Dictionary' or 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
Build (windows-latest): src/core/Statiq.Common/Configuration/IConfiguratorCollection.cs#L9
Rename type name IConfiguratorCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (windows-latest): src/core/Statiq.Common/Configuration/IConfigurable.cs#L6
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
Build (windows-latest): src/core/Statiq.Common/Bootstrapper/IBaseCommand.cs#L3
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
Build (windows-latest): src/core/Statiq.Common/Events/IReadOnlyEventCollection.cs#L10
Rename type name IReadOnlyEventCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (windows-latest): src/core/Statiq.Common/Events/IEventCollection.cs#L8
Rename type name IEventCollection so that it does not end in 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (windows-latest): src/core/Statiq.Common/Events/EventHandler.cs#L11
Rename type name EventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (windows-latest): src/core/Statiq.Common/Events/AsyncEventHandler.cs#L12
Rename type name AsyncEventHandler so that it does not end in 'EventHandler' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Build (windows-latest): src/core/Statiq.Common/Util/ItemStreams/ItemStream{TItem}.cs#L199
'MarshalByRefObject.InitializeLifetimeService()' is obsolete: 'This Remoting API is not supported and throws PlatformNotSupportedException.' (https://aka.ms/dotnet-warnings/SYSLIB0010)
Build (windows-latest): src/core/Statiq.Common/Util/ItemStreams/ItemStream{TItem}.cs#L199
Member 'ItemStream<TItem>.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'ItemStream<TItem>.InitializeLifetimeService()'.

Artifacts

Produced during runtime
Name Size Digest
test-results-macos-14 Expired
714 KB
sha256:a26b7922efbb5a03464dea066c990da1e093cda0ff09b3682c04357963381c02
test-results-windows-latest Expired
716 KB
sha256:e33fb2a9499c18b304ef08100735fe3565def2ea4b658ffc962d69050a95c602