Protocol: when reader/handler throw, stop observing and pass the exception to the handler. - #395
Merged
Annotations
40 warnings
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L492
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L481
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L470
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/DBusConnection.DBus.cs#L239
'ProtocolException' is obsolete: 'Use DBusUnexpectedValueException instead.'
|
|
src/Tmds.DBus.Protocol/DBusConnection.DBus.cs#L202
'ProtocolException' is obsolete: 'Use DBusUnexpectedValueException instead.'
|
|
src/Tmds.DBus.Protocol/DBusConnection.DBus.cs#L162
'DBusException' is obsolete: 'Use DBusErrorReplyException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L231
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L188
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L173
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L614
'DBusException' is obsolete: 'Use DBusErrorReplyException instead.'
|
|
src/Tmds.DBus.Tool/Generator.cs#L431
Possible null reference return.
|
|
src/Tmds.DBus.Tool/Generator.cs#L391
Possible null reference return.
|
|
src/Tmds.DBus.Tool/Generator.cs#L362
Possible null reference return.
|
|
src/Tmds.DBus.Tool/Generator.cs#L288
Cannot convert null literal to non-nullable reference type.
|
|
src/Tmds.DBus.Tool/Generator.cs#L171
The variable 'firstMethod' is assigned but its value is never used
|
|
src/Tmds.DBus.Tool/Generator.cs#L126
The variable 'firstMember' is assigned but its value is never used
|
|
src/Tmds.DBus.Tool/InterfaceDescription.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Tmds.DBus.Tool/InterfaceDescription.cs#L7
Non-nullable property 'InterfaceXml' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Tmds.DBus.Tool/ProtocolGenerator.cs#L24
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Tmds.DBus.Tool/Generator.cs#L296
Cannot convert null literal to non-nullable reference type.
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L519
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L492
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L481
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L470
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/MessageStream.cs#L240
'ConnectException' is obsolete: 'Use DBusConnectFailedException instead.'
|
|
src/Tmds.DBus.Protocol/MessageStream.cs#L212
'ConnectException' is obsolete: 'Use DBusConnectFailedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L231
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L188
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L173
'DisconnectedException' is obsolete: 'Use DBusConnectionClosedException instead.'
|
|
src/Tmds.DBus.Protocol/InnerConnection.cs#L614
'DBusException' is obsolete: 'Use DBusErrorReplyException instead.'
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L237
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L294
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L223
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L281
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L278
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L170
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L268
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L136
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L267
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
test/Tmds.DBus.Tests/TypeDescriptionTests.cs#L123
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
The logs for this run have expired and are no longer available.
Loading