Skip to content

copy pase error

copy pase error #14

Triggered via push December 18, 2023 12:59
Status Success
Total duration 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build, Test and (Publish if not pull request) 7.0.x
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build, Test and (Publish if not pull request) 7.0.x: src/Utils/Misc.cs#L48
Possible null reference return.
Build, Test and (Publish if not pull request) 7.0.x: src/Utils/Misc.cs#L52
Possible null reference return.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/DataStructures.cs#L64
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/DataStructures.cs#L124
Cannot convert null literal to non-nullable reference type.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/DataStructures.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/Configuration.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/Configuration.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/Configuration.cs#L15
Non-nullable event 'ConfigurationChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/SocketConfiguration.cs#L37
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build, Test and (Publish if not pull request) 7.0.x: src/Configuration/Configurations/SocketConfiguration.cs#L37
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.