Skip to content

improve fonts loader for wasm project #16

improve fonts loader for wasm project

improve fonts loader for wasm project #16

Triggered via push December 23, 2023 08:49
Status Success
Total duration 52s
Artifacts

ci.yml

on: push
Build and Deploy Job
41s
Build and Deploy Job
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build and Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, peaceiris/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy Job: Share.PDF/Helpers/LayoutHelper.cs#L15
Non-nullable property 'Gfx' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Helpers/LayoutHelper.cs#L15
Non-nullable property 'Page' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Editions.cs#L83
Dereference of a possibly null reference.
Build and Deploy Job: Share.PDF/Editions.cs#L144
Dereference of a possibly null reference.
Build and Deploy Job: Share.PDF/Editions.cs#L242
Dereference of a possibly null reference.
Build and Deploy Job: Share.PDF/Models/Fonts.cs#L5
Non-nullable property 'OpenSans' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Models/Fonts.cs#L6
Non-nullable property 'OpenSansBold' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Models/Fonts.cs#L7
Non-nullable property 'OpenSansBoldItalic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Models/Fonts.cs#L8
Non-nullable property 'OpenSansItalic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy Job: Share.PDF/Tables.cs#L20
Non-nullable field '_forecasts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.