convert to xunit #39
Merged
convert to xunit #39
Annotations
31 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
All Tests:
IPTables.Net.Tests/IpTablesSaveReadingTests.cs#L37
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
All Tests:
IPTables.Net.Tests/IpTablesSaveReadingTests.cs#L36
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
All Tests:
IPTables.Net.Tests/IpTablesSaveReadingTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
All Tests:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L152
The event 'MockIptablesSystemProcess.Disposed' is never used
|
|
All Tests:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L155
The event 'MockIptablesSystemProcess.Exited' is never used
|
|
All Tests:
IPTables.Net/Supporting/DictionaryExtension.cs#L49
The variable 'secondValue' is declared but never used
|
|
All Tests:
IPTables.Net/Exceptions/IpTablesNetException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
All Tests:
IPTables.Net/Iptables/Modules/Core/CoreModule.cs#L10
'CoreModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
All Tests:
IPTables.Net/Iptables/Modules/Netflow/NetflowModule.cs#L8
'NetflowModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
All Tests:
IPTables.Net/IpSet/IpSetEntry.cs#L14
'IpSetEntry' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
NUnit Tests:
IPTables.Net.Tests/IptcInterfaceTest.cs#L112
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
NUnit Tests:
IPTables.Net.Tests/IptcInterfaceTest.cs#L92
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
NUnit Tests:
IPTables.Net.Tests/IptcInterfaceTest.cs#L77
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
NUnit Tests:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L152
The event 'MockIptablesSystemProcess.Disposed' is never used
|
|
NUnit Tests:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L155
The event 'MockIptablesSystemProcess.Exited' is never used
|
|
NUnit Tests:
IPTables.Net/Supporting/DictionaryExtension.cs#L49
The variable 'secondValue' is declared but never used
|
|
NUnit Tests:
IPTables.Net/Exceptions/IpTablesNetException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
NUnit Tests:
IPTables.Net/Iptables/Modules/Core/CoreModule.cs#L10
'CoreModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
NUnit Tests:
IPTables.Net/Iptables/Modules/Netflow/NetflowModule.cs#L8
'NetflowModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
NUnit Tests:
IPTables.Net/IpSet/IpSetEntry.cs#L14
'IpSetEntry' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build:
IPTables.Net.Tests/IpTablesSaveReadingTests.cs#L36
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
IPTables.Net.Tests/IpTablesSaveReadingTests.cs#L35
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
IPTables.Net.Tests/IptcInterfaceTest.cs#L77
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L152
The event 'MockIptablesSystemProcess.Disposed' is never used
|
|
Build:
IPTables.Net.TestFramework/MockIptablesSystemProcess.cs#L155
The event 'MockIptablesSystemProcess.Exited' is never used
|
|
Build:
IPTables.Net/Supporting/DictionaryExtension.cs#L49
The variable 'secondValue' is declared but never used
|
|
Build:
IPTables.Net/Exceptions/IpTablesNetException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
Build:
IPTables.Net/Iptables/Modules/Core/CoreModule.cs#L10
'CoreModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build:
IPTables.Net/Iptables/Modules/Netflow/NetflowModule.cs#L8
'NetflowModule' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build:
IPTables.Net/IpSet/IpSetEntry.cs#L14
'IpSetEntry' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
background
wait
wait-all
cancel
Loading