Use ref readonly instead of in #4137
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: pull_request
Build
8m 8s
Push Release to NuGet
0s
Annotations
10 errors and 14 warnings
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(125,272): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(129,169): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(133,162): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(133,286): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(149,160): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(157,266): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(161,165): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(165,158): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(165,280): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Vk.gen.cs(177,255): error CS0122: 'RequiresLocationAttribute' is inaccessible due to its protection level [/Users/runner/work/Silk.NET/Silk.NET/src/Vulkan/Silk.NET.Vulkan/Silk.NET.Vulkan.csproj::TargetFramework=net5.0]
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2.3.0, 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/nuke/Build.CodeSigning.cs#L38
'ControlFlow.Fail(string, Exception)' is obsolete: 'Use Assert.Fail'
|
Build:
build/nuke/Build.Core.cs#L60
'Logger.Warn(string)' is obsolete: 'Use Serilog.Log.Warning instead'
|
Build:
build/nuke/Build.Generation.cs#L34
'Logger.Error(string)' is obsolete: 'Use Serilog.Log.Error instead'
|
Build:
build/nuke/Build.Generation.cs#L92
'Logger.Info(string)' is obsolete: 'Use Serilog.Log.Information instead'
|
Build:
build/nuke/Build.Generation.cs#L98
'Logger.Info(string)' is obsolete: 'Use Serilog.Log.Information instead'
|
Build:
build/nuke/Build.NuGet.cs#L47
'Logger.Info(string)' is obsolete: 'Use Serilog.Log.Information instead'
|
Build:
build/nuke/Build.NuGet.cs#L67
'ControlFlow.Fail(string, Exception)' is obsolete: 'Use Assert.Fail'
|
Build:
build/nuke/Build.PublicApi.cs#L187
'Logger.Info(string)' is obsolete: 'Use Serilog.Log.Information instead'
|
Build:
build/nuke/Build.PublicApi.cs#L193
'Logger.Info(string)' is obsolete: 'Use Serilog.Log.Information instead'
|
Build:
build/nuke/Build.ReviewHelpers.cs#L30
'Logger.Warn(string)' is obsolete: 'Use Serilog.Log.Warning instead'
|
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|