Bumped version to 8.0.11. #620
Annotations
10 warnings
build (net8.0):
test/unit/core/SIPTransactions/SIPTransactionEngineUnitTest.cs#L158
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build (net8.0):
src/net/RTP/Packetisation/H265Depacketiser.cs#L39
The field 'H265Depacketiser.writeNumber' is assigned but its value is never used
|
build (net8.0):
src/net/RTP/Packetisation/H265Depacketiser.cs#L127
The variable 'isKeyFrameNullable' is assigned but its value is never used
|
build (net8.0):
src/app/SIPUserAgents/SIPClientUserAgent.cs#L323
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (net8.0):
src/app/SIPUserAgents/SIPClientUserAgent.cs#L254
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (net8.0):
src/app/SIPUserAgents/SIPB2BUserAgent.cs#L83
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (net8.0):
src/app/SIPUserAgents/ISIPClientUserAgent.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (net8.0):
src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- '4'
|
build (net8.0):
src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- 'An identifier was expected.'
|
build (net8.0):
src/net/RTP/RTPHeaderExtensions/TransportWideCCExtension.cs#L28
XML comment has badly formed XML -- 'An identifier was expected.'
|