Skip to content

chore: add net7 support #52

chore: add net7 support

chore: add net7 support #52

Triggered via pull request September 15, 2023 02:36
Status Success
Total duration 7m 28s
Artifacts 1

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): NetCore8583.Test/TestBinaries.cs#L67
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L26
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L27
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L28
The literal or constant value 0x32 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L29
The literal or constant value 0x38 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L30
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/TestHeaders.cs#L36
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (ubuntu-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (ubuntu-latest): NetCore8583.Test/TestBinaries.cs#L67
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
build (macos-latest)
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build (macos-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L26
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L27
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L28
The literal or constant value 0x32 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L29
The literal or constant value 0x38 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L30
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestHeaders.cs#L36
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (macos-latest): NetCore8583.Test/TestBinaries.cs#L67
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
build (macos-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (windows-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L26
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L27
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L28
The literal or constant value 0x32 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L29
The literal or constant value 0x38 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L30
The literal or constant value 0x30 should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestHeaders.cs#L36
The literal or constant value (sbyte) 0xff should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'TestBinaryHeader' on type 'TestHeaders'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
build (windows-latest): NetCore8583.Test/TestBinaries.cs#L67
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)
build (windows-latest): NetCore8583.Test/Util/TestHexCodec.cs#L9
Public method 'EncodeDecode' on test class 'TestHexCodec' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
build (windows-latest): NetCore8583.Test/TestBinaries.cs#L67
Do not use Assert.True() to check for substrings. Use Assert.StartsWith instead. (https://xunit.net/xunit.analyzers/rules/xUnit2009)

Artifacts

Produced during runtime
Name Size
nupkg Expired
268 KB