Skip to content

Bump nunit from 3.13.3 to 4.1.0 #69

Bump nunit from 3.13.3 to 4.1.0

Bump nunit from 3.13.3 to 4.1.0 #69

Triggered via pull request April 8, 2024 01:00
Status Failure
Total duration 1m 21s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Knx.Tests/ByteArrayExtensionsTest.cs#L20
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/KnxLogicalAddressTest.cs#L22
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/KnxLogicalAddressTest.cs#L23
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/KnxLogicalAddressTest.cs#L24
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/DatapointTypes13XXXTests.cs#L17
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/DatapointTypes13XXXTests.cs#L18
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/ByteExtensionTests.cs#L13
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/ByteExtensionTests.cs#L14
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/ByteExtensionTests.cs#L15
'Assert' does not contain a definition for 'AreEqual'
build: Knx.Tests/ByteExtensionTests.cs#L16
'Assert' does not contain a definition for 'AreEqual'
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Knx/ExtendedMessageInterface/KnxMessage.cs#L81
Nullability of reference types in type of parameter 'value' of 'void KnxMessage.SourceAddress.set' doesn't match implicitly implemented member 'void IKnxMessage.SourceAddress.set' (possibly because of nullability attributes).
build: Knx/NullLogger.cs#L10
Nullability in constraints for type parameter 'TState' of method 'NullLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build: Knx/Common/Attribute/DataPointTypeAttribute.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/Common/Attribute/DataPointTypeAttribute.cs#L19
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/KnxNetIp/MessageBody/TunnelingRequest.cs#L19
Non-nullable property 'Cemi' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/KnxNetIp/MessageBody/SearchResponse.cs#L10
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/KnxNetIp/MessageBody/RoutingIndication.cs#L21
Non-nullable property 'Cemi' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/KnxNetIp/MessageBody/ConnectionResponse.cs#L18
Non-nullable property 'HostProtocolAddressInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Knx/KnxNetIp/KnxNetIpMessageT.cs#L29
Possible null reference return.
build: Knx/KnxNetIp/KnxNetIpConnectionString.cs#L14
Non-nullable property 'InternalAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.