Skip to content

fix: bump .NET version to 8.0.x in build pipeline #207

fix: bump .NET version to 8.0.x in build pipeline

fix: bump .NET version to 8.0.x in build pipeline #207

Triggered via push November 7, 2024 14:10
Status Failure
Total duration 2m 6s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: OpenTok/SignalProperties.cs#L33
Missing XML comment for publicly visible type or member 'SignalProperties.data'
build: OpenTok/SignalProperties.cs#L34
Missing XML comment for publicly visible type or member 'SignalProperties.type'
build: OpenTok/StreamProperties.cs#L35
Missing XML comment for publicly visible type or member 'StreamProperties.addLayoutClass(string)'
build: OpenTokTest/TestBase.cs#L28
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
build: OpenTokTest/TokenTests.cs#L34
The literal or constant value "publisher" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'GenerateTokenTest' on type 'T1TokenTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: OpenTokTest/AudioConnectorStartRequestTests.cs#L102
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
build: OpenTokTest/TokenTests.cs#L75
The literal or constant value "publisher" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'GenerateTokenWithExpireTimeTest' on type 'T1TokenTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: OpenTokTest/TokenTests.cs#L94
The literal or constant value "publisher" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'GenerateTokenWithConnectionDataTest' on type 'T1TokenTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: OpenTokTest/TokenTests.cs#L115
The literal or constant value "publisher" should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'GenerateTokenWithInitialLayoutClass' on type 'T1TokenTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build: OpenTokTest/AudioConnectorStartRequestTests.cs#L123
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)