Use .NET 8 SDK #805
Annotations
1 error and 9 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build/Build.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build/Build.cs#L52
'FileSystemTasks.DeleteDirectory(AbsolutePath)' is obsolete: 'Use AbsolutePath.DeleteDirectory'
|
build/Build.cs#L53
'FileSystemTasks.EnsureCleanDirectory(AbsolutePath)' is obsolete: 'Use AbsolutePath.CreateOrCleanDirectory'
|
build/Build.cs#L54
'FileSystemTasks.EnsureCleanDirectory(AbsolutePath)' is obsolete: 'Use AbsolutePath.CreateOrCleanDirectory'
|
build/Build.cs#L70
'Logger.Info(string, params object[])' is obsolete: 'Use Serilog.Log.Information instead'
|
build/Build.cs#L96
'Logger.Info(string, params object[])' is obsolete: 'Use Serilog.Log.Information instead'
|
build/Build.cs#L118
'FileSystemTasks.EnsureExistingDirectory(AbsolutePath)' is obsolete: 'Use AbsolutePath.CreateDirectory'
|
|
The logs for this run have expired and are no longer available.
Loading