Skip to content

fix: modify claim name "data" to "connection_data" (#257) #217

fix: modify claim name "data" to "connection_data" (#257)

fix: modify claim name "data" to "connection_data" (#257) #217

Triggered via push November 28, 2024 07:02
Status Success
Total duration 1m 54s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L30
'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/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/AudioConnectorStartRequestTests.cs#L123
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#L40
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/TokenTests.cs#L56
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#L73
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#L91
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)