[1][PULL] FIXES WARNINGS #9
Annotations
10 errors and 10 warnings
Run: Test
The active test run was aborted. Reason: Test host process crashed : Unhandled exception.Unhandled exception. Unhandled exception. System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
|
Run: Test
at System.Collections.Generic.HashSet`1.AddIfNotPresent(T value, Int32& location)
|
Run: Test
at System.Collections.Generic.HashSet`1.Add(T item)
|
Run: Test
at SharpPulsar.Tracker.UnAckedMessageTracker`1.<RedeliverMessages>b__14_0(IMessageId messageId) in /home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Tracker/UnAckedMessageTracker.cs:line 133
|
Run: Test
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
|
Run: Test
at System.Threading.ThreadPoolWorkQueue.Dispatch()
|
Run: Test
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
|
Run: Test
at System.Collections.Generic.HashSet`1.AddIfNotPresent(T value, Int32& location)
|
Run: Test
at System.Collections.Generic.HashSet`1.Add(T item)
|
Run: Test
at SharpPulsar.Tracker.UnAckedMessageTracker`1.<RedeliverMessages>b__14_0(IMessageId messageId) in /home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Tracker/UnAckedMessageTracker.cs:line 133
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1973,55): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/BinaryProtoLookupService.cs(425,28): warning CS0612: 'SchemaType.ValueOf(int)' is obsolete [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Exceptions/PulsarClientException.cs(1269,90): warning SYSLIB0051: '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) [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Proto/PulsarApi.cs(1976,47): warning CS0078: The 'l' suffix is easily confused with the digit '1' -- use 'L' for clarity [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Commands.cs(684,12): warning CS0612: 'SchemaType.ValueOf(int)' is obsolete [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/Protocol/Commands.cs(696,12): warning CS0612: 'SchemaType.ValueOf(int)' is obsolete [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/ClientCnx.cs(73,29): warning CS0169: The field 'ClientCnx._subscriber' is never used [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SocketImpl/SocketClientActor.cs(49,29): warning CS0067: The event 'SocketClientActor.OnDisconnect' is never used [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/MessageRouterBase.cs(13,43): warning CS0649: Field 'MessageRouterBase.Hash' is never assigned to, and will always have its default value null [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
Run: Test
/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/ClientCnx.cs(70,32): warning CS0649: Field 'ClientCnx._sendPing' is never assigned to, and will always have its default value null [/home/runner/work/SharpPulsar/SharpPulsar/src/SharpPulsar/SharpPulsar.csproj]
|
The logs for this run have expired and are no longer available.
Loading