Skip to content

Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#24) #63

Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#24)

Bump NUnit3TestAdapter from 4.4.2 to 4.5.0 (#24) #63

Triggered via push April 2, 2024 10:15
Status Success
Total duration 37s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/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/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/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/DatapointTypes/Dpt8BitUnsignedValue/Dpt8BitUnsignedValue.cs#L55
Dereference of a possibly null reference.
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.