Skip to content

Merge pull request #887 from gbirchmeier/more-nullables #141

Merge pull request #887 from gbirchmeier/more-nullables

Merge pull request #887 from gbirchmeier/more-nullables #141

Triggered via push September 24, 2024 20:56
Status Success
Total duration 11m 11s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.