cleanup/nullable-ize FixValues, Session, DataDict, DataDictProvider, Message, MessageCracker, SocketSettings, SslStreamFactory #140
Triggered via pull request
September 24, 2024 20:33
Status
Success
Total duration
10m 54s
Artifacts
–
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
QuickFIXn/Fields/FieldBase.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
QuickFIXn/Fields/FieldBase.cs#L14
Non-nullable field '_stringField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
QuickFIXn/Fields/FieldBase.cs#L14
Non-nullable field '_stringVal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
QuickFIXn/Fields/FieldBase.cs#L77
Dereference of a possibly null reference.
|
build:
QuickFIXn/Fields/FieldBase.cs#L82
Dereference of a possibly null reference.
|
build:
QuickFIXn/Fields/FieldBase.cs#L71
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
QuickFIXn/Fields/FieldBase.cs#L14
Non-nullable field '_stringField' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
QuickFIXn/Fields/FieldBase.cs#L14
Non-nullable field '_stringVal' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
QuickFIXn/Fields/FieldBase.cs#L77
Dereference of a possibly null reference.
|
build:
QuickFIXn/Fields/FieldBase.cs#L82
Dereference of a possibly null reference.
|