cleanup/nullable-ize FixValues, Session, DataDict, DataDictProvider, Message, MessageCracker, SocketSettings, SslStreamFactory #887
Annotations
11 warnings
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.
|
Loading