Bump to .Net 8 + Update Nuget Packages to non vulnerable version #483
Annotations
1 error and 10 warnings
Build and Test
Process completed with exit code 1.
|
Build and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
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 and Test:
src/core/Statiq.Common/Bootstrapper/IBaseCommand.cs#L3
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
Build and Test:
src/core/Statiq.Common/Meta/IMetadata.cs#L11
Rename Statiq.Common.IMetadata to end in either 'Dictionary' or 'Collection' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Build and Test:
src/core/Statiq.Common/Configuration/IConfigurable.cs#L6
Avoid empty interfaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
Build and Test:
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)
|
Loading