Skip to content

Bump Microsoft.Extensions.Options.DataAnnotations from 7.0.0 to 8.0.0 #71

Bump Microsoft.Extensions.Options.DataAnnotations from 7.0.0 to 8.0.0

Bump Microsoft.Extensions.Options.DataAnnotations from 7.0.0 to 8.0.0 #71

Triggered via pull request April 8, 2024 01:02
Status Success
Total duration 1m 26s
Artifacts

main.yml

on: pull_request
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/KnxClientExtensions.cs#L42
Possible null reference assignment.
build: Knx/KnxClientExtensions.cs#L56
Possible null reference return.
build: Knx/KnxAddress.cs#L79
Cannot convert null literal to non-nullable reference type.
build: Knx/KnxClientExtensions.cs#L105
Nullability of reference types in type of parameter 'sender' of 'void KnxMessageReceived(object sender, IKnxMessage knxMessage)' doesn't match the target delegate 'EventHandler<IKnxMessage>' (possibly because of nullability attributes).
build: Knx/KnxClientExtensions.cs#L121
Converting null literal or possible null value to non-nullable type.
build: Knx/KnxClientExtensions.cs#L121
Possible null reference return.